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 Apr 6, 2024
1 parent c6cb1db commit 35e74e9
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 97 deletions.
149 changes: 75 additions & 74 deletions Pipfile.lock

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

32 changes: 16 additions & 16 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 All @@ -18,11 +18,11 @@ cryptography==42.0.5; python_version >= '3.7'
distlib==0.3.8
docutils==0.20.1; python_version >= '3.7'
exceptiongroup==1.2.0; python_version < '3.11'
execnet==2.0.2; python_version >= '3.7'
filelock==3.13.1; python_version >= '3.8'
execnet==2.1.0; python_version >= '3.8'
filelock==3.13.3; python_version >= '3.8'
flake8==7.0.0; python_full_version >= '3.8.1'
h11==0.14.0; python_version >= '3.7'
httpcore==1.0.4; python_version >= '3.8'
httpcore==1.0.5; python_version >= '3.8'
httpx==0.27.0; python_version >= '3.8'
identify==2.5.35; python_version >= '3.8'
idna==3.6; python_version >= '3.5'
Expand All @@ -47,18 +47,18 @@ pathspec==0.12.1; python_version >= '3.8'
pbr==6.0.0; python_version >= '2.6'
platformdirs==4.2.0; python_version >= '3.8'
pluggy==1.4.0; python_version >= '3.8'
pre-commit==3.6.2; python_version >= '3.9'
pre-commit==3.7.0; python_version >= '3.9'
pretend==1.0.9
pycodestyle==2.11.1; python_version >= '3.8'
pycparser==2.21
pycparser==2.22; python_version >= '3.8'
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.1.1; python_version >= '3.8'
pytest-cov==4.1.0; python_version >= '3.7'
pytest-cov==5.0.0; python_version >= '3.8'
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 @@ -80,8 +80,8 @@ 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.1; python_version >= '3.8'
typing-extensions==4.10.0; python_version >= '3.8'
tox==4.14.2; python_version >= '3.8'
typing-extensions==4.11.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'
Expand All @@ -90,20 +90,20 @@ annotated-types==0.6.0; python_version >= '3.8'
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'
click-didyoumean==0.3.1; python_full_version >= '3.6.2'
click-plugins==1.1.1
click-repl==0.3.0; python_version >= '3.6'
dynaconf==3.2.4; python_version >= '3.8'
fastapi==0.110.0; python_version >= '3.8'
kombu==5.3.5; python_version >= '3.8'
dynaconf==3.2.5; python_version >= '3.8'
fastapi==0.110.1; python_version >= '3.8'
kombu==5.3.6; python_version >= '3.8'
prompt-toolkit==3.0.43; python_full_version >= '3.7.0'
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.3; python_version >= '3.7'
starlette==0.36.3; python_version >= '3.8'
starlette==0.37.2; 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
Loading

0 comments on commit 35e74e9

Please sign in to comment.