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 13, 2024
1 parent bb810b8 commit 52b5a58
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 37 deletions.
48 changes: 24 additions & 24 deletions Pipfile.lock

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

18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ alabaster==0.7.16; python_version >= '3.9'
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.7; python_version >= '3.8'
bandit==1.7.8; python_version >= '3.8'
black==24.2.0; python_version >= '3.8'
cachetools==5.3.3; python_version >= '3.7'
certifi==2024.2.2; python_version >= '3.6'
Expand Down Expand Up @@ -42,7 +42,7 @@ mistune==0.8.4
mypy-extensions==1.0.0; python_version >= '3.5'
myst-parser==2.0.0; python_version >= '3.8'
nodeenv==1.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
packaging==23.2; python_version >= '3.7'
packaging==24.0; python_version >= '3.7'
pathspec==0.12.1; python_version >= '3.8'
pbr==6.0.0; python_version >= '2.6'
platformdirs==4.2.0; python_version >= '3.8'
Expand All @@ -54,7 +54,7 @@ pycparser==2.21
pyflakes==3.2.0; python_version >= '3.8'
pygments==2.17.2; python_version >= '3.7'
pyproject-api==1.6.1; python_version >= '3.8'
pytest==8.0.2; python_version >= '3.8'
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'
Expand All @@ -75,19 +75,19 @@ sphinxcontrib-httpdomain==1.8.1; python_version >= '2.7' and python_version not
sphinxcontrib-jquery==4.1; python_version >= '2.7'
sphinxcontrib-jsmath==1.0.1; python_version >= '3.5'
sphinxcontrib-openapi==0.7.0; python_version >= '3.6'
sphinxcontrib-plantuml==0.28
sphinxcontrib-plantuml==0.29
sphinxcontrib-qthelp==1.0.7; python_version >= '3.9'
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.0; python_version >= '3.8'
tox==4.14.1; python_version >= '3.8'
typing-extensions==4.10.0; python_version >= '3.8'
urllib3==2.2.1; python_version >= '3.8'
virtualenv==20.25.1; python_version >= '3.7'
voluptuous==0.14.2; python_version >= '3.8'
amqp==5.2.0; python_version >= '3.6'
annotated-types==0.6.0; python_version >= '3.8'
async-timeout==4.0.3; python_version >= '3.7'
async-timeout==4.0.3; python_full_version < '3.11.3'
billiard==4.2.0; python_version >= '3.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'
Expand All @@ -97,13 +97,13 @@ dynaconf==3.2.4; 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'
pydantic==2.6.3; python_version >= '3.8'
pydantic==2.6.4; python_version >= '3.8'
pydantic-core==2.16.3; python_version >= '3.8'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-multipart==0.0.9; python_version >= '3.8'
redis==5.0.2; python_version >= '3.7'
redis==5.0.3; python_version >= '3.7'
starlette==0.36.3; python_version >= '3.8'
tzdata==2024.1; python_version >= '2'
uvicorn==0.27.1; python_version >= '3.8'
uvicorn==0.28.0; python_version >= '3.8'
vine==5.1.0; python_version >= '3.6'
wcwidth==0.2.13
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
amqp==5.2.0; python_version >= '3.6'
annotated-types==0.6.0; python_version >= '3.8'
anyio==4.3.0; python_version >= '3.8'
async-timeout==4.0.3; python_version >= '3.7'
async-timeout==4.0.3; python_full_version < '3.11.3'
billiard==4.2.0; python_version >= '3.7'
celery==5.3.6; python_version >= '3.8'
click==8.1.7; python_version >= '3.7'
Expand All @@ -16,16 +16,16 @@ h11==0.14.0; python_version >= '3.7'
idna==3.6; python_version >= '3.5'
kombu==5.3.5; python_version >= '3.8'
prompt-toolkit==3.0.43; python_full_version >= '3.7.0'
pydantic==2.6.3; python_version >= '3.8'
pydantic==2.6.4; python_version >= '3.8'
pydantic-core==2.16.3; python_version >= '3.8'
python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-multipart==0.0.9; python_version >= '3.8'
redis==5.0.2; python_version >= '3.7'
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'
tzdata==2024.1; python_version >= '2'
uvicorn==0.27.1; python_version >= '3.8'
uvicorn==0.28.0; python_version >= '3.8'
vine==5.1.0; python_version >= '3.6'
wcwidth==0.2.13

0 comments on commit 52b5a58

Please sign in to comment.