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

Commit

Permalink
chore: Updating Python Requirements (#1523)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Nov 3, 2023
1 parent 2e7b2dc commit 759fc78
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Expand Up @@ -202,7 +202,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/base.in
# edx-auth-backends
social-auth-core==4.4.2
social-auth-core==4.5.0
# via
# edx-auth-backends
# social-auth-app-django
Expand Down
4 changes: 2 additions & 2 deletions requirements/doc.txt
Expand Up @@ -212,7 +212,7 @@ pycparser==2.21
# via
# -r requirements/base.txt
# cffi
pydata-sphinx-theme==0.14.2
pydata-sphinx-theme==0.14.3
# via sphinx-book-theme
pygments==2.16.1
# via
Expand Down Expand Up @@ -289,7 +289,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/base.txt
# edx-auth-backends
social-auth-core==4.4.2
social-auth-core==4.5.0
# via
# -r requirements/base.txt
# edx-auth-backends
Expand Down
2 changes: 1 addition & 1 deletion requirements/github.txt
Expand Up @@ -10,7 +10,7 @@ distlib==0.3.7
# via
# -r requirements/tox.txt
# virtualenv
filelock==3.13.0
filelock==3.13.1
# via
# -r requirements/tox.txt
# tox
Expand Down
8 changes: 4 additions & 4 deletions requirements/local.txt
Expand Up @@ -183,7 +183,7 @@ exceptiongroup==1.1.3
# via
# -r requirements/test.txt
# pytest
filelock==3.13.0
filelock==3.13.1
# via
# -r requirements/tox.txt
# tox
Expand Down Expand Up @@ -342,7 +342,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.txt
python-slugify==8.0.1
# via
Expand Down Expand Up @@ -404,7 +404,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/test.txt
# edx-auth-backends
social-auth-core==4.4.2
social-auth-core==4.5.0
# via
# -r requirements/test.txt
# edx-auth-backends
Expand Down Expand Up @@ -467,7 +467,7 @@ virtualenv==20.24.6
# via
# -r requirements/tox.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.txt
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
2 changes: 1 addition & 1 deletion requirements/pip_tools.txt
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/production.txt
Expand Up @@ -269,7 +269,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/base.txt
# edx-auth-backends
social-auth-core==4.4.2
social-auth-core==4.5.0
# via
# -r requirements/base.txt
# edx-auth-backends
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Expand Up @@ -273,7 +273,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/test.in
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/test.in
python-slugify==8.0.1
# via
Expand Down Expand Up @@ -331,7 +331,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/base.txt
# edx-auth-backends
social-auth-core==4.4.2
social-auth-core==4.5.0
# via
# -r requirements/base.txt
# edx-auth-backends
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.7
# via virtualenv
filelock==3.13.0
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down

0 comments on commit 759fc78

Please sign in to comment.