Skip to content

Commit

Permalink
Merge pull request #93 from edx/jenkins/upgrade-python-requirements-6…
Browse files Browse the repository at this point in the history
…cc07be

Python Requirements Update
  • Loading branch information
ilee2u authored Nov 3, 2023
2 parents 6cc07be + 4cee6e2 commit 26b7611
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ slumber==0.7.1
# via edx-rest-api-client
social-auth-app-django==5.4.0
# via 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
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.13.0
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ faker==19.12.0
# via
# -r requirements/validation.txt
# factory-boy
filelock==3.13.0
filelock==3.13.1
# via
# -r requirements/validation.txt
# tox
Expand Down Expand Up @@ -380,7 +380,7 @@ pytest==7.4.3
# pytest-django
pytest-cov==4.1.0
# via -r requirements/validation.txt
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements/validation.txt
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -470,7 +470,7 @@ social-auth-app-django==5.4.0
# via
# -r requirements/validation.txt
# edx-auth-backends
social-auth-core==4.4.2
social-auth-core==4.5.0
# via
# -r requirements/validation.txt
# edx-auth-backends
Expand Down Expand Up @@ -532,7 +532,7 @@ virtualenv==20.24.6
# via
# -r requirements/validation.txt
# tox
wheel==0.41.2
wheel==0.41.3
# via
# -r requirements/pip-tools.txt
# pip-tools
Expand Down
6 changes: 3 additions & 3 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ faker==19.12.0
# via
# -r requirements/test.txt
# factory-boy
filelock==3.13.0
filelock==3.13.1
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -346,7 +346,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-dateutil==2.8.2
# via
Expand Down Expand Up @@ -428,7 +428,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
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
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,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
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ faker==19.12.0
# via
# -r requirements/test.txt
# factory-boy
filelock==3.13.0
filelock==3.13.1
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -328,7 +328,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-dateutil==2.8.2
# via
Expand Down Expand Up @@ -405,7 +405,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
6 changes: 3 additions & 3 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ factory-boy==3.3.0
# via -r requirements/test.in
faker==19.12.0
# via factory-boy
filelock==3.13.0
filelock==3.13.1
# via
# tox
# virtualenv
Expand Down Expand Up @@ -259,7 +259,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-dateutil==2.8.2
# via faker
Expand Down Expand Up @@ -318,7 +318,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
6 changes: 3 additions & 3 deletions requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ faker==19.12.0
# -r requirements/quality.txt
# -r requirements/test.txt
# factory-boy
filelock==3.13.0
filelock==3.13.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -429,7 +429,7 @@ pytest-cov==4.1.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
pytest-django==4.5.2
pytest-django==4.6.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -532,7 +532,7 @@ social-auth-app-django==5.4.0
# -r requirements/quality.txt
# -r requirements/test.txt
# edx-auth-backends
social-auth-core==4.4.2
social-auth-core==4.5.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down

0 comments on commit 26b7611

Please sign in to comment.