Skip to content

Commit

Permalink
⬆️ Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yezz123 committed May 2, 2024
1 parent 3fee8fc commit 0cd3fa3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ async-timeout==4.0.3
# via redis
authx==1.1.1
# via authx-extra
authx-extra @ git+https://github.com/yezz123/authx-extra.git@a18d29e7aabb037a200151bf9b3db36cebd9c6c4
authx-extra @ git+https://github.com/yezz123/authx-extra.git@9364049513e122f511e43a7bbd8ba0702b8d9fb8
babel==2.14.0
# via mkdocs-material
beautifulsoup4==4.12.3
# via mkdocs-mermaid2-plugin
cairocffi==1.6.1
cairocffi==1.7.0
# via cairosvg
cairosvg==2.7.1
certifi==2024.2.2
Expand Down Expand Up @@ -50,7 +50,7 @@ ecdsa==0.19.0
# via python-jose
editorconfig==0.12.4
# via jsbeautifier
fastapi==0.110.2
fastapi==0.110.3
# via authx
ghp-import==2.1.0
# via mkdocs
Expand Down Expand Up @@ -113,11 +113,11 @@ mkdocs-autorefs==1.0.1
mkdocs-get-deps==0.2.0
# via mkdocs
mkdocs-markdownextradata-plugin==0.2.5
mkdocs-material==9.5.19
mkdocs-material==9.5.20
mkdocs-material-extensions==1.3.1
# via mkdocs-material
mkdocs-mermaid2-plugin==1.1.1
mkdocstrings==0.24.3
mkdocstrings==0.25.0
# via mkdocstrings-python
mkdocstrings-python==1.10.0
# via mkdocstrings
Expand Down Expand Up @@ -158,7 +158,7 @@ pyinstrument==4.6.2
# via authx-extra
pyjwt==2.8.0
# via authx
pymdown-extensions==10.8
pymdown-extensions==10.8.1
# via
# mkdocs-material
# mkdocs-mermaid2-plugin
Expand All @@ -184,9 +184,9 @@ pyyaml-env-tag==0.1
# via mkdocs
rcslice==1.1.0
# via mdx-include
redis==5.0.3
redis==5.0.4
# via authx-extra
regex==2024.4.16
regex==2024.4.28
# via mkdocs-material
requests==2.31.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/linting.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ click==8.1.7
# via black
distlib==0.3.8
# via virtualenv
filelock==3.13.4
filelock==3.14.0
# via virtualenv
identify==2.5.36
# via pre-commit
Expand Down Expand Up @@ -37,5 +37,5 @@ tokenize-rt==5.2.0
# via pyupgrade
typing-extensions==4.11.0
# via mypy
virtualenv==20.26.0
virtualenv==20.26.1
# via pre-commit
2 changes: 1 addition & 1 deletion requirements/pyproject.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cryptography==42.0.5
# via pyjwt
ecdsa==0.19.0
# via python-jose
fastapi==0.110.2
fastapi==0.110.3
idna==3.7
# via anyio
pyasn1==0.6.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ packaging==24.0
# via pytest
pluggy==1.5.0
# via pytest
pytest==8.1.1
pytest==8.2.0
# via
# pytest-asyncio
# pytest-cov
Expand Down

0 comments on commit 0cd3fa3

Please sign in to comment.