Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
alangsto authored Oct 20, 2023
2 parents eff3ec5 + 4c256d5 commit 74cd32a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ coverage[toml]==7.3.2
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
# coverage
# pytest-cov
cryptography==41.0.4
# via secretstorage
Expand Down Expand Up @@ -137,7 +138,7 @@ pluggy==1.3.0
# -r requirements/quality.txt
# pytest
# tox
pycodestyle==2.11.0
pycodestyle==2.11.1
# via
# -r requirements/quality.txt
# flake8
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.41.2
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
pip==23.3
# via -r requirements/pip.in
setuptools==68.2.2
# via -r requirements/pip.in
3 changes: 2 additions & 1 deletion requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ click==8.1.7
coverage[toml]==7.3.2
# via
# -r requirements/test.txt
# coverage
# pytest-cov
exceptiongroup==1.1.3
# via
Expand Down Expand Up @@ -53,7 +54,7 @@ pluggy==1.3.0
# via
# -r requirements/test.txt
# pytest
pycodestyle==2.11.0
pycodestyle==2.11.1
# via flake8
pyflakes==3.1.0
# via flake8
Expand Down

0 comments on commit 74cd32a

Please sign in to comment.