Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

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

Python Requirements Update
  • Loading branch information
alangsto authored Sep 19, 2023
2 parents d02858f + b1eddeb commit 3263e3b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tomli==2.0.1
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ wheel==0.41.2
# The following packages are considered to be unsafe in a requirements file:
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.2.1
setuptools==68.2.2
# via -r requirements/pip.in
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ requests==2.31.0
# via -r requirements/base.txt
snowballstemmer==2.2.0
# via pydocstyle
testfixtures==7.1.0
testfixtures==7.2.0
# via -r requirements/test.in
tomli==2.0.1
# via
Expand All @@ -69,7 +69,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.1
# via pylint
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# astroid
# pylint
Expand Down
4 changes: 1 addition & 3 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ coverage==7.3.1
# via -r requirements/tox.in
distlib==0.3.7
# via virtualenv
filelock==3.12.3
filelock==3.12.4
# via
# tox
# virtualenv
Expand All @@ -28,7 +28,5 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.5
# via tox

0 comments on commit 3263e3b

Please sign in to comment.