Skip to content

Commit

Permalink
build: python 3.12 support
Browse files Browse the repository at this point in the history
  • Loading branch information
ichintanjoshi committed Mar 6, 2024
1 parent 87a54e1 commit fb093da
Show file tree
Hide file tree
Showing 8 changed files with 135 additions and 130 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
click==8.1.3
click==8.1.7
# via -r requirements/base.in
35 changes: 18 additions & 17 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,50 +1,51 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
distlib==0.3.4
cachetools==5.3.3
# via
# -r requirements/tox.txt
# virtualenv
filelock==3.7.1
# tox
chardet==5.2.0
# via
# -r requirements/tox.txt
# tox
# virtualenv
packaging==21.3
colorama==0.4.6
# via
# -r requirements/tox.txt
# tox
platformdirs==2.5.2
distlib==0.3.8
# via
# -r requirements/tox.txt
# virtualenv
pluggy==1.0.0
filelock==3.13.1
# via
# -r requirements/tox.txt
# tox
py==1.11.0
# virtualenv
packaging==23.2
# via
# -r requirements/tox.txt
# pyproject-api
# tox
pyparsing==3.0.9
platformdirs==4.2.0
# via
# -r requirements/tox.txt
# packaging
six==1.16.0
# tox
# virtualenv
pluggy==1.4.0
# via
# -r requirements/tox.txt
# tox
# virtualenv
toml==0.10.2
pyproject-api==1.6.1
# via
# -r requirements/tox.txt
# tox
tox==3.25.0
tox==4.14.0
# via -r requirements/tox.txt
virtualenv==20.14.1
virtualenv==20.25.1
# via
# -r requirements/tox.txt
# tox
52 changes: 22 additions & 30 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,58 +1,50 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
alabaster==0.7.12
alabaster==0.7.16
# via sphinx
babel==2.10.1
babel==2.14.0
# via sphinx
certifi==2022.5.18.1
certifi==2024.2.2
# via requests
charset-normalizer==2.0.12
charset-normalizer==3.3.2
# via requests
click==8.1.3
click==8.1.7
# via -r requirements/base.in
docutils==0.18.1
docutils==0.20.1
# via sphinx
idna==3.3
idna==3.6
# via requests
imagesize==1.3.0
imagesize==1.4.1
# via sphinx
importlib-metadata==4.11.4
jinja2==3.1.3
# via sphinx
jinja2==3.1.2
# via sphinx
markupsafe==2.1.1
markupsafe==2.1.5
# via jinja2
packaging==21.3
packaging==23.2
# via sphinx
pygments==2.12.0
pygments==2.17.2
# via sphinx
pyparsing==3.0.9
# via packaging
pytz==2022.1
# via babel
requests==2.27.1
requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==5.0.1
sphinx==7.2.6
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.0
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
urllib3==1.26.9
urllib3==2.2.1
# via requests
zipp==3.8.0
# via importlib-metadata
8 changes: 4 additions & 4 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#
# This file is autogenerated by pip-compile
# To update, run:
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
wheel==0.37.1
wheel==0.42.0
# via -r requirements/pip.in

# The following packages are considered to be unsafe in a requirements file:
pip==22.1.2
pip==24.0
# via -r requirements/pip.in
setuptools==69.1.1
# via -r requirements/pip.in
20 changes: 12 additions & 8 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,22 @@
#
# This file is autogenerated by pip-compile
# To update, run:
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
click==8.1.3
build==1.1.1
# via pip-tools
pep517==0.12.0
click==8.1.7
# via pip-tools
pip-tools==6.6.2
packaging==23.2
# via build
pip-tools==7.4.1
# via -r requirements/pip_tools.in
tomli==2.0.1
# via pep517
wheel==0.37.1
pyproject-hooks==1.0.0
# via
# build
# pip-tools
wheel==0.42.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
102 changes: 52 additions & 50 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,94 +1,96 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
attrs==21.4.0
# via pytest
bleach==5.0.0
# via readme-renderer
bump2version==1.0.1
# via bumpversion
bumpversion==0.6.0
# via -r requirements/test.in
certifi==2022.5.18.1
certifi==2024.2.2
# via requests
charset-normalizer==2.0.12
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
click==8.1.3
click==8.1.7
# via -r requirements/base.txt
commonmark==0.9.1
# via rich
coverage==6.4.1
coverage==7.4.3
# via -r requirements/test.in
docutils==0.18.1
cryptography==42.0.5
# via secretstorage
docutils==0.20.1
# via readme-renderer
flake8==4.0.1
flake8==7.0.0
# via -r requirements/test.in
idna==3.3
idna==3.6
# via requests
importlib-metadata==4.11.4
importlib-metadata==7.0.1
# via twine
iniconfig==2.0.0
# via pytest
jaraco-classes==3.3.1
# via keyring
jeepney==0.8.0
# via
# keyring
# twine
iniconfig==1.1.1
# via pytest
keyring==23.6.0
# secretstorage
keyring==24.3.1
# via twine
mccabe==0.6.1
markdown-it-py==3.0.0
# via rich
mccabe==0.7.0
# via flake8
packaging==21.3
mdurl==0.1.2
# via markdown-it-py
more-itertools==10.2.0
# via jaraco-classes
nh3==0.2.15
# via readme-renderer
packaging==23.2
# via pytest
pkginfo==1.8.3
pkginfo==1.10.0
# via twine
pluggy==1.0.0
pluggy==1.4.0
# via pytest
py==1.11.0
# via pytest
pycodestyle==2.8.0
pycodestyle==2.11.1
# via flake8
pyflakes==2.4.0
pycparser==2.21
# via cffi
pyflakes==3.2.0
# via flake8
pygments==2.12.0
pygments==2.17.2
# via
# readme-renderer
# rich
pyparsing==3.0.9
# via packaging
pytest==7.1.2
pytest==8.0.2
# via -r requirements/test.in
pytest-runner==6.0.0
pytest-runner==6.0.1
# via -r requirements/test.in
readme-renderer==35.0
readme-renderer==43.0
# via twine
requests==2.27.1
requests==2.31.0
# via
# requests-toolbelt
# twine
requests-toolbelt==0.9.1
requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==12.4.4
rich==13.7.1
# via twine
six==1.16.0
# via bleach
tomli==2.0.1
# via pytest
twine==4.0.1
secretstorage==3.3.3
# via keyring
twine==5.0.0
# via -r requirements/test.in
typing-extensions==4.2.0
# via rich
urllib3==1.26.9
urllib3==2.2.1
# via
# requests
# twine
watchdog==2.1.8
watchdog==4.0.0
# via -r requirements/test.in
webencodings==0.5.1
# via bleach
wheel==0.37.1
wheel==0.42.0
# via -r requirements/test.in
zipp==3.8.0
zipp==3.17.0
# via importlib-metadata
Loading

0 comments on commit fb093da

Please sign in to comment.