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

chore: Upgrade Python requirements #536

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
4 changes: 2 additions & 2 deletions edx_repo_tools/audit_gh_users/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
#
click==8.1.7
# via -r edx_repo_tools/audit_gh_users/extra.in
fastcore==1.5.44
fastcore==1.5.51
# via ghapi
ghapi==1.0.5
# via -r edx_repo_tools/audit_gh_users/extra.in
packaging==24.0
packaging==24.1
# via
# fastcore
# ghapi
Expand Down
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.13.1
alembic==1.13.2
# via dataset
banal==1.0.6
# via dataset
Expand All @@ -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.53.0
fonttools==4.53.1
# via matplotlib
greenlet==3.0.3
# via
Expand All @@ -41,11 +41,11 @@ numpy==1.24.4
# contourpy
# matplotlib
# pandas
packaging==24.0
packaging==24.1
# via matplotlib
pandas==2.0.3
# via -r edx_repo_tools/conventional_commits/extra.in
pillow==10.3.0
pillow==10.4.0
# via matplotlib
pyparsing==3.1.2
# via matplotlib
Expand All @@ -61,7 +61,7 @@ sqlalchemy==1.4.52
# via
# alembic
# dataset
typing-extensions==4.12.1
typing-extensions==4.12.2
# via alembic
tzdata==2024.1
# via pandas
Expand Down
8 changes: 4 additions & 4 deletions edx_repo_tools/find_dependencies/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
certifi==2024.6.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -22,9 +22,9 @@ requirements-parser==0.9.0
# via -r edx_repo_tools/find_dependencies/extra.in
rich==13.7.1
# via -r edx_repo_tools/find_dependencies/extra.in
types-setuptools==70.0.0.20240524
types-setuptools==70.3.0.20240710
# via requirements-parser
typing-extensions==4.12.1
typing-extensions==4.12.2
# via rich
urllib3==2.2.1
urllib3==2.2.2
# via requests
8 changes: 4 additions & 4 deletions edx_repo_tools/pull_request_creator/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# make upgrade
#
certifi==2024.6.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via
Expand All @@ -18,7 +18,7 @@ deprecated==1.2.14
# via pygithub
idna==3.7
# via requests
packaging==24.0
packaging==24.1
# via -r edx_repo_tools/pull_request_creator/extra.in
pycparser==2.22
# via cffi
Expand All @@ -30,9 +30,9 @@ pynacl==1.5.0
# via pygithub
requests==2.32.3
# via pygithub
typing-extensions==4.12.1
typing-extensions==4.12.2
# via pygithub
urllib3==2.2.1
urllib3==2.2.2
# via
# pygithub
# requests
Expand Down
4 changes: 2 additions & 2 deletions edx_repo_tools/repo_access_scraper/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ greenlet==3.0.3
# via
# -c edx_repo_tools/repo_access_scraper/../../requirements/constraints.txt
# playwright
playwright==1.44.0
playwright==1.45.0
# via -r edx_repo_tools/repo_access_scraper/extra.in
pyee==11.1.0
# via playwright
typing-extensions==4.12.1
typing-extensions==4.12.2
# via pyee
8 changes: 4 additions & 4 deletions edx_repo_tools/repo_checks/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,27 +6,27 @@
#
cache-to-disk==2.0.0
# via -r edx_repo_tools/repo_checks/extra.in
certifi==2024.6.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via -r edx_repo_tools/repo_checks/extra.in
fastcore==1.5.44
fastcore==1.5.51
# via ghapi
ghapi==1.0.5
# via -r edx_repo_tools/repo_checks/extra.in
idna==3.7
# via requests
packaging==24.0
packaging==24.1
# via
# fastcore
# ghapi
pyyaml==6.0.1
# via -r edx_repo_tools/repo_checks/extra.in
requests==2.32.3
# via -r edx_repo_tools/repo_checks/extra.in
urllib3==2.2.1
urllib3==2.2.2
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down
16 changes: 8 additions & 8 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ cachecontrol==0.14.0
# via -r requirements/base.in
cachetools==5.3.3
# via tox
certifi==2024.6.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via cryptography
Expand All @@ -43,7 +43,7 @@ exceptiongroup==1.2.1
# via pytest
execnet==2.1.1
# via pytest-xdist
filelock==3.14.0
filelock==3.15.4
# via
# tox
# virtualenv
Expand All @@ -63,13 +63,13 @@ lazy==1.6
# via -r requirements/base.in
lockfile==0.12.2
# via -r requirements/base.in
more-itertools==10.2.0
more-itertools==10.3.0
# via -r requirements/base.in
moreorless==0.4.0
# via bowler
msgpack==1.0.8
# via cachecontrol
packaging==24.0
packaging==24.1
# via
# pyproject-api
# pytest
Expand All @@ -90,7 +90,7 @@ pycparser==2.22
# via cffi
pyjwt[crypto]==2.8.0
# via github3-py
pyproject-api==1.6.1
pyproject-api==1.7.1
# via tox
pytest==8.2.2
# via
Expand Down Expand Up @@ -129,19 +129,19 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tox==4.15.1
tox==4.16.0
# via -r requirements/base.in
tqdm==4.66.4
# via -r requirements/base.in
uritemplate==4.1.1
# via
# -r requirements/base.in
# github3-py
urllib3==2.2.1
urllib3==2.2.2
# via requests
urlobject==2.4.3
# via -r requirements/base.in
virtualenv==20.26.2
virtualenv==20.26.3
# via tox
volatile==2.1.0
# via bowler
24 changes: 12 additions & 12 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ cachetools==5.3.3
# via
# -r requirements/base.txt
# tox
certifi==2024.6.2
certifi==2024.7.4
# via
# -r requirements/base.txt
# requests
Expand Down Expand Up @@ -85,7 +85,7 @@ execnet==2.1.1
# via
# -r requirements/base.txt
# pytest-xdist
filelock==3.14.0
filelock==3.15.4
# via
# -r requirements/base.txt
# tox
Expand Down Expand Up @@ -126,7 +126,7 @@ markupsafe==2.1.5
# via jinja2
mccabe==0.7.0
# via pylint
more-itertools==10.2.0
more-itertools==10.3.0
# via -r requirements/base.txt
moreorless==0.4.0
# via
Expand All @@ -136,7 +136,7 @@ msgpack==1.0.8
# via
# -r requirements/base.txt
# cachecontrol
packaging==24.0
packaging==24.1
# via
# -r requirements/base.txt
# build
Expand Down Expand Up @@ -172,7 +172,7 @@ pyjwt[crypto]==2.8.0
# via
# -r requirements/base.txt
# github3-py
pylint==3.2.3
pylint==3.2.5
# via
# edx-lint
# pylint-celery
Expand All @@ -186,7 +186,7 @@ pylint-plugin-utils==0.8.2
# via
# pylint-celery
# pylint-django
pyproject-api==1.6.1
pyproject-api==1.7.1
# via
# -r requirements/base.txt
# tox
Expand Down Expand Up @@ -226,7 +226,7 @@ requests==2.32.3
# cachecontrol
# github3-py
# responses
responses==0.25.2
responses==0.25.3
# via -r requirements/development.in
ruamel-yaml==0.18.6
# via -r requirements/base.txt
Expand Down Expand Up @@ -258,28 +258,28 @@ tomli==2.0.1
# pyproject-api
# pytest
# tox
tomlkit==0.12.5
tomlkit==0.13.0
# via pylint
tox==4.15.1
tox==4.16.0
# via -r requirements/base.txt
tqdm==4.66.4
# via -r requirements/base.txt
typing-extensions==4.12.1
typing-extensions==4.12.2
# via
# astroid
# pylint
uritemplate==4.1.1
# via
# -r requirements/base.txt
# github3-py
urllib3==2.2.1
urllib3==2.2.2
# via
# -r requirements/base.txt
# requests
# responses
urlobject==2.4.3
# via -r requirements/base.txt
virtualenv==20.26.2
virtualenv==20.26.3
# via
# -r requirements/base.txt
# tox
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ importlib-metadata==6.11.0
# via
# -c requirements/common_constraints.txt
# build
packaging==24.0
packaging==24.1
# via build
pip-tools==7.4.1
# via -r requirements/pip-tools.in
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ wheel==0.43.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
pip==24.1.2
# via -r requirements/pip.in
setuptools==70.0.0
setuptools==70.3.0
# via -r requirements/pip.in
Loading