Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
MichaelRoytman committed Apr 19, 2024
2 parents f47e877 + f98ccc6 commit 171f316
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
12 changes: 11 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ attrs==23.2.0
# -r requirements/validation.txt
# lti-consumer-xblock
# openedx-events
backports-tarfile==1.0.0
backports-tarfile==1.1.0
# via
# -r requirements/validation.txt
# jaraco-context
Expand Down Expand Up @@ -115,6 +115,7 @@ cryptography==42.0.5
# via
# -r requirements/validation.txt
# pyjwt
# secretstorage
# social-auth-core
ddt==1.7.2
# via -r requirements/validation.txt
Expand Down Expand Up @@ -351,6 +352,11 @@ jaraco-functools==4.0.0
# via
# -r requirements/validation.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/validation.txt
# keyring
# secretstorage
jinja2==3.1.3
# via
# -r requirements/validation.txt
Expand Down Expand Up @@ -636,6 +642,10 @@ s3transfer==0.10.1
# via
# -r requirements/validation.txt
# boto3
secretstorage==3.3.3
# via
# -r requirements/validation.txt
# keyring
semantic-version==2.10.0
# via
# -r requirements/validation.txt
Expand Down
9 changes: 8 additions & 1 deletion requirements/doc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ attrs==23.2.0
# openedx-events
babel==2.14.0
# via sphinx
backports-tarfile==1.0.0
backports-tarfile==1.1.0
# via jaraco-context
backports-zoneinfo==0.2.1
# via
Expand Down Expand Up @@ -112,6 +112,7 @@ cryptography==42.0.5
# via
# -r requirements/test.txt
# pyjwt
# secretstorage
# social-auth-core
ddt==1.7.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -341,6 +342,10 @@ jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.3
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -595,6 +600,8 @@ s3transfer==0.10.1
# via
# -r requirements/test.txt
# boto3
secretstorage==3.3.3
# via keyring
semantic-version==2.10.0
# via
# -r requirements/test.txt
Expand Down
9 changes: 8 additions & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ attrs==23.2.0
# -r requirements/test.txt
# lti-consumer-xblock
# openedx-events
backports-tarfile==1.0.0
backports-tarfile==1.1.0
# via jaraco-context
backports-zoneinfo==0.2.1
# via
Expand Down Expand Up @@ -106,6 +106,7 @@ cryptography==42.0.5
# via
# -r requirements/test.txt
# pyjwt
# secretstorage
# social-auth-core
ddt==1.7.2
# via -r requirements/test.txt
Expand Down Expand Up @@ -326,6 +327,10 @@ jaraco-context==5.3.0
# via keyring
jaraco-functools==4.0.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.3
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -573,6 +578,8 @@ s3transfer==0.10.1
# via
# -r requirements/test.txt
# boto3
secretstorage==3.3.3
# via keyring
semantic-version==2.10.0
# via
# -r requirements/test.txt
Expand Down
12 changes: 11 additions & 1 deletion requirements/validation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ attrs==23.2.0
# -r requirements/test.txt
# lti-consumer-xblock
# openedx-events
backports-tarfile==1.0.0
backports-tarfile==1.1.0
# via
# -r requirements/quality.txt
# jaraco-context
Expand Down Expand Up @@ -130,6 +130,7 @@ cryptography==42.0.5
# -r requirements/quality.txt
# -r requirements/test.txt
# pyjwt
# secretstorage
# social-auth-core
ddt==1.7.2
# via
Expand Down Expand Up @@ -421,6 +422,11 @@ jaraco-functools==4.0.0
# via
# -r requirements/quality.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/quality.txt
# keyring
# secretstorage
jinja2==3.1.3
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -742,6 +748,10 @@ s3transfer==0.10.1
# -r requirements/quality.txt
# -r requirements/test.txt
# boto3
secretstorage==3.3.3
# via
# -r requirements/quality.txt
# keyring
semantic-version==2.10.0
# via
# -r requirements/quality.txt
Expand Down

0 comments on commit 171f316

Please sign in to comment.