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 30, 2023
1 parent c534010 commit d0e900f
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ cycler==0.12.1
# via matplotlib
dataset==1.6.2
# via -r edx_repo_tools/conventional_commits/extra.in
fonttools==4.45.0
fonttools==4.45.1
# via matplotlib
greenlet==3.0.1
# via
Expand Down
2 changes: 1 addition & 1 deletion edx_repo_tools/find_dependencies/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ certifi==2023.11.17
# via requests
charset-normalizer==3.3.2
# via requests
idna==3.4
idna==3.6
# via requests
markdown-it-py==3.0.0
# via rich
Expand Down
2 changes: 1 addition & 1 deletion edx_repo_tools/repo_checks/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fastcore==1.5.29
# via ghapi
ghapi==1.0.4
# via -r edx_repo_tools/repo_checks/extra.in
idna==3.4
idna==3.6
# via requests
packaging==23.2
# via
Expand Down
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ click==8.1.7
# moreorless
colorama==0.4.6
# via tox
cryptography==41.0.5
cryptography==41.0.7
# via pyjwt
distlib==0.3.7
# via virtualenv
Expand All @@ -55,7 +55,7 @@ github3-py==4.0.1
# via -r requirements/base.in
gitpython==3.1.40
# via -r requirements/base.in
idna==3.4
idna==3.6
# via requests
iniconfig==2.0.0
# via pytest
Expand Down Expand Up @@ -132,7 +132,7 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.11.3
tox==4.11.4
# via -r requirements/base.in
tqdm==4.66.1
# via -r requirements/base.in
Expand Down
8 changes: 4 additions & 4 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ colorama==0.4.6
# via
# -r requirements/base.txt
# tox
cryptography==41.0.5
cryptography==41.0.7
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -102,7 +102,7 @@ github3-py==4.0.1
# via -r requirements/base.txt
gitpython==3.1.40
# via -r requirements/base.txt
idna==3.4
idna==3.6
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -259,7 +259,7 @@ tomli==2.0.1
# tox
tomlkit==0.12.3
# via pylint
tox==4.11.3
tox==4.11.4
# via -r requirements/base.txt
tqdm==4.66.1
# via -r requirements/base.txt
Expand All @@ -286,7 +286,7 @@ volatile==2.1.0
# via
# -r requirements/base.txt
# bowler
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-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

0 comments on commit d0e900f

Please sign in to comment.