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 4, 2024
1 parent 12f3a16 commit 09bfec0
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 87 deletions.
166 changes: 83 additions & 83 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 @@ -97,8 +97,8 @@ httptools==0.6.1
kombu==5.3.7; python_version >= '3.8'
orjson==3.10.3; python_version >= '3.8'
prompt-toolkit==3.0.45; python_full_version >= '3.7.0'
pydantic==2.7.2; python_version >= '3.8'
pydantic-core==2.18.3; python_version >= '3.8'
pydantic==2.7.3; python_version >= '3.8'
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'
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ markupsafe==2.1.5; python_version >= '3.7'
mdurl==0.1.2; python_version >= '3.7'
orjson==3.10.3; python_version >= '3.8'
prompt-toolkit==3.0.45; python_full_version >= '3.7.0'
pydantic==2.7.2; python_version >= '3.8'
pydantic-core==2.18.3; python_version >= '3.8'
pydantic==2.7.3; python_version >= '3.8'
pydantic-core==2.18.4; python_version >= '3.8'
pygments==2.18.0; 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
Expand Down

0 comments on commit 09bfec0

Please sign in to comment.