Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
iamsobanjaved authored Sep 12, 2023
2 parents a97a24b + 117be26 commit 60158c2
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ tox==3.28.0
# -r requirements/ci.in
typing-extensions==4.7.1
# via filelock
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ typing-extensions==4.7.1
# astroid
# filelock
# pylint
virtualenv==20.24.4
virtualenv==20.24.5
# via tox
wrapt==1.15.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
build==1.0.0
build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
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.1.2
setuptools==68.2.0
# via -r requirements/pip.in
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ code-annotations==1.5.0
# via
# -c requirements/constraints.txt
# -r requirements/dev.txt
coverage==7.3.0
coverage==7.3.1
# via -r requirements/test.in
dill==0.3.7
# via
Expand All @@ -32,7 +32,7 @@ distlib==0.3.7
# via
# -r requirements/dev.txt
# virtualenv
django==3.2.20
django==3.2.21
# via
# -c requirements/../edx_lint/files/common_constraints.txt
# -r requirements/test.in
Expand Down Expand Up @@ -103,13 +103,13 @@ pylint-plugin-utils==0.8.2
# -r requirements/dev.txt
# pylint-celery
# pylint-django
pytest==7.4.1
pytest==7.4.2
# via -r requirements/test.in
python-slugify==8.0.1
# via
# -r requirements/dev.txt
# code-annotations
pytz==2023.3
pytz==2023.3.post1
# via django
pyyaml==6.0.1
# via
Expand Down Expand Up @@ -153,7 +153,7 @@ typing-extensions==4.7.1
# astroid
# filelock
# pylint
virtualenv==20.24.4
virtualenv==20.24.5
# via
# -r requirements/dev.txt
# tox
Expand Down

0 comments on commit 60158c2

Please sign in to comment.