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 Nov 29, 2023
1 parent 6f2eaa2 commit 0a4700b
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
idna==3.4
idna==3.6
# via requests
packaging==23.2
# via
Expand All @@ -45,7 +45,7 @@ tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.11.3
tox==4.11.4
# via -r requirements/ci.in
urllib3==2.1.0
# via requests
Expand Down
8 changes: 4 additions & 4 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ code-annotations==1.5.0
# via edx-lint
colorama==0.4.6
# via tox
cryptography==41.0.5
cryptography==41.0.7
# via secretstorage
diff-cover==8.0.1
# via -r requirements/dev.in
Expand All @@ -60,7 +60,7 @@ filelock==3.13.1
# via
# tox
# virtualenv
idna==3.4
idna==3.6
# via requests
importlib-metadata==6.8.0
# via
Expand Down Expand Up @@ -190,7 +190,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.11.3
tox==4.11.4
# via -r requirements/dev.in
twine==4.0.2
# via
Expand All @@ -208,7 +208,7 @@ urllib3==2.1.0
# twine
virtualenv==20.24.7
# via tox
wheel==0.41.3
wheel==0.42.0
# via -r requirements/dev.in
zipp==3.17.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# 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:
Expand Down
4 changes: 2 additions & 2 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ click-log==0.4.0
# via edx-lint
code-annotations==1.5.0
# via edx-lint
cryptography==41.0.5
cryptography==41.0.7
# via secretstorage
dill==0.3.7
# via pylint
docutils==0.20.1
# via readme-renderer
edx-lint==5.3.6
# via -r requirements/quality.in
idna==3.4
idna==3.6
# via requests
importlib-metadata==6.8.0
# via
Expand Down

0 comments on commit 0a4700b

Please sign in to comment.