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 16, 2024
1 parent ed74a92 commit 3ebb74a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
50 changes: 25 additions & 25 deletions Pipfile.lock

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

4 changes: 2 additions & 2 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 @@ -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 Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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'
typing-extensions==4.10.0; python_version < '3.11'
tzdata==2024.1; python_version >= '2'
uvicorn==0.28.0; python_version >= '3.8'
vine==5.1.0; python_version >= '3.6'
Expand Down

0 comments on commit 3ebb74a

Please sign in to comment.