Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
MichaelRoytman authored Feb 7, 2024
2 parents a6e0087 + e9a9440 commit a519cac
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
certifi==2023.11.17
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ black==24.1.1
# via -r requirements/quality.txt
cachetools==5.3.2
# via tox
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/quality.txt
# requests
Expand Down Expand Up @@ -71,7 +71,7 @@ pathspec==0.12.1
# via
# -r requirements/quality.txt
# black
platformdirs==4.1.0
platformdirs==4.2.0
# via
# -r requirements/quality.txt
# black
Expand Down
6 changes: 3 additions & 3 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cachetools==5.3.2
# via
# -r requirements/ci.txt
# tox
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
Expand Down Expand Up @@ -51,7 +51,7 @@ coverage[toml]==7.4.1
# -r requirements/quality.txt
# coverage
# pytest-cov
cryptography==42.0.1
cryptography==42.0.2
# via secretstorage
distlib==0.3.8
# via
Expand Down Expand Up @@ -140,7 +140,7 @@ pip-tools==7.3.0
# via -r requirements/pip-tools.txt
pkginfo==1.9.6
# via twine
platformdirs==4.1.0
platformdirs==4.2.0
# via
# -r requirements/ci.txt
# -r requirements/quality.txt
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.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.2
pip==24.0
# via -r requirements/pip.in
setuptools==69.0.3
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
black==24.1.1
# via -r requirements/quality.in
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/test.txt
# requests
Expand Down Expand Up @@ -48,7 +48,7 @@ packaging==23.2
# pytest
pathspec==0.12.1
# via black
platformdirs==4.1.0
platformdirs==4.2.0
# via black
pluggy==1.4.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
certifi==2023.11.17
certifi==2024.2.2
# via
# -r requirements/base.txt
# requests
Expand Down

0 comments on commit a519cac

Please sign in to comment.