Skip to content

Commit

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

Python Requirements Update
farhan authored May 13, 2024
2 parents 0f8cf60 + ec7ecbf commit 8ad5329
Showing 5 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -42,9 +42,9 @@ click-plugins==1.1.1
# via celery
click-repl==0.3.0
# via celery
cryptography==42.0.6
cryptography==42.0.7
# via pyjwt
django==4.2.11
django==4.2.13
# via
# -c requirements/constraints.txt
# -r requirements/base.in
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -96,7 +96,7 @@ coverage[toml]==7.5.1
# via
# -r requirements/quality.txt
# pytest-cov
cryptography==42.0.6
cryptography==42.0.7
# via
# -r requirements/quality.txt
# pyjwt
@@ -113,7 +113,7 @@ distlib==0.3.8
# via
# -r requirements/ci.txt
# virtualenv
django==4.2.11
django==4.2.13
# via
# -c requirements/constraints.txt
# -r requirements/quality.txt
@@ -491,7 +491,7 @@ tomli==2.0.1
# pylint
# pytest
# tox
tomlkit==0.12.4
tomlkit==0.12.5
# via
# -r requirements/quality.txt
# pylint
4 changes: 2 additions & 2 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -80,13 +80,13 @@ coverage[toml]==7.5.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.6
cryptography==42.0.7
# via
# -r requirements/test.txt
# pyjwt
ddt==1.7.2
# via -r requirements/test.txt
django==4.2.11
django==4.2.13
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
@@ -82,7 +82,7 @@ coverage[toml]==7.5.1
# via
# -r requirements/test.txt
# pytest-cov
cryptography==42.0.6
cryptography==42.0.7
# via
# -r requirements/test.txt
# pyjwt
@@ -91,7 +91,7 @@ ddt==1.7.2
# via -r requirements/test.txt
dill==0.3.8
# via pylint
django==4.2.11
django==4.2.13
# via
# -c requirements/constraints.txt
# -r requirements/test.txt
@@ -368,7 +368,7 @@ tomli==2.0.1
# mypy
# pylint
# pytest
tomlkit==0.12.4
tomlkit==0.12.5
# via pylint
twine==5.0.0
# via -r requirements/quality.in
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@ coverage[toml]==7.5.1
# via
# -r requirements/test.in
# pytest-cov
cryptography==42.0.6
cryptography==42.0.7
# via
# -r requirements/base.txt
# pyjwt

0 comments on commit 8ad5329

Please sign in to comment.