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 Nov 9, 2023
1 parent a16924a commit 1510734
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@ certifi==2023.7.22
# via requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via requests
cryptography==41.0.4
cryptography==41.0.5
# via
# pyjwt
# social-auth-core
defusedxml==0.8.0rc2
# via
# python3-openid
# social-auth-core
django==3.2.22
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand Down Expand Up @@ -52,7 +52,7 @@ six==1.16.0
# via -r requirements/base.in
social-auth-app-django==5.4.0
# via -r requirements/base.in
social-auth-core==4.4.2
social-auth-core==4.5.0
# via
# -r requirements/base.in
# social-auth-app-django
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down
20 changes: 10 additions & 10 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ cffi==1.16.0
# via
# -r requirements/test.txt
# cryptography
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via
# -r requirements/test.txt
# requests
Expand All @@ -54,7 +54,7 @@ coverage[toml]==7.3.2
# -r requirements/test.txt
# coverage
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/test.txt
# pyjwt
Expand All @@ -73,7 +73,7 @@ distlib==0.3.7
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==3.2.22
django==3.2.23
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -84,7 +84,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.12.4
filelock==3.13.1
# via
# -r requirements/ci.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -137,7 +137,7 @@ packaging==23.2
# build
# pytest
# tox
pbr==5.11.1
pbr==6.0.0
# via
# -r requirements/test.txt
# stevedore
Expand Down Expand Up @@ -197,14 +197,14 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements/test.txt
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.5.2
pytest-django==4.7.0
# via -r requirements/test.txt
python-slugify==8.0.1
# via
Expand Down Expand Up @@ -240,7 +240,7 @@ six==1.16.0
# unittest2
social-auth-app-django==5.4.0
# via -r requirements/test.txt
social-auth-core==4.4.2
social-auth-core==4.5.0
# via
# -r requirements/test.txt
# social-auth-app-django
Expand Down Expand Up @@ -268,7 +268,7 @@ tomli==2.0.1
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.1
tomlkit==0.12.2
# via
# -r requirements/test.txt
# pylint
Expand Down Expand Up @@ -302,7 +302,7 @@ virtualenv==20.24.6
# -r requirements/ci.txt
# -r requirements/test.txt
# tox
wheel==0.41.2
wheel==0.41.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
wheel==0.41.3
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
wheel==0.41.2
wheel==0.41.3
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cffi==1.16.0
# via
# -r requirements/base.txt
# cryptography
charset-normalizer==3.3.1
charset-normalizer==3.3.2
# via
# -r requirements/base.txt
# requests
Expand All @@ -39,7 +39,7 @@ coverage[toml]==7.3.2
# via
# -r requirements/test.in
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements/base.txt
# pyjwt
Expand All @@ -61,7 +61,7 @@ edx-lint==5.3.6
# via -r requirements/test.in
exceptiongroup==1.1.3
# via pytest
filelock==3.12.4
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -92,7 +92,7 @@ packaging==23.2
# via
# pytest
# tox
pbr==5.11.1
pbr==6.0.0
# via stevedore
platformdirs==3.11.0
# via
Expand Down Expand Up @@ -131,13 +131,13 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.4.2
pytest==7.4.3
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
pytest-django==4.7.0
# via -r requirements/test.in
python-slugify==8.0.1
# via code-annotations
Expand Down Expand Up @@ -168,7 +168,7 @@ six==1.16.0
# unittest2
social-auth-app-django==5.4.0
# via -r requirements/base.txt
social-auth-core==4.4.2
social-auth-core==4.5.0
# via
# -r requirements/base.txt
# social-auth-app-django
Expand All @@ -186,7 +186,7 @@ tomli==2.0.1
# pylint
# pytest
# tox
tomlkit==0.12.1
tomlkit==0.12.2
# via pylint
tox==3.28.0
# via
Expand Down

0 comments on commit 1510734

Please sign in to comment.