Skip to content

Commit

Permalink
chore: Upgrade Python requirements (#539)
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot authored Nov 8, 2024
1 parent b88daf2 commit 8c184a7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
12 changes: 10 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,9 @@ coverage[toml]==7.6.4
coveralls==4.0.1
# via -r requirements/ci.in
cryptography==43.0.3
# via pyjwt
# via
# pyjwt
# secretstorage
ddt==1.7.2
# via -r requirements/test.in
diff-cover==9.2.0
Expand Down Expand Up @@ -153,6 +155,10 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via
# code-annotations
Expand Down Expand Up @@ -282,8 +288,10 @@ responses==0.25.3
# via -r requirements/test.in
rfc3986==2.0.0
# via twine
rich==13.9.3
rich==13.9.4
# via twine
secretstorage==3.3.3
# via keyring
semantic-version==2.10.0
# via edx-drf-extensions
six==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ wheel==0.44.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.2
# via
# -c requirements/common_constraints.txt
# -c /home/runner/work/edx-val/edx-val/requirements/common_constraints.txt
# -r requirements/pip.in
setuptools==75.3.0
# via -r requirements/pip.in
12 changes: 10 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ coverage[toml]==7.6.4
# -r requirements/test.in
# pytest-cov
cryptography==43.0.3
# via pyjwt
# via
# pyjwt
# secretstorage
ddt==1.7.2
# via -r requirements/test.in
dill==0.3.9
Expand Down Expand Up @@ -133,6 +135,10 @@ jaraco-context==6.0.1
# via keyring
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
jinja2==3.1.4
# via code-annotations
keyring==25.5.0
Expand Down Expand Up @@ -247,8 +253,10 @@ responses==0.25.3
# via -r requirements/test.in
rfc3986==2.0.0
# via twine
rich==13.9.3
rich==13.9.4
# via twine
secretstorage==3.3.3
# via keyring
semantic-version==2.10.0
# via edx-drf-extensions
six==1.16.0
Expand Down

0 comments on commit 8c184a7

Please sign in to comment.