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 Jul 24, 2023
1 parent ab26193 commit 47986ff
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pytz==2023.3
# via
# django
# xblock
pyyaml==6.0
pyyaml==6.0.1
# via xblock
simplejson==3.19.1
# via xblock-utils
Expand Down
10 changes: 5 additions & 5 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
certifi==2023.5.7
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
# via requests
coverage==6.5.0
# via coveralls
coveralls==3.3.1
# via -r requirements/ci.in
distlib==0.3.6
distlib==0.3.7
# via
# -r requirements/tox.txt
# virtualenv
Expand All @@ -29,7 +29,7 @@ packaging==23.1
# via
# -r requirements/tox.txt
# tox
platformdirs==3.8.1
platformdirs==3.9.1
# via
# -r requirements/tox.txt
# virtualenv
Expand All @@ -55,9 +55,9 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.txt
urllib3==2.0.3
urllib3==2.0.4
# via requests
virtualenv==20.23.1
virtualenv==20.24.1
# via
# -r requirements/tox.txt
# tox
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
8 changes: 4 additions & 4 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ astroid==2.15.6
# via pylint
coverage==7.2.7
# via -r requirements/test.txt
dill==0.3.6
dill==0.3.7
# via pylint
django==3.2.20
# via
Expand Down Expand Up @@ -47,13 +47,13 @@ markupsafe==2.1.3
# xblock
mccabe==0.7.0
# via pylint
mock==5.0.2
mock==5.1.0
# via -r requirements/test.txt
pbr==5.11.1
# via
# -r requirements/test.txt
# stevedore
platformdirs==3.8.1
platformdirs==3.9.1
# via pylint
pycodestyle==2.10.0
# via -r requirements/quality.in
Expand All @@ -72,7 +72,7 @@ pytz==2023.3
# -r requirements/base.txt
# django
# xblock
pyyaml==6.0
pyyaml==6.0.1
# via
# -r requirements/base.txt
# xblock
Expand Down
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ coverage==7.2.7
# via -r requirements/test.in
edx-opaque-keys==2.3.0
# via -r requirements/test.in
mock==5.0.2
mock==5.1.0
# via -r requirements/test.in
pbr==5.11.1
# via stevedore
Expand Down
6 changes: 3 additions & 3 deletions requirements/tox.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# make upgrade
#
distlib==0.3.6
distlib==0.3.7
# via virtualenv
filelock==3.12.2
# via
# tox
# virtualenv
packaging==23.1
# via tox
platformdirs==3.8.1
platformdirs==3.9.1
# via virtualenv
pluggy==1.2.0
# via tox
Expand All @@ -26,5 +26,5 @@ tox==3.28.0
# via
# -c requirements/common_constraints.txt
# -r requirements/tox.in
virtualenv==20.23.1
virtualenv==20.24.1
# via tox

0 comments on commit 47986ff

Please sign in to comment.