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 Jun 10, 2024
1 parent cda8e5d commit aaf6062
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
26 changes: 13 additions & 13 deletions Pipfile.lock

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

8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ mistune==0.8.4
mypy-extensions==1.0.0; python_version >= '3.5'
myst-parser==3.0.1; python_version >= '3.8'
nodeenv==1.9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
packaging==24.0; python_version >= '3.7'
packaging==24.1; python_version >= '3.8'
pathspec==0.12.1; python_version >= '3.8'
pbr==6.0.0; python_version >= '2.6'
platformdirs==4.2.2; python_version >= '3.8'
Expand Down Expand Up @@ -77,7 +77,7 @@ sphinxcontrib-plantuml==0.30
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'
tox==4.15.0; python_version >= '3.8'
tox==4.15.1; python_version >= '3.8'
urllib3==2.2.1; python_version >= '3.8'
virtualenv==20.26.2; python_version >= '3.7'
voluptuous==0.14.2; python_version >= '3.8'
Expand All @@ -102,11 +102,11 @@ pydantic-core==2.18.4; 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-dotenv==1.0.1
python-multipart==0.0.9; python_version >= '3.8'
redis==5.0.4; python_version >= '3.7'
redis==5.0.5; python_version >= '3.7'
shellingham==1.5.4; python_version >= '3.7'
starlette==0.37.2; python_version >= '3.8'
typer==0.12.3; python_version >= '3.7'
typing-extensions==4.12.1; python_version >= '3.8'
typing-extensions==4.12.2; python_version >= '3.8'
tzdata==2024.1; python_version >= '2'
ujson==5.10.0; python_version >= '3.8'
uvicorn[standard]==0.30.1; python_version >= '3.8'
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@ python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in
python-dotenv==1.0.1
python-multipart==0.0.9; python_version >= '3.8'
pyyaml==6.0.1
redis==5.0.4; python_version >= '3.7'
redis==5.0.5; python_version >= '3.7'
rich==13.7.1; python_full_version >= '3.7.0'
shellingham==1.5.4; 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.37.2; python_version >= '3.8'
typer==0.12.3; python_version >= '3.7'
typing-extensions==4.12.1; python_version >= '3.8'
typing-extensions==4.12.2; python_version >= '3.8'
tzdata==2024.1; python_version >= '2'
ujson==5.10.0; python_version >= '3.8'
uvicorn[standard]==0.30.1; python_version >= '3.8'
Expand Down

0 comments on commit aaf6062

Please sign in to comment.