Skip to content

Commit

Permalink
fix: upgrade requirements with python 312
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Feb 29, 2024
1 parent d0511f8 commit c7048e2
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 140 deletions.
1 change: 0 additions & 1 deletion requirements/base.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,3 @@ pytest-repo-health # plugin used to run the checks in this repo
dockerfile # wrapper around docker/docker's parser for dockerfiles.
toml
setuptools
backports.zoneinfo; python_version<'3.9'
10 changes: 1 addition & 9 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.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -10,12 +10,8 @@ aiohttp==3.9.3
# pytest-aiohttp
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
# via aiohttp
attrs==23.2.0
# via aiohttp
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via -r requirements/base.in
cachetools==5.3.3
# via google-auth
certifi==2024.2.2
Expand All @@ -24,8 +20,6 @@ charset-normalizer==3.3.2
# via requests
dockerfile==3.3.1
# via -r requirements/base.in
exceptiongroup==1.2.0
# via pytest
frozenlist==1.4.1
# via
# aiohttp
Expand Down Expand Up @@ -99,8 +93,6 @@ smmap==5.0.1
# via gitdb
toml==0.10.2
# via -r requirements/base.in
tomli==2.0.1
# via pytest
urllib3==2.2.1
# via requests
yarl==1.9.4
Expand Down
6 changes: 1 addition & 5 deletions requirements/ci.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 Down Expand Up @@ -31,10 +31,6 @@ pyparsing==3.1.1
# via packaging
pyproject-api==1.5.0
# via tox
tomli==2.0.1
# via
# pyproject-api
# tox
tox==4.0.0
# via -r requirements/ci.in
virtualenv==20.25.1
Expand Down
42 changes: 1 addition & 41 deletions requirements/dev.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 @@ -22,18 +22,10 @@ astroid==3.1.0
# -r requirements/quality.txt
# pylint
# pylint-celery
async-timeout==4.0.3
# via
# -r requirements/quality.txt
# aiohttp
attrs==23.2.0
# via
# -r requirements/quality.txt
# aiohttp
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/quality.txt
# django
build==1.1.0
# via
# -r requirements/pip-tools.txt
Expand Down Expand Up @@ -100,10 +92,6 @@ dockerfile==3.3.1
# via -r requirements/quality.txt
edx-lint==5.3.6
# via -r requirements/quality.txt
exceptiongroup==1.2.0
# via
# -r requirements/quality.txt
# pytest
filelock==3.13.1
# via
# -r requirements/ci.txt
Expand Down Expand Up @@ -142,10 +130,6 @@ idna==3.6
# -r requirements/quality.txt
# requests
# yarl
importlib-metadata==7.0.1
# via
# -r requirements/pip-tools.txt
# build
iniconfig==2.0.0
# via
# -r requirements/quality.txt
Expand Down Expand Up @@ -334,32 +318,12 @@ text-unidecode==1.3
# python-slugify
toml==0.10.2
# via -r requirements/quality.txt
tomli==2.0.1
# via
# -r requirements/ci.txt
# -r requirements/pip-tools.txt
# -r requirements/quality.txt
# build
# coverage
# pip-tools
# pylint
# pyproject-api
# pyproject-hooks
# pytest
# tox
tomlkit==0.12.4
# via
# -r requirements/quality.txt
# pylint
tox==4.0.0
# via -r requirements/ci.txt
typing-extensions==4.10.0
# via
# -r requirements/quality.txt
# asgiref
# astroid
# pylint
# rich
urllib3==2.2.1
# via
# -r requirements/quality.txt
Expand All @@ -377,10 +341,6 @@ yarl==1.9.4
# via
# -r requirements/quality.txt
# aiohttp
zipp==3.17.0
# via
# -r requirements/pip-tools.txt
# importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
Expand Down
44 changes: 11 additions & 33 deletions requirements/doc.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 @@ -15,12 +15,8 @@ aiosignal==1.3.1
# via
# -r requirements/test.txt
# aiohttp
alabaster==0.7.13
alabaster==0.7.16
# via sphinx
async-timeout==4.0.3
# via
# -r requirements/test.txt
# aiohttp
attrs==23.2.0
# via
# -r requirements/test.txt
Expand All @@ -29,8 +25,6 @@ babel==2.14.0
# via
# pydata-sphinx-theme
# sphinx
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via -r requirements/test.txt
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
cachetools==5.3.3
Expand All @@ -53,17 +47,13 @@ doc8==1.1.1
# via -r requirements/doc.in
dockerfile==3.3.1
# via -r requirements/test.txt
docutils==0.19
docutils==0.20.1
# via
# doc8
# pydata-sphinx-theme
# readme-renderer
# restructuredtext-lint
# sphinx
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
frozenlist==1.4.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -99,8 +89,6 @@ idna==3.6
# yarl
imagesize==1.4.1
# via sphinx
importlib-metadata==7.0.1
# via sphinx
iniconfig==2.0.0
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -142,7 +130,7 @@ pyasn1-modules==0.3.0
# via
# -r requirements/test.txt
# google-auth
pydata-sphinx-theme==0.14.4
pydata-sphinx-theme==0.15.2
# via sphinx-book-theme
pygments==2.17.2
# via
Expand Down Expand Up @@ -174,8 +162,6 @@ pytest-cov==4.1.0
# via -r requirements/test.txt
pytest-repo-health==3.0.2
# via -r requirements/test.txt
pytz==2024.1
# via babel
pyyaml==6.0.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -209,35 +195,29 @@ snowballstemmer==2.2.0
# via sphinx
soupsieve==2.5
# via beautifulsoup4
sphinx==6.2.1
sphinx==7.2.6
# via
# -r requirements/doc.in
# pydata-sphinx-theme
# sphinx-book-theme
sphinx-book-theme==1.0.1
sphinx-book-theme==1.1.2
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.1
sphinxcontrib-htmlhelp==2.0.5
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
stevedore==5.2.0
# via doc8
toml==0.10.2
# via -r requirements/test.txt
tomli==2.0.1
# via
# -r requirements/test.txt
# coverage
# doc8
# pytest
typing-extensions==4.10.0
# via pydata-sphinx-theme
urllib3==2.2.1
Expand All @@ -249,8 +229,6 @@ yarl==1.9.4
# via
# -r requirements/test.txt
# aiohttp
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
setuptools==69.1.1
Expand Down
11 changes: 1 addition & 10 deletions 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.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -8,8 +8,6 @@ build==1.1.0
# via pip-tools
click==8.1.7
# via pip-tools
importlib-metadata==7.0.1
# via build
packaging==21.3
# via
# -c requirements/constraints.txt
Expand All @@ -22,15 +20,8 @@ pyproject-hooks==1.0.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.42.0
# via pip-tools
zipp==3.17.0
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
pip==24.0
Expand Down
2 changes: 1 addition & 1 deletion 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.8
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand Down
25 changes: 1 addition & 24 deletions requirements/quality.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 @@ -19,18 +19,10 @@ astroid==3.1.0
# via
# pylint
# pylint-celery
async-timeout==4.0.3
# via
# -r requirements/test.txt
# aiohttp
attrs==23.2.0
# via
# -r requirements/test.txt
# aiohttp
backports-zoneinfo==0.2.1 ; python_version < "3.9"
# via
# -r requirements/test.txt
# django
cachetools==5.3.3
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -67,10 +59,6 @@ dockerfile==3.3.1
# via -r requirements/test.txt
edx-lint==5.3.6
# via -r requirements/quality.in
exceptiongroup==1.2.0
# via
# -r requirements/test.txt
# pytest
frozenlist==1.4.1
# via
# -r requirements/test.txt
Expand Down Expand Up @@ -229,19 +217,8 @@ text-unidecode==1.3
# via python-slugify
toml==0.10.2
# via -r requirements/test.txt
tomli==2.0.1
# via
# -r requirements/test.txt
# coverage
# pylint
# pytest
tomlkit==0.12.4
# via pylint
typing-extensions==4.10.0
# via
# asgiref
# astroid
# pylint
urllib3==2.2.1
# via
# -r requirements/test.txt
Expand Down
Loading

0 comments on commit c7048e2

Please sign in to comment.