Skip to content

Commit

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

Python Requirements Update
  • Loading branch information
UsamaSadiq authored Sep 20, 2023
2 parents a075c93 + 7c4117d commit 2ee8f73
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 18 deletions.
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ appdirs==1.4.4
# via fs
fs==2.4.16
# via xblock
lxml==4.9.2
lxml==4.9.3
# via xblock
markupsafe==2.1.3
# via xblock
python-dateutil==2.8.2
# via xblock
pytz==2023.3
pytz==2023.3.post1
# via xblock
pyyaml==6.0
pyyaml==6.0.1
# via xblock
six==1.16.0
# via
# fs
# python-dateutil
web-fragments==2.0.0
web-fragments==2.1.0
# via xblock
webob==1.8.7
# via xblock
xblock==1.6.2
xblock==1.7.0
# via -r requirements/base.in

# The following packages are considered to be unsafe in a requirements file:
Expand Down
5 changes: 0 additions & 5 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,3 @@ django-simple-history==3.0.0
# tox>4.0.0 isn't yet compatible with many tox plugins, causing CI failures in almost all repos.
# Details can be found in this discussion: https://github.com/tox-dev/tox/discussions/1810
tox<4.0.0

# edx-sphinx-theme is not compatible with latest Sphinx==6.0.0 version
# Pinning Sphinx version unless the compatibility issue gets resolved
# For details, see issue https://github.com/openedx/edx-sphinx-theme/issues/197
sphinx<6.0.0
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.40.0
wheel==0.41.2
# 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==67.8.0
setuptools==68.2.2
# via -r requirements/pip.in
17 changes: 12 additions & 5 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,27 @@
#
# make upgrade
#
build==0.10.0
build==1.0.3
# via pip-tools
click==8.1.3
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
# via build
packaging==23.1
# via build
pip-tools==6.13.0
pip-tools==7.3.0
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
# via build
tomli==2.0.1
# via build
wheel==0.40.0
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.41.2
# via pip-tools
zipp==3.16.2
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down

0 comments on commit 2ee8f73

Please sign in to comment.