Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
zubairshakoorarbisoft authored Oct 3, 2023
2 parents 8ca3c2e + 65047df commit c028ed4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via fs
fs==2.4.16
# via xblock
lazy==1.5
lazy==1.6
# via -r requirements/base.in
lxml==4.9.3
# via xblock
Expand All @@ -32,7 +32,7 @@ web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.7.0
xblock==1.8.0
# via -r requirements/base.in

# 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/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
packaging==23.2
# via build
pip-tools==7.3.0
# via -r requirements/pip_tools.in
Expand All @@ -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
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==2.15.6
astroid==2.15.8
# via
# pylint
# pylint-celery
Expand All @@ -17,7 +17,7 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.1
coverage[toml]==7.3.2
# via pytest-cov
dill==0.3.7
# via pylint
Expand All @@ -37,15 +37,15 @@ markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via pylint
packaging==23.1
packaging==23.2
# via pytest
pbr==5.11.1
# via stevedore
platformdirs==3.10.0
platformdirs==3.11.0
# via pylint
pluggy==1.3.0
# via pytest
pylint==2.17.5
pylint==2.17.7
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -80,7 +80,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

0 comments on commit c028ed4

Please sign in to comment.