Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
farhan authored May 19, 2024
2 parents e35812c + c60bd58 commit e7476fe
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ django==4.2.13
# -r requirements/base.in
fs==2.4.16
# via xblock
lxml==5.2.1
lxml==5.2.2
# via xblock
mako==1.3.3
mako==1.3.5
# via xblock
markupsafe==2.1.5
# 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 @@ -26,7 +26,7 @@ tomli==2.0.1
# pip-tools
wheel==0.43.0
# via pip-tools
zipp==3.18.1
zipp==3.18.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ asgiref==3.8.1
# via
# -r requirements/base.txt
# django
astroid==3.1.0
astroid==3.2.1
# via pylint
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
Expand Down Expand Up @@ -41,11 +41,11 @@ iniconfig==2.0.0
# pytest
isort==5.13.2
# via pylint
lxml==5.2.1
lxml==5.2.2
# via
# -r requirements/base.txt
# xblock
mako==1.3.3
mako==1.3.5
# via
# -r requirements/base.txt
# xblock
Expand All @@ -62,15 +62,15 @@ packaging==24.0
# via
# -r requirements/test.txt
# pytest
platformdirs==4.2.1
platformdirs==4.2.2
# via pylint
pluggy==1.5.0
# via
# -r requirements/test.txt
# pytest
pycodestyle==2.11.1
# via -r requirements/quality.in
pylint==3.1.0
pylint==3.2.1
# via -r requirements/quality.in
pytest==8.2.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packaging==24.0
# via
# pyproject-api
# tox
platformdirs==4.2.1
platformdirs==4.2.2
# via
# tox
# virtualenv
Expand All @@ -34,5 +34,5 @@ tomli==2.0.1
# tox
tox==4.15.0
# via -r requirements/tox.in
virtualenv==20.26.1
virtualenv==20.26.2
# via tox
8 changes: 4 additions & 4 deletions requirements/travis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
coverage[toml]==7.4.4
coverage[toml]==7.5.1
# via coveralls
coveralls==4.0.0
coveralls==4.0.1
# via -r requirements/travis.in
distlib==0.3.8
# via
Expand All @@ -42,7 +42,7 @@ packaging==24.0
# -r requirements/tox.txt
# pyproject-api
# tox
platformdirs==4.2.1
platformdirs==4.2.2
# via
# -r requirements/tox.txt
# tox
Expand All @@ -67,7 +67,7 @@ tox==4.15.0
# via -r requirements/tox.txt
urllib3==2.2.1
# via requests
virtualenv==20.26.1
virtualenv==20.26.2
# via
# -r requirements/tox.txt
# tox

0 comments on commit e7476fe

Please sign in to comment.