Skip to content

Commit

Permalink
chore: updating version using tags
Browse files Browse the repository at this point in the history
  • Loading branch information
padrepitufo committed May 18, 2024
1 parent a3b83a7 commit 5c55342
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ folders = [{ path = "auth0" }]
python = ">=3.8"
aiohttp = "^3.8.5"
cryptography = "^42.0.4" # pyjwt has a weak dependency on cryptography
pyjwt = { git = "https://github.com/padrepitufo/pyjwt.git", tag = "v0.0.1", extras = ["async"] }
pyjwt = { git = "https://github.com/padrepitufo/pyjwt.git", tag = "2.9.0", extras = ["async"] }
requests = "^2.31.0"
urllib3 = "^2.0.7" # requests has a weak dependency on urllib3

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packaging==23.1 ; python_version >= "3.7" and python_version < "4.0"
pipx==1.2.0 ; python_version >= "3.7" and python_version < "4.0"
pluggy==1.2.0 ; python_version >= "3.7" and python_version < "4.0"
pycparser==2.21 ; python_version >= "3.7" and python_version < "4.0"
pyjwt[async] @ git+https://github.com/padrepitufo/pyjwt.git@96691c0f ; python_version >= "3.8" and python_version < "4.0"
pyjwt[async] @ git+https://github.com/padrepitufo/pyjwt.git@2.9.0 ; python_version >= "3.8" and python_version < "4.0"
pyopenssl==23.2.0 ; python_version >= "3.7" and python_version < "4.0"
pytest-aiohttp==1.0.4 ; python_version >= "3.7" and python_version < "4.0"
pytest-asyncio==0.21.1 ; python_version >= "3.7" and python_version < "4.0"
Expand Down

0 comments on commit 5c55342

Please sign in to comment.