Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Apr 18, 2024
1 parent 0ee303c commit 340afff
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ tox==4.14.2
# via -r requirements/ci.in
urllib3==2.2.1
# via requests
virtualenv==20.25.1
virtualenv==20.25.3
# via tox
8 changes: 5 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ astroid==3.1.0
# via
# pylint
# pylint-celery
backports-tarfile==1.1.0
# via jaraco-context
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
Expand Down Expand Up @@ -66,7 +68,7 @@ cryptography==42.0.5
# secretstorage
ddt==1.7.2
# via -r requirements/test.in
diff-cover==8.0.3
diff-cover==9.0.0
# via -r requirements/dev.in
dill==0.3.8
# via pylint
Expand Down Expand Up @@ -308,7 +310,7 @@ sniffio==1.3.1
# via anyio
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
sqlparse==0.5.0
# via django
starlette==0.37.2
# via fastapi
Expand Down Expand Up @@ -354,7 +356,7 @@ urllib3==2.2.1
# twine
uvicorn==0.29.0
# via pact-python
virtualenv==20.25.1
virtualenv==20.25.3
# via tox
yarl==1.9.4
# via pact-python
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.2.0
setuptools==69.5.1
# via -r requirements/pip.in
4 changes: 3 additions & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ astroid==3.1.0
# via
# pylint
# pylint-celery
backports-tarfile==1.1.0
# via jaraco-context
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -c requirements/constraints.txt
Expand Down Expand Up @@ -273,7 +275,7 @@ sniffio==1.3.1
# via anyio
snowballstemmer==2.2.0
# via pydocstyle
sqlparse==0.4.4
sqlparse==0.5.0
# via django
starlette==0.37.2
# via fastapi
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ six==1.16.0
# pact-python
sniffio==1.3.1
# via anyio
sqlparse==0.4.4
sqlparse==0.5.0
# via django
starlette==0.37.2
# via fastapi
Expand Down

0 comments on commit 340afff

Please sign in to comment.