Skip to content

Commit

Permalink
Update python dependencies.
Browse files Browse the repository at this point in the history
Run of `pip-compile-multi` to update all python dependencies.
  • Loading branch information
adRn-s authored and github-actions[bot] committed Sep 9, 2024
1 parent 39f2ea0 commit 8aa454d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion backend/requirements/3.10/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ diff-match-patch==20230430
# via django-import-export
dj-database-url==2.2.0
# via -r backend/requirements/3.10/base.in
django==4.2.15
django==4.2.16
# via
# -r backend/requirements/3.10/base.in
# dj-database-url
Expand Down
16 changes: 8 additions & 8 deletions backend/requirements/3.10/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ appdirs==1.4.4
# via django-migration-linter
asttokens==2.4.1
# via stack-data
boto3==1.35.10
boto3==1.35.14
# via -r backend/requirements/3.10/dev.in
botocore==1.35.10
botocore==1.35.14
# via
# boto3
# s3transfer
Expand All @@ -27,13 +27,13 @@ certifi==2024.8.30
# httpcore
# httpx
# requests
cffi==1.17.0
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
# via requests
contourpy==1.3.0
# via matplotlib
cryptography==43.0.0
cryptography==43.0.1
# via
# django-cryptography-django5
# django-sql-explorer
Expand Down Expand Up @@ -88,7 +88,7 @@ jmespath==1.0.1
# via
# boto3
# botocore
kiwisolver==1.4.5
kiwisolver==1.4.7
# via matplotlib
markdown-it-py==3.0.0
# via rich
Expand All @@ -100,7 +100,7 @@ matplotlib-inline==0.1.7
# via ipython
mdurl==0.1.2
# via markdown-it-py
openai==1.43.0
openai==1.44.0
# via -r backend/requirements/3.10/dev.in
parso==0.8.4
# via jedi
Expand All @@ -114,9 +114,9 @@ pure-eval==0.2.3
# via stack-data
pycparser==2.22
# via cffi
pydantic==2.8.2
pydantic==2.9.0
# via openai
pydantic-core==2.20.1
pydantic-core==2.23.2
# via pydantic
pygments==2.18.0
# via
Expand Down
4 changes: 2 additions & 2 deletions backend/requirements/3.10/testing.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ pytest-base-url==2.1.0
# via pytest-playwright
pytest-cov==5.0.0
# via -r backend/requirements/3.10/testing.in
pytest-django==4.8.0
pytest-django==4.9.0
# via -r backend/requirements/3.10/testing.in
pytest-playwright==0.5.1
pytest-playwright==0.5.2
# via -r backend/requirements/3.10/testing.in
pytest-xdist==3.6.1
# via -r backend/requirements/3.10/testing.in
Expand Down

0 comments on commit 8aa454d

Please sign in to comment.