Skip to content

Commit

Permalink
chore: Updating Python Requirements (#272)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Sep 7, 2023
1 parent 8928cd6 commit d302d53
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 15 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defusedxml==0.7.1
# via
# python3-openid
# social-auth-core
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/base.in
Expand All @@ -39,7 +39,7 @@ pyjwt[crypto]==2.8.0
# social-auth-core
python3-openid==3.2.0
# via social-auth-core
pytz==2023.3
pytz==2023.3.post1
# via django
requests==2.31.0
# via
Expand All @@ -49,7 +49,7 @@ requests-oauthlib==1.3.1
# via social-auth-core
six==1.16.0
# via -r requirements/base.in
social-auth-app-django==5.2.0
social-auth-app-django==5.3.0
# via -r requirements/base.in
social-auth-core==4.4.2
# via
Expand Down
20 changes: 14 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ astroid==2.15.6
# -r requirements/test.txt
# pylint
# pylint-celery
build==0.10.0
build==1.0.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down Expand Up @@ -49,7 +49,7 @@ code-annotations==1.5.0
# via
# -r requirements/test.txt
# edx-lint
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -72,7 +72,7 @@ distlib==0.3.7
# -r requirements/ci.txt
# -r requirements/test.txt
# virtualenv
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -r requirements/test.txt
Expand All @@ -95,6 +95,10 @@ idna==3.4
# via
# -r requirements/test.txt
# requests
importlib-metadata==6.8.0
# via
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -195,7 +199,7 @@ pyproject-hooks==1.0.0
# via
# -r requirements/pip-tools.txt
# build
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/test.txt
# pytest-cov
Expand All @@ -212,7 +216,7 @@ python3-openid==3.2.0
# via
# -r requirements/test.txt
# social-auth-core
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/test.txt
# django
Expand All @@ -236,7 +240,7 @@ six==1.16.0
# edx-lint
# tox
# unittest2
social-auth-app-django==5.2.0
social-auth-app-django==5.3.0
# via -r requirements/test.txt
social-auth-core==4.4.2
# via
Expand Down Expand Up @@ -309,6 +313,10 @@ wrapt==1.15.0
# via
# -r requirements/test.txt
# astroid
zipp==3.16.2
# via
# -r requirements/pip-tools.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
6 changes: 5 additions & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
#
# make upgrade
#
build==0.10.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==7.3.0
Expand All @@ -21,6 +23,8 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
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.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.1.2
setuptools==68.2.0
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via
# -r requirements/test.in
# pytest-cov
Expand Down Expand Up @@ -132,7 +132,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pytest==7.4.0
pytest==7.4.1
# via
# pytest-cov
# pytest-django
Expand All @@ -146,7 +146,7 @@ python3-openid==3.2.0
# via
# -r requirements/base.txt
# social-auth-core
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements/base.txt
# django
Expand All @@ -167,7 +167,7 @@ six==1.16.0
# edx-lint
# tox
# unittest2
social-auth-app-django==5.2.0
social-auth-app-django==5.3.0
# via -r requirements/base.txt
social-auth-core==4.4.2
# via
Expand Down

0 comments on commit d302d53

Please sign in to comment.