Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Sep 5, 2023
1 parent 3050eb1 commit 785e4c6
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 15 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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
# -c requirements/constraints.txt
Expand Down Expand Up @@ -169,7 +169,7 @@ python-slugify==8.0.1
# code-annotations
python3-openid==3.2.0
# via social-auth-core
pytz==2023.3
pytz==2023.3.post1
# via
# django
# djangorestframework
Expand Down
2 changes: 1 addition & 1 deletion requirements/django.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
django==3.2.20
django==3.2.21
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ defusedxml==0.7.1
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -240,7 +240,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
# babel
Expand Down Expand Up @@ -294,7 +294,7 @@ social-auth-core==4.4.2
# -r requirements/base.txt
# edx-auth-backends
# social-auth-app-django
soupsieve==2.4.1
soupsieve==2.5
# via beautifulsoup4
sphinx==6.2.1
# via
Expand Down
16 changes: 12 additions & 4 deletions requirements/local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ astroid==2.15.6
# pylint-celery
bok-choy==2.0.2
# via -r requirements/test.txt
build==0.10.0
build==1.0.0
# via
# -r requirements/pip_tools.txt
# pip-tools
Expand Down Expand Up @@ -75,7 +75,7 @@ distlib==0.3.7
# via
# -r requirements/tox.txt
# virtualenv
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -188,6 +188,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 @@ -326,7 +330,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 @@ -347,7 +351,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 Down Expand Up @@ -479,6 +483,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.0
# 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
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ defusedxml==0.7.1
# -r requirements/base.txt
# python3-openid
# social-auth-core
django==3.2.20
django==3.2.21
# via
# -c requirements/common_constraints.txt
# -c requirements/constraints.txt
Expand Down Expand Up @@ -220,7 +220,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 Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ pynacl==1.5.0
# via
# -r requirements/base.txt
# edx-django-utils
pytest==7.4.0
pytest==7.4.1
# via
# -r requirements/test.in
# pytest-cov
Expand All @@ -281,7 +281,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 Down

0 comments on commit 785e4c6

Please sign in to comment.