Skip to content

Commit

Permalink
Merge pull request #231 from openedx/jenkins/upgrade-python-requireme…
Browse files Browse the repository at this point in the history
…nts-3ad1743

Python Requirements Update
  • Loading branch information
macdiesel authored Apr 15, 2024
2 parents 3ad1743 + f4bded9 commit 830ac67
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 37 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ fastavro==1.9.4
# via openedx-events
getsmarter-api-clients==0.6.1
# via -r requirements/base.in
idna==3.6
idna==3.7
# via requests
importlib-resources==6.4.0
# via
Expand Down Expand Up @@ -174,7 +174,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.7.0
openedx-events==9.9.1
# via
# -r requirements/base.in
# openedx-ledger
Expand Down Expand Up @@ -259,7 +259,7 @@ social-auth-core==4.5.3
# via
# edx-auth-backends
# social-auth-app-django
sqlparse==0.4.4
sqlparse==0.5.0
# via django
stevedore==5.2.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ colorama==0.4.6
# via tox
distlib==0.3.8
# via virtualenv
filelock==3.13.3
filelock==3.13.4
# via
# tox
# virtualenv
Expand Down
16 changes: 8 additions & 8 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ defusedxml==0.8.0rc2
# -r requirements/validation.txt
# python3-openid
# social-auth-core
diff-cover==8.0.3
diff-cover==9.0.0
# via -r requirements/dev.in
dill==0.3.8
# via
Expand Down Expand Up @@ -217,7 +217,7 @@ edx-drf-extensions==10.3.0
# via
# -r requirements/validation.txt
# edx-rbac
edx-i18n-tools==1.3.0
edx-i18n-tools==1.5.0
# via -r requirements/dev.in
edx-lint==5.3.6
# via -r requirements/validation.txt
Expand All @@ -238,22 +238,22 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/validation.txt
faker==24.7.1
faker==24.9.0
# via
# -r requirements/validation.txt
# factory-boy
fastavro==1.9.4
# via
# -r requirements/validation.txt
# openedx-events
filelock==3.13.3
filelock==3.13.4
# via
# -r requirements/validation.txt
# tox
# virtualenv
getsmarter-api-clients==0.6.1
# via -r requirements/validation.txt
idna==3.6
idna==3.7
# via
# -r requirements/validation.txt
# requests
Expand Down Expand Up @@ -364,7 +364,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.7.0
openedx-events==9.9.1
# via
# -r requirements/validation.txt
# openedx-ledger
Expand All @@ -379,7 +379,7 @@ packaging==24.0
# pyproject-api
# pytest
# tox
path==16.12.1
path==16.14.0
# via edx-i18n-tools
pbr==6.0.0
# via
Expand Down Expand Up @@ -600,7 +600,7 @@ social-auth-core==4.5.3
# -r requirements/validation.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/validation.txt
# django
Expand Down
10 changes: 5 additions & 5 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -238,22 +238,22 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==24.7.1
faker==24.9.0
# via
# -r requirements/test.txt
# factory-boy
fastavro==1.9.4
# via
# -r requirements/test.txt
# openedx-events
filelock==3.13.3
filelock==3.13.4
# via
# -r requirements/test.txt
# tox
# virtualenv
getsmarter-api-clients==0.6.1
# via -r requirements/test.txt
idna==3.6
idna==3.7
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -348,7 +348,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.7.0
openedx-events==9.9.1
# via
# -r requirements/test.txt
# openedx-ledger
Expand Down Expand Up @@ -585,7 +585,7 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/test.txt
# django
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.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.0
# via -r requirements/pip.in
setuptools==69.2.0
setuptools==69.5.1
# via -r requirements/pip.in
8 changes: 4 additions & 4 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ greenlet==3.0.3
# via gevent
gunicorn==21.2.0
# via -r requirements/production.in
idna==3.6
idna==3.7
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -211,7 +211,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.7.0
openedx-events==9.9.1
# via
# -r requirements/base.txt
# openedx-ledger
Expand Down Expand Up @@ -334,7 +334,7 @@ social-auth-core==4.5.3
# -r requirements/base.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/base.txt
# django
Expand Down Expand Up @@ -364,7 +364,7 @@ zipp==3.18.1
# importlib-resources
zope-event==5.0
# via gevent
zope-interface==6.2
zope-interface==6.3
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -221,22 +221,22 @@ exceptiongroup==1.2.0
# pytest
factory-boy==3.3.0
# via -r requirements/test.txt
faker==24.7.1
faker==24.9.0
# via
# -r requirements/test.txt
# factory-boy
fastavro==1.9.4
# via
# -r requirements/test.txt
# openedx-events
filelock==3.13.3
filelock==3.13.4
# via
# -r requirements/test.txt
# tox
# virtualenv
getsmarter-api-clients==0.6.1
# via -r requirements/test.txt
idna==3.6
idna==3.7
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -327,7 +327,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.7.0
openedx-events==9.9.1
# via
# -r requirements/test.txt
# openedx-ledger
Expand Down Expand Up @@ -532,7 +532,7 @@ social-auth-core==4.5.3
# -r requirements/test.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/test.txt
# django
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,19 +198,19 @@ exceptiongroup==1.2.0
# via pytest
factory-boy==3.3.0
# via -r requirements/test.in
faker==24.7.1
faker==24.9.0
# via factory-boy
fastavro==1.9.4
# via
# -r requirements/base.txt
# openedx-events
filelock==3.13.3
filelock==3.13.4
# via
# tox
# virtualenv
getsmarter-api-clients==0.6.1
# via -r requirements/base.txt
idna==3.6
idna==3.7
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -262,7 +262,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.7.0
openedx-events==9.9.1
# via
# -r requirements/base.txt
# openedx-ledger
Expand Down Expand Up @@ -428,7 +428,7 @@ social-auth-core==4.5.3
# -r requirements/base.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/base.txt
# django
Expand Down
10 changes: 5 additions & 5 deletions requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ factory-boy==3.3.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
faker==24.7.1
faker==24.9.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand All @@ -287,7 +287,7 @@ fastavro==1.9.4
# -r requirements/quality.txt
# -r requirements/test.txt
# openedx-events
filelock==3.13.3
filelock==3.13.4
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand All @@ -297,7 +297,7 @@ getsmarter-api-clients==0.6.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
idna==3.6
idna==3.7
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -419,7 +419,7 @@ oauthlib==3.2.2
# getsmarter-api-clients
# requests-oauthlib
# social-auth-core
openedx-events==9.7.0
openedx-events==9.9.1
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down Expand Up @@ -683,7 +683,7 @@ social-auth-core==4.5.3
# -r requirements/test.txt
# edx-auth-backends
# social-auth-app-django
sqlparse==0.4.4
sqlparse==0.5.0
# via
# -r requirements/quality.txt
# -r requirements/test.txt
Expand Down

0 comments on commit 830ac67

Please sign in to comment.