Skip to content

chore: Upgrade Python requirements #597

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

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
11 changes: 4 additions & 7 deletions edx_repo_tools/audit_gh_users/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@
#
# make upgrade
#
click==8.1.7
click==8.1.8
# via -r edx_repo_tools/audit_gh_users/extra.in
fastcore==1.5.54
fastcore==1.7.29
# via ghapi
ghapi==1.0.5
ghapi==1.0.6
# via -r edx_repo_tools/audit_gh_users/extra.in
packaging==24.1
packaging==24.2
# via
# fastcore
# ghapi

# The following packages are considered to be unsafe in a requirements file:
# pip
34 changes: 17 additions & 17 deletions edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,56 +4,56 @@
#
# make upgrade
#
alembic==1.13.2
alembic==1.15.1
# via dataset
banal==1.0.6
# via dataset
contourpy==1.2.1
contourpy==1.3.1
# via matplotlib
cycler==0.12.1
# via matplotlib
dataset==1.6.2
# via -r edx_repo_tools/conventional_commits/extra.in
fonttools==4.53.1
fonttools==4.56.0
# via matplotlib
greenlet==3.0.3
greenlet==3.1.1
# via
# -c edx_repo_tools/conventional_commits/../../requirements/constraints.txt
# sqlalchemy
kiwisolver==1.4.5
kiwisolver==1.4.8
# via matplotlib
mako==1.3.5
mako==1.3.9
# via alembic
markupsafe==2.1.5
markupsafe==3.0.2
# via mako
matplotlib==3.9.1
matplotlib==3.10.1
# via -r edx_repo_tools/conventional_commits/extra.in
numpy==2.0.1
numpy==2.2.3
# via
# contourpy
# matplotlib
# pandas
packaging==24.1
packaging==24.2
# via matplotlib
pandas==2.2.2
pandas==2.2.3
# via -r edx_repo_tools/conventional_commits/extra.in
pillow==10.4.0
pillow==11.1.0
# via matplotlib
pyparsing==3.1.2
pyparsing==3.2.1
# via matplotlib
python-dateutil==2.9.0.post0
# via
# matplotlib
# pandas
pytz==2024.1
pytz==2025.1
# via pandas
six==1.16.0
six==1.17.0
# via python-dateutil
sqlalchemy==1.4.52
sqlalchemy==1.4.54
# via
# alembic
# dataset
typing-extensions==4.12.2
# via alembic
tzdata==2024.1
tzdata==2025.1
# via pandas
25 changes: 16 additions & 9 deletions edx_repo_tools/find_dependencies/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,32 @@
#
# make upgrade
#
certifi==2024.7.4
certifi==2025.1.31
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.1
# via requests
idna==3.7
idna==3.10
# via requests
markdown-it-py==3.0.0
# via rich
mdurl==0.1.2
# via markdown-it-py
pygments==2.18.0
packaging==24.2
# via requirements-parser
pygments==2.19.1
# via rich
requests==2.32.3
# via -r edx_repo_tools/find_dependencies/extra.in
requirements-parser==0.10.1
requirements-parser==0.11.0
# via -r edx_repo_tools/find_dependencies/extra.in
rich==13.7.1
rich==13.9.4
# via -r edx_repo_tools/find_dependencies/extra.in
types-setuptools==71.1.0.20240723
types-setuptools==75.8.2.20250305
# via requirements-parser
urllib3==2.2.2
# via requests
urllib3==2.2.3
# via
# -c edx_repo_tools/find_dependencies/../../requirements/common_constraints.txt
# requests

# The following packages are considered to be unsafe in a requirements file:
# setuptools
23 changes: 12 additions & 11 deletions edx_repo_tools/pull_request_creator/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,38 @@
#
# make upgrade
#
certifi==2024.7.4
certifi==2025.1.31
# via requests
cffi==1.16.0
cffi==1.17.1
# via
# cryptography
# pynacl
charset-normalizer==3.3.2
charset-normalizer==3.4.1
# via requests
cryptography==43.0.0
cryptography==44.0.2
# via pyjwt
deprecated==1.2.14
deprecated==1.2.18
# via pygithub
idna==3.7
idna==3.10
# via requests
packaging==24.1
packaging==24.2
# via -r edx_repo_tools/pull_request_creator/extra.in
pycparser==2.22
# via cffi
pygithub==2.3.0
pygithub==2.6.1
# via -r edx_repo_tools/pull_request_creator/extra.in
pyjwt[crypto]==2.8.0
pyjwt[crypto]==2.10.1
# via pygithub
pynacl==1.5.0
# via pygithub
requests==2.32.3
# via pygithub
typing-extensions==4.12.2
# via pygithub
urllib3==2.2.2
urllib3==2.2.3
# via
# -c edx_repo_tools/pull_request_creator/../../requirements/common_constraints.txt
# pygithub
# requests
wrapt==1.16.0
wrapt==1.17.2
# via deprecated
6 changes: 3 additions & 3 deletions edx_repo_tools/repo_access_scraper/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
greenlet==3.0.3
greenlet==3.1.1
# via
# -c edx_repo_tools/repo_access_scraper/../../requirements/constraints.txt
# playwright
playwright==1.45.1
playwright==1.50.0
# via -r edx_repo_tools/repo_access_scraper/extra.in
pyee==11.1.0
pyee==12.1.1
# via playwright
typing-extensions==4.12.2
# via pyee
25 changes: 12 additions & 13 deletions edx_repo_tools/repo_checks/extra.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,27 @@
#
cache-to-disk==2.0.0
# via -r edx_repo_tools/repo_checks/extra.in
certifi==2024.7.4
certifi==2025.1.31
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via -r edx_repo_tools/repo_checks/extra.in
fastcore==1.5.54
fastcore==1.7.29
# via ghapi
ghapi==1.0.5
ghapi==1.0.6
# via -r edx_repo_tools/repo_checks/extra.in
idna==3.7
idna==3.10
# via requests
packaging==24.1
packaging==24.2
# via
# fastcore
# ghapi
pyyaml==6.0.1
pyyaml==6.0.2
# 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.2
# via requests

# The following packages are considered to be unsafe in a requirements file:
# pip
urllib3==2.2.3
# via
# -c edx_repo_tools/repo_checks/../../requirements/common_constraints.txt
# requests
Loading