Skip to content

Commit

Permalink
Update dependencies, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
KundaPanda committed Dec 8, 2021
1 parent 25b09d7 commit 9c60f3f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 44 deletions.
8 changes: 2 additions & 6 deletions .idea/strawberry-django-jwt.iml

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

58 changes: 22 additions & 36 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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "strawberry-django-jwt"
version = "0.1.8"
version = "0.1.9"
description = "Strawberry-graphql port of the graphene-django-jwt package"
license = "MIT"
authors = ["Vojtěch Dohnal <[email protected]>"]
Expand All @@ -23,7 +23,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.7"
Django = "^3.0"
Django = ">=3.0, <5.0"
PyJWT = ">=1.7.1,<3.0"
strawberry-graphql = ">=0.69.0,<1.0.0"
strawberry-graphql-django = "^0.2.5"
Expand Down

0 comments on commit 9c60f3f

Please sign in to comment.