Skip to content

Commit

Permalink
Merge pull request #538 from openedx/repo-tools/upgrade-python-requir…
Browse files Browse the repository at this point in the history
…ements-db36a28

Drop python 3.8 support
  • Loading branch information
feanil committed Jul 23, 2024
2 parents 491de3c + bd2338f commit 79e085e
Show file tree
Hide file tree
Showing 16 changed files with 78 additions and 187 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
matrix:
os: [ubuntu-20.04]
python-version:
- '3.8'
- '3.12'

steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
branch: ${{ github.event.inputs.branch }}
send_success_notification: false
python_version: "3.12"
secrets:
requirements_bot_github_token: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}
requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }}
Expand Down
2 changes: 1 addition & 1 deletion edx_repo_tools/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

__version__ = '1.1.0'
__version__ = '2.0.0'
6 changes: 3 additions & 3 deletions edx_repo_tools/audit_gh_users/extra.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
click==8.1.7
# via -r edx_repo_tools/audit_gh_users/extra.in
fastcore==1.5.44
fastcore==1.5.54
# 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
8 changes: 0 additions & 8 deletions edx_repo_tools/conventional_commits/extra-py312.in

This file was deleted.

55 changes: 0 additions & 55 deletions edx_repo_tools/conventional_commits/extra-py312.txt

This file was deleted.

32 changes: 10 additions & 22 deletions edx_repo_tools/conventional_commits/extra.txt
Original file line number Diff line number Diff line change
@@ -1,51 +1,43 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
alembic==1.13.1
alembic==1.13.2
# via dataset
banal==1.0.6
# via dataset
contourpy==1.1.1
contourpy==1.2.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.0
fonttools==4.53.1
# via matplotlib
greenlet==3.0.3
# via
# -c edx_repo_tools/conventional_commits/../../requirements/constraints.txt
# sqlalchemy
importlib-metadata==6.11.0
# via
# -c edx_repo_tools/conventional_commits/../../requirements/common_constraints.txt
# alembic
importlib-resources==6.4.0
# via
# alembic
# matplotlib
kiwisolver==1.4.5
# via matplotlib
mako==1.3.5
# via alembic
markupsafe==2.1.5
# via mako
matplotlib==3.7.5
matplotlib==3.9.1
# via -r edx_repo_tools/conventional_commits/extra.in
numpy==1.24.4
numpy==2.0.1
# via
# contourpy
# matplotlib
# pandas
packaging==24.0
packaging==24.1
# via matplotlib
pandas==2.0.3
pandas==2.2.2
# 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,11 +53,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
zipp==3.19.2
# via
# importlib-metadata
# importlib-resources
12 changes: 5 additions & 7 deletions edx_repo_tools/find_dependencies/extra.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
certifi==2024.6.2
certifi==2024.7.4
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -18,13 +18,11 @@ pygments==2.18.0
# via rich
requests==2.32.3
# via -r edx_repo_tools/find_dependencies/extra.in
requirements-parser==0.9.0
requirements-parser==0.10.1
# 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==71.1.0.20240723
# via requirements-parser
typing-extensions==4.12.1
# via rich
urllib3==2.2.1
urllib3==2.2.2
# via requests
12 changes: 6 additions & 6 deletions edx_repo_tools/pull_request_creator/extra.txt
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
certifi==2024.6.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.3.2
# via requests
cryptography==42.0.8
cryptography==43.0.0
# via pyjwt
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
6 changes: 3 additions & 3 deletions edx_repo_tools/repo_access_scraper/extra.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -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.1
# 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
10 changes: 5 additions & 5 deletions edx_repo_tools/repo_checks/extra.txt
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
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.54
# 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
Loading

0 comments on commit 79e085e

Please sign in to comment.