Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vberlier committed Feb 28, 2022
1 parent cb111e0 commit 60c708f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 30 deletions.
72 changes: 46 additions & 26 deletions poetry.lock

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

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ include = ["pytest_insta/py.typed"]

[tool.poetry.dependencies]
python = "^3.8"
pytest = ">=6.0.2,<8.0.0"
pytest = ">=6.0.2"
wrapt = "^1.12.1"

[tool.poetry.dev-dependencies]
black = "^21.12b0"
isort = "^5.9.3"
python-semantic-release = "^7.24.0"
black = "^22.1.0"
isort = "^5.10.1"
python-semantic-release = "^7.25.2"

[tool.poetry.plugins.pytest11]
insta = "pytest_insta.plugin"
Expand Down

0 comments on commit 60c708f

Please sign in to comment.