Skip to content

Commit

Permalink
chore: Run make upgrade with python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
feanil committed Jul 23, 2024
1 parent 0842df2 commit 029ce9f
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion edx_repo_tools/audit_gh_users/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.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand Down
4 changes: 2 additions & 2 deletions edx_repo_tools/conventional_commits/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.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -28,7 +28,7 @@ markupsafe==2.1.5
# via mako
matplotlib==3.9.1
# via -r edx_repo_tools/conventional_commits/extra.in
numpy==2.0.0
numpy==2.0.1
# via
# contourpy
# matplotlib
Expand Down
6 changes: 3 additions & 3 deletions edx_repo_tools/find_dependencies/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.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -18,11 +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.3.0.20240710
types-setuptools==71.1.0.20240723
# via requirements-parser
urllib3==2.2.2
# via requests
4 changes: 2 additions & 2 deletions edx_repo_tools/pull_request_creator/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.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -12,7 +12,7 @@ cffi==1.16.0
# pynacl
charset-normalizer==3.3.2
# via requests
cryptography==42.0.8
cryptography==43.0.0
# via pyjwt
deprecated==1.2.14
# via pygithub
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
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -8,7 +8,7 @@ greenlet==3.0.3
# via
# -c edx_repo_tools/repo_access_scraper/../../requirements/constraints.txt
# playwright
playwright==1.45.0
playwright==1.45.1
# via -r edx_repo_tools/repo_access_scraper/extra.in
pyee==11.1.0
# via playwright
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
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand Down
6 changes: 3 additions & 3 deletions requirements/base.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.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -33,7 +33,7 @@ click==8.1.7
# moreorless
colorama==0.4.6
# via tox
cryptography==42.0.8
cryptography==43.0.0
# via pyjwt
distlib==0.3.8
# via virtualenv
Expand Down Expand Up @@ -90,7 +90,7 @@ pyjwt[crypto]==2.8.0
# via github3-py
pyproject-api==1.7.1
# via tox
pytest==8.2.2
pytest==8.3.1
# via
# -r requirements/base.in
# pytest-logging
Expand Down
10 changes: 5 additions & 5 deletions requirements/development.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.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -8,7 +8,7 @@ appdirs==1.4.4
# via
# -r requirements/base.txt
# fissix
astroid==3.2.3
astroid==3.2.4
# via
# pylint
# pylint-celery
Expand Down Expand Up @@ -61,7 +61,7 @@ colorama==0.4.6
# via
# -r requirements/base.txt
# tox
cryptography==42.0.8
cryptography==43.0.0
# via
# -r requirements/base.txt
# pyjwt
Expand Down Expand Up @@ -164,7 +164,7 @@ pyjwt[crypto]==2.8.0
# via
# -r requirements/base.txt
# github3-py
pylint==3.2.5
pylint==3.2.6
# via
# edx-lint
# pylint-celery
Expand All @@ -186,7 +186,7 @@ pyproject-hooks==1.1.0
# via
# build
# pip-tools
pytest==8.2.2
pytest==8.3.1
# via
# -r requirements/base.txt
# -r requirements/development.in
Expand Down
2 changes: 1 addition & 1 deletion requirements/pip-tools.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.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.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.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -10,5 +10,5 @@ wheel==0.43.0
# The following packages are considered to be unsafe in a requirements file:
pip==24.1.2
# via -r requirements/pip.in
setuptools==71.0.1
setuptools==71.1.0
# via -r requirements/pip.in

0 comments on commit 029ce9f

Please sign in to comment.