Skip to content

Commit

Permalink
update pytest for python 3.10 issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccarrell committed Dec 23, 2021
1 parent e2cf365 commit 5e7e7d2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 42 deletions.
68 changes: 28 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Expand Up @@ -6,11 +6,11 @@ authors = ["Jeff McCarrell <jeff@mccarrell.org>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.8"
python = "^3.9"
pyyaml = "^5.3.1"

[tool.poetry.dev-dependencies]
pytest = "^5.2"
pytest = "^6.2"
sphinx = "^3.2.1"
doc2dash = "^2.3.0"
towncrier = "^19.2.0"
Expand Down

0 comments on commit 5e7e7d2

Please sign in to comment.