Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python Requirements Update #466

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 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
greenlet==3.0.2
# 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 Expand Up @@ -59,7 +59,7 @@ sqlalchemy==1.4.50
# via
# alembic
# dataset
typing-extensions==4.8.0
typing-extensions==4.9.0
# via alembic
tzdata==2023.3
# via pandas
Expand Down
4 changes: 2 additions & 2 deletions 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 All @@ -20,7 +20,7 @@ requests==2.31.0
# via -r edx_repo_tools/find_dependencies/extra.in
rich==13.7.0
# via -r edx_repo_tools/find_dependencies/extra.in
typing-extensions==4.8.0
typing-extensions==4.9.0
# via rich
urllib3==2.1.0
# via requests
2 changes: 1 addition & 1 deletion edx_repo_tools/repo_access_scraper/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ playwright==1.40.0
# via -r edx_repo_tools/repo_access_scraper/extra.in
pyee==11.0.1
# via playwright
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# playwright
# pyee
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
15 changes: 7 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ 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
distlib==0.3.8
# via virtualenv
docutils==0.20.1
# via statistics
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
27 changes: 13 additions & 14 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fissix
astroid==3.0.1
astroid==3.0.2
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -61,13 +61,13 @@ colorama==0.4.6
# via
# -r requirements/base.txt
# tox
cryptography==41.0.5
cryptography==41.0.7
# via
# -r requirements/base.txt
# pyjwt
dill==0.3.7
# via pylint
distlib==0.3.7
distlib==0.3.8
# via
# -r requirements/base.txt
# virtualenv
Expand Down Expand Up @@ -102,17 +102,17 @@ 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
# -r requirements/base.txt
# pytest
isort==5.12.0
isort==5.13.2
# via pylint
jinja2==3.1.2
# via code-annotations
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 All @@ -172,7 +171,7 @@ pyjwt[crypto]==2.8.0
# -r requirements/base.txt
# github3-py
# pyjwt
pylint==3.0.2
pylint==3.0.3
# via
# edx-lint
# pylint-celery
Expand Down Expand Up @@ -259,11 +258,11 @@ 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
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# astroid
# pylint
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
Loading