Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Jun 7, 2022
2 parents 4046ede + a2655f1 commit 1348543
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ distlib==0.3.4
# via
# -r requirements/tox.txt
# virtualenv
filelock==3.7.0
filelock==3.7.1
# via
# -r requirements/tox.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ six==1.16.0
# via edx-sphinx-theme
snowballstemmer==2.2.0
# via sphinx
sphinx==5.0.0
sphinx==5.0.1
# via
# -r requirements/docs.in
# edx-sphinx-theme
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.37.1
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==22.1.1
pip==22.1.2
# via -r requirements/pip.in
setuptools==59.8.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 @@ -12,7 +12,7 @@ attrs==21.4.0
# via pytest
bleach[css]==5.0.0
# via -r requirements/base.txt
coverage[toml]==6.4
coverage[toml]==6.4.1
# via pytest-cov
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
distlib==0.3.4
# via virtualenv
filelock==3.7.0
filelock==3.7.1
# via
# tox
# virtualenv
Expand Down

0 comments on commit 1348543

Please sign in to comment.