Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Dec 19, 2023
2 parents 586be7f + 1f8543d commit b2ee68b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.8.1
xblock==1.9.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/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.41.3
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.3.1
pip==23.3.2
# via -r requirements/pip.in
setuptools==68.2.2
setuptools==69.0.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 @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
Expand All @@ -21,7 +21,7 @@ tomli==2.0.1
# build
# pip-tools
# pyproject-hooks
wheel==0.41.3
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata
Expand Down
16 changes: 8 additions & 8 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
astroid==3.0.1
astroid==3.0.2
# via
# pylint
# pylint-celery
Expand All @@ -17,19 +17,19 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.3.2
coverage[toml]==7.3.3
# via
# coverage
# pytest-cov
dill==0.3.7
# via pylint
edx-lint==5.3.6
# via -r requirements/test.in
exceptiongroup==1.1.3
exceptiongroup==1.2.0
# via pytest
iniconfig==2.0.0
# via pytest
isort==5.12.0
isort==5.13.2
# via pylint
jinja2==3.1.2
# via code-annotations
Expand All @@ -41,11 +41,11 @@ packaging==23.2
# via pytest
pbr==6.0.0
# via stevedore
platformdirs==4.0.0
platformdirs==4.1.0
# via pylint
pluggy==1.3.0
# via pytest
pylint==3.0.2
pylint==3.0.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -78,9 +78,9 @@ tomli==2.0.1
# coverage
# pylint
# pytest
tomlkit==0.12.2
tomlkit==0.12.3
# via pylint
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# astroid
# pylint

0 comments on commit b2ee68b

Please sign in to comment.