Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored Apr 22, 2024
2 parents 6632b27 + cee98b5 commit 3732b6e
Show file tree
Hide file tree
Showing 5 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 @@ -47,7 +47,7 @@ web-fragments==2.2.0
# via xblock
webob==1.8.7
# via xblock
xblock==3.1.0
xblock==4.0.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ django==4.2.11
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -64,7 +64,7 @@ packaging==24.0
# pytest
platformdirs==4.2.0
# via pylint
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
Expand Down Expand Up @@ -124,7 +124,7 @@ webob==1.8.7
# via
# -r requirements/base.txt
# xblock
xblock==3.1.0
xblock==4.0.0
# via -r requirements/base.txt

# The following packages are considered to be unsafe in a requirements file:
Expand Down
4 changes: 2 additions & 2 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
coverage==7.4.4
# via -r requirements/test.in
exceptiongroup==1.2.0
exceptiongroup==1.2.1
# via pytest
iniconfig==2.0.0
# via pytest
mock==5.1.0
# via -r requirements/test.in
packaging==24.0
# via pytest
pluggy==1.4.0
pluggy==1.5.0
# via pytest
pytest==8.1.1
# via pytest-django
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ platformdirs==4.2.0
# via
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via tox
pyproject-api==1.6.1
# via tox
Expand All @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.14.2
# via -r requirements/tox.in
virtualenv==20.25.1
virtualenv==20.25.3
# via tox
4 changes: 2 additions & 2 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ platformdirs==4.2.0
# -r requirements/tox.txt
# tox
# virtualenv
pluggy==1.4.0
pluggy==1.5.0
# via
# -r requirements/tox.txt
# tox
Expand All @@ -66,7 +66,7 @@ tox==4.14.2
# via -r requirements/tox.txt
urllib3==2.2.1
# via requests
virtualenv==20.25.1
virtualenv==20.25.3
# via
# -r requirements/tox.txt
# tox

0 comments on commit 3732b6e

Please sign in to comment.