Skip to content

Commit

Permalink
bump requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Mar 4, 2022
1 parent f1b4fa3 commit 0a9e29f
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,22 +28,21 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.7"
aiohttp = "^3.7.2"
aiohttp = "^3.8.1"
asyncio = "^3.4.3"
dataclasses-json = "^0.5.2"
marshmallow = "^3.9.0"
PyJWT = "^2.1.0"
marshmallow = "^3.14.1"
PyJWT = "^2.3.0"
isoduration = "^20.11.0"
ciso8601 = "^2.2.0"

[tool.poetry.dev-dependencies]
black = "^20.8b1"
isort = "^5.6.4"
mypy = "^0.790"
pylama = "^7.7.1"
pytest = "^6.2.0"
black = "^22.1.0"
isort = "^5.10.1"
pylama = "^8.3.7"
pytest = "^7.0.1"
pytest-black = "^0.3.12"
pytest-isort = "^1.2.0"
pytest-isort = "^3.0.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 0a9e29f

Please sign in to comment.