Skip to content

Commit

Permalink
build: Update Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimitrov authored and github-actions[bot] committed Mar 22, 2024
1 parent 362bc04 commit de0dc8a
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
68 changes: 34 additions & 34 deletions Pipfile.lock

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

10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ anyio==4.3.0; python_version >= '3.8'
attrs==23.2.0; python_version >= '3.7'
babel==2.14.0; python_version >= '3.7'
bandit==1.7.8; python_version >= '3.8'
black==24.2.0; python_version >= '3.8'
black==24.3.0; python_version >= '3.8'
cachetools==5.3.3; python_version >= '3.7'
certifi==2024.2.2; python_version >= '3.6'
cffi==1.16.0; platform_python_implementation != 'PyPy'
Expand Down Expand Up @@ -58,7 +58,7 @@ pytest==8.1.1; python_version >= '3.8'
pytest-cov==4.1.0; python_version >= '3.7'
pytest-xdist==3.5.0; python_version >= '3.7'
pyyaml==6.0.1; python_version >= '3.6'
referencing==0.33.0; python_version >= '3.8'
referencing==0.34.0; python_version >= '3.8'
requests==2.31.0; python_version >= '3.7'
rich==13.7.1; python_full_version >= '3.7.0'
rpds-py==0.18.0; python_version >= '3.8'
Expand All @@ -81,7 +81,7 @@ sphinxcontrib-serializinghtml==1.1.10; python_version >= '3.9'
stevedore==5.2.0; python_version >= '3.8'
tomli==2.0.1; python_version < '3.11'
tox==4.14.1; python_version >= '3.8'
typing-extensions==4.10.0; python_version >= '3.8'
typing-extensions==4.10.0; python_version < '3.11'
urllib3==2.2.1; python_version >= '3.8'
virtualenv==20.25.1; python_version >= '3.7'
voluptuous==0.14.2; python_version >= '3.8'
Expand All @@ -93,7 +93,7 @@ celery==5.3.6; python_version >= '3.8'
click-didyoumean==0.3.0; python_full_version >= '3.6.2' and python_full_version < '4.0.0'
click-plugins==1.1.1
click-repl==0.3.0; python_version >= '3.6'
dynaconf==3.2.4; python_version >= '3.8'
dynaconf==3.2.5; python_version >= '3.8'
fastapi==0.110.0; python_version >= '3.8'
kombu==5.3.5; python_version >= '3.8'
prompt-toolkit==3.0.43; python_full_version >= '3.7.0'
Expand All @@ -104,6 +104,6 @@ python-multipart==0.0.9; python_version >= '3.8'
redis==5.0.3; python_version >= '3.7'
starlette==0.36.3; python_version >= '3.8'
tzdata==2024.1; python_version >= '2'
uvicorn==0.28.0; python_version >= '3.8'
uvicorn==0.29.0; python_version >= '3.8'
vine==5.1.0; python_version >= '3.6'
wcwidth==0.2.13
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ click==8.1.7; python_version >= '3.7'
click-didyoumean==0.3.0; python_full_version >= '3.6.2' and python_full_version < '4.0.0'
click-plugins==1.1.1
click-repl==0.3.0; python_version >= '3.6'
dynaconf==3.2.4; python_version >= '3.8'
dynaconf==3.2.5; python_version >= '3.8'
exceptiongroup==1.2.0; python_version < '3.11'
fastapi==0.110.0; python_version >= '3.8'
h11==0.14.0; python_version >= '3.7'
Expand All @@ -24,8 +24,8 @@ redis==5.0.3; python_version >= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.3.1; python_version >= '3.7'
starlette==0.36.3; python_version >= '3.8'
typing-extensions==4.10.0; python_version >= '3.8'
typing-extensions==4.10.0; python_version < '3.11'
tzdata==2024.1; python_version >= '2'
uvicorn==0.28.0; python_version >= '3.8'
uvicorn==0.29.0; python_version >= '3.8'
vine==5.1.0; python_version >= '3.6'
wcwidth==0.2.13

0 comments on commit de0dc8a

Please sign in to comment.