Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
zubairshakoorarbisoft authored Jul 25, 2023
2 parents 559e832 + 31fe420 commit 2612ce9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ python-dateutil==2.8.2
# via xblock
pytz==2023.3
# via xblock
pyyaml==6.0
pyyaml==6.0.1
# via xblock
six==1.16.0
# via
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# make upgrade
#
wheel==0.40.0
wheel==0.41.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
pip==23.2.1
# via -r requirements/pip.in
setuptools==68.0.0
# via -r requirements/pip.in
6 changes: 3 additions & 3 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
#
build==0.10.0
# via pip-tools
click==8.1.4
click==8.1.6
# via pip-tools
packaging==23.1
# via build
pip-tools==6.14.0
pip-tools==7.1.0
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via
# build
# pip-tools
wheel==0.40.0
wheel==0.41.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@ astroid==2.15.6
# via
# pylint
# pylint-celery
click==8.1.4
click==8.1.6
# via
# click-log
# code-annotations
# edx-lint
click-log==0.4.0
# via edx-lint
code-annotations==1.3.0
code-annotations==1.5.0
# via edx-lint
coverage[toml]==7.2.7
# via pytest-cov
dill==0.3.6
dill==0.3.7
# via pylint
edx-lint==5.3.4
# via -r requirements/test.in
Expand All @@ -41,7 +41,7 @@ packaging==23.1
# via pytest
pbr==5.11.1
# via stevedore
platformdirs==3.8.1
platformdirs==3.9.1
# via pylint
pluggy==1.2.0
# via pytest
Expand All @@ -65,7 +65,7 @@ pytest-cov==4.1.0
# via -r requirements/test.in
python-slugify==8.0.1
# via code-annotations
pyyaml==6.0
pyyaml==6.0.1
# via code-annotations
six==1.16.0
# via edx-lint
Expand Down

0 comments on commit 2612ce9

Please sign in to comment.