Skip to content

Commit

Permalink
feat: Adding python 3.11 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Apr 5, 2024
1 parent 0ec5e82 commit b4c7372
Show file tree
Hide file tree
Showing 7 changed files with 155 additions and 119 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.8
# by the following command:
#
# make upgrade
#
click==8.1.3
click==8.1.7
# via -r requirements/base.in
40 changes: 23 additions & 17 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,50 +1,56 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# 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
filelock==3.13.3
# via
# -r requirements/tox.txt
# tox
# virtualenv
pluggy==1.0.0
packaging==24.0
# via
# -r requirements/tox.txt
# pyproject-api
# tox
py==1.11.0
platformdirs==4.2.0
# via
# -r requirements/tox.txt
# tox
pyparsing==3.0.9
# virtualenv
pluggy==1.4.0
# via
# -r requirements/tox.txt
# packaging
six==1.16.0
# tox
pyproject-api==1.6.1
# via
# -r requirements/tox.txt
# tox
# virtualenv
toml==0.10.2
tomli==2.0.1
# via
# -r requirements/tox.txt
# pyproject-api
# tox
tox==3.25.0
tox==4.14.2
# via -r requirements/tox.txt
virtualenv==20.14.1
virtualenv==20.25.1
# via
# -r requirements/tox.txt
# tox
50 changes: 25 additions & 25 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,58 +1,58 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# make upgrade
#
alabaster==0.7.12
alabaster==0.7.13
# 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
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# sphinx
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==24.0
# via sphinx
pygments==2.12.0
pygments==2.17.2
# via sphinx
pyparsing==3.0.9
# via packaging
pytz==2022.1
pytz==2024.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.1.2
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-applehelp==1.0.4
# via sphinx
sphinxcontrib-devhelp==1.0.2
# via sphinx
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-htmlhelp==2.0.1
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==1.26.9
urllib3==2.2.1
# via requests
zipp==3.8.0
zipp==3.18.1
# 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
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# make upgrade
#
wheel==0.37.1
wheel==0.43.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==62.3.3
setuptools==69.2.0
# via -r requirements/pip.in
27 changes: 21 additions & 6 deletions requirements/pip_tools.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,34 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# make upgrade
#
click==8.1.3
build==1.2.1
# via pip-tools
pep517==0.12.0
click==8.1.7
# via pip-tools
pip-tools==6.6.2
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# build
packaging==24.0
# via build
pip-tools==7.4.1
# via -r requirements/pip_tools.in
pyproject-hooks==1.0.0
# via
# build
# pip-tools
tomli==2.0.1
# via pep517
wheel==0.37.1
# via
# build
# pip-tools
# pyproject-hooks
wheel==0.43.0
# via pip-tools
zipp==3.18.1
# via importlib-metadata

# The following packages are considered to be unsafe in a requirements file:
# pip
Expand Down
101 changes: 55 additions & 46 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,94 +1,103 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# 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
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.4
# via -r requirements/test.in
docutils==0.18.1
docutils==0.20.1
# via readme-renderer
flake8==4.0.1
exceptiongroup==1.2.0
# via pytest
flake8==7.0.0
# via -r requirements/test.in
idna==3.3
idna==3.6
# via requests
importlib-metadata==4.11.4
importlib-metadata==6.11.0
# via
# -c https://raw.githubusercontent.com/edx/edx-lint/master/edx_lint/files/common_constraints.txt
# keyring
# twine
iniconfig==1.1.1
importlib-resources==6.4.0
# via keyring
iniconfig==2.0.0
# via pytest
keyring==23.6.0
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.1.0
# via keyring
jaraco-functools==4.0.0
# via keyring
keyring==25.1.0
# 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
# jaraco-functools
nh3==0.2.17
# via readme-renderer
packaging==24.0
# 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
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.1.1
# 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
twine==5.0.0
# via -r requirements/test.in
typing-extensions==4.2.0
typing-extensions==4.10.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.43.0
# via -r requirements/test.in
zipp==3.8.0
# via importlib-metadata
zipp==3.18.1
# via
# importlib-metadata
# importlib-resources
Loading

0 comments on commit b4c7372

Please sign in to comment.