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 Dec 7, 2023
1 parent c534010 commit 496b8d7
Show file tree
Hide file tree
Showing 8 changed files with 22 additions and 29 deletions.
6 changes: 3 additions & 3 deletions edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
alembic==1.12.1
alembic==1.13.0
# via dataset
banal==1.0.6
# via dataset
Expand All @@ -14,13 +14,13 @@ 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.46.0
# via matplotlib
greenlet==3.0.1
# via
# -c edx_repo_tools/conventional_commits/../../requirements/constraints.txt
# sqlalchemy
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via alembic
importlib-resources==6.1.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
13 changes: 6 additions & 7 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 All @@ -74,13 +74,12 @@ packaging==23.2
# pyproject-api
# pytest
# tox
path==16.7.1
path==16.9.0
# via path-py
path-py==12.5.0
# via -r requirements/base.in
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# tox
# virtualenv
pluggy==1.3.0
Expand Down Expand Up @@ -132,7 +131,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 All @@ -144,7 +143,7 @@ urllib3==2.1.0
# via requests
urlobject==2.4.3
# via -r requirements/base.in
virtualenv==20.24.7
virtualenv==20.25.0
# via tox
volatile==2.1.0
# via bowler
5 changes: 0 additions & 5 deletions requirements/common_constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,3 @@ elasticsearch<7.14.0

# django-simple-history>3.0.0 adds indexing and causes a lot of migrations to be affected
django-simple-history==3.0.0

# virtualenv latest version requires platformdirs<4.0 which conflicts with tox>4.0 version
# This constraint can be removed once the issue
# https://github.com/pypa/virtualenv/issues/2666 gets resolved
platformdirs<4.0
17 changes: 8 additions & 9 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,11 +102,11 @@ 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
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
iniconfig==2.0.0
# via
Expand Down Expand Up @@ -141,7 +141,7 @@ packaging==23.2
# pyproject-api
# pytest
# tox
path==16.7.1
path==16.9.0
# via
# -r requirements/base.txt
# path-py
Expand All @@ -151,9 +151,8 @@ pbr==6.0.0
# via stevedore
pip-tools==7.3.0
# via -r requirements/development.in
platformdirs==3.11.0
platformdirs==4.1.0
# via
# -c requirements/common_constraints.txt
# -r requirements/base.txt
# pylint
# tox
Expand Down Expand Up @@ -259,7 +258,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 @@ -278,15 +277,15 @@ urllib3==2.1.0
# responses
urlobject==2.4.3
# via -r requirements/base.txt
virtualenv==20.24.7
virtualenv==20.25.0
# via
# -r requirements/base.txt
# tox
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
4 changes: 2 additions & 2 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build==1.0.3
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==6.8.0
importlib-metadata==7.0.0
# via build
packaging==23.2
# via build
Expand All @@ -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 496b8d7

Please sign in to comment.