Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
awais786 authored Apr 11, 2024
2 parents 20f36f6 + 87edfe1 commit cc93ec3
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
14 changes: 14 additions & 0 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ certifi==2024.2.2
cffi==1.16.0
# via
# -r requirements/test.txt
# cryptography
# pynacl
chardet==5.2.0
# via
Expand Down Expand Up @@ -100,6 +101,10 @@ coverage==6.5.0
# coveralls
coveralls==3.3.1
# via -r requirements/test.txt
cryptography==42.0.5
# via
# -r requirements/test.txt
# secretstorage
ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
Expand Down Expand Up @@ -218,6 +223,11 @@ jaraco-functools==4.0.0
# via
# -r requirements/test.txt
# keyring
jeepney==0.8.0
# via
# -r requirements/test.txt
# keyring
# secretstorage
jinja2==3.1.3
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -417,6 +427,10 @@ s3transfer==0.10.1
# via
# -r requirements/test.txt
# boto3
secretstorage==3.3.3
# via
# -r requirements/test.txt
# keyring
simplejson==3.19.2
# via
# -r requirements/test.txt
Expand Down
9 changes: 9 additions & 0 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ certifi==2024.2.2
cffi==1.16.0
# via
# -r requirements/base.txt
# cryptography
# pynacl
chardet==5.2.0
# via binaryornot
Expand All @@ -73,6 +74,8 @@ coverage==6.5.0
# via coveralls
coveralls==3.3.1
# via -r requirements/test.in
cryptography==42.0.5
# via secretstorage
ddt==1.7.2
# via -r requirements/test.in
dill==0.3.8
Expand Down Expand Up @@ -166,6 +169,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
# code-annotations
Expand Down Expand Up @@ -318,6 +325,8 @@ s3transfer==0.10.1
# via
# -r requirements/base.txt
# boto3
secretstorage==3.3.3
# via keyring
simplejson==3.19.2
# via
# -r requirements/base.txt
Expand Down

0 comments on commit cc93ec3

Please sign in to comment.