Skip to content

Commit

Permalink
chore: Updating Python Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
edx-requirements-bot committed Aug 28, 2023
1 parent a075c93 commit e3eac84
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
8 changes: 4 additions & 4 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
# 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.1.2
# via -r requirements/pip.in
10 changes: 6 additions & 4 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@
#
build==0.10.0
# via pip-tools
click==8.1.3
click==8.1.7
# via pip-tools
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
wheel==0.41.2
# via pip-tools

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

0 comments on commit e3eac84

Please sign in to comment.