Skip to content

Commit

Permalink
perf: upgrade project dependencies & python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bra-i-am committed Mar 21, 2024
1 parent 59749aa commit 6acd0a5
Show file tree
Hide file tree
Showing 6 changed files with 95 additions and 98 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.12"

# Build documentation in the docs/ directory with Sphinx
sphinx:
Expand Down
36 changes: 18 additions & 18 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,38 +1,38 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# make upgrade
#
certifi==2022.9.24
certifi==2024.2.2
# via requests
charset-normalizer==2.1.1
charset-normalizer==3.3.2
# via requests
click==8.1.3
click==8.1.7
# via -r requirements/base.in
distlib==0.3.6
distlib==0.3.8
# via virtualenv
filelock==3.8.0
filelock==3.13.1
# via virtualenv
gitdb==4.0.9
gitdb==4.0.11
# via gitpython
gitpython==3.1.27
gitpython==3.1.42
# via -r requirements/base.in
idna==3.4
idna==3.6
# via requests
jinja2==3.1.2
jinja2==3.1.3
# via -r requirements/base.in
markupsafe==2.1.1
markupsafe==2.1.5
# via jinja2
platformdirs==2.5.2
platformdirs==4.2.0
# via virtualenv
pyyaml==6.0
pyyaml==6.0.1
# via -r requirements/base.in
requests==2.28.1
requests==2.31.0
# via -r requirements/base.in
smmap==5.0.0
smmap==5.0.1
# via gitdb
urllib3==1.26.12
urllib3==2.2.1
# via requests
virtualenv==20.16.5
virtualenv==20.25.1
# via -r requirements/base.in
82 changes: 41 additions & 41 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,99 +1,95 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# make upgrade
#
astroid==2.11.7
# via pylint
attrs==22.1.0
# via pytest
certifi==2022.9.24
certifi==2024.2.2
# via
# -r requirements/base.txt
# requests
charset-normalizer==2.1.1
charset-normalizer==3.3.2
# via
# -r requirements/base.txt
# requests
click==8.1.3
click==8.1.7
# via -r requirements/base.txt
coverage==6.5.0
coverage==7.4.4
# via -r requirements/dev.in
dill==0.3.5.1
dill==0.3.8
# via pylint
distlib==0.3.6
distlib==0.3.8
# via
# -r requirements/base.txt
# virtualenv
filelock==3.8.0
exceptiongroup==1.2.0
# via pytest
filelock==3.13.1
# via
# -r requirements/base.txt
# virtualenv
gitdb==4.0.9
gitdb==4.0.11
# via
# -r requirements/base.txt
# gitpython
gitpython==3.1.27
gitpython==3.1.42
# via -r requirements/base.txt
idna==3.4
idna==3.6
# via
# -r requirements/base.txt
# requests
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
isort==5.10.1
isort==5.13.2
# via pylint
jedi==0.18.1
jedi==0.19.1
# via pudb
jinja2==3.1.2
jinja2==3.1.3
# via -r requirements/base.txt
lazy-object-proxy==1.7.1
lazy-object-proxy==1.10.0
# via astroid
markupsafe==2.1.1
markupsafe==2.1.5
# via
# -r requirements/base.txt
# jinja2
mccabe==0.7.0
# via pylint
packaging==21.3
packaging==24.0
# via
# pudb
# pytest
parso==0.8.3
# via jedi
platformdirs==2.5.2
platformdirs==4.2.0
# via
# -r requirements/base.txt
# pylint
# virtualenv
pluggy==1.0.0
pluggy==1.4.0
# via pytest
pudb==2022.1.2
pudb==2024.1
# via -r requirements/dev.in
py==1.11.0
# via pytest
pycodestyle==2.9.1
pycodestyle==2.11.1
# via -r requirements/dev.in
pydocstyle==6.1.1
pydocstyle==6.3.0
# via -r requirements/dev.in
pygments==2.13.0
pygments==2.17.2
# via pudb
pylint==2.14.5
# via
# -c requirements/constraints.txt
# -r requirements/dev.in
pyparsing==3.0.9
# via packaging
pytest==7.1.3
pytest==8.1.1
# via -r requirements/dev.in
pyyaml==6.0
pyyaml==6.0.1
# via -r requirements/base.txt
requests==2.28.1
requests==2.31.0
# via
# -r requirements/base.txt
# -r requirements/dev.in
smmap==5.0.0
smmap==5.0.1
# via
# -r requirements/base.txt
# gitdb
Expand All @@ -103,21 +99,25 @@ tomli==2.0.1
# via
# pylint
# pytest
tomlkit==0.11.5
tomlkit==0.12.4
# via pylint
urllib3==1.26.12
typing-extensions==4.10.0
# via urwid
urllib3==2.2.1
# via
# -r requirements/base.txt
# requests
urwid==2.1.2
urwid==2.6.9
# via
# pudb
# urwid-readline
urwid-readline==0.13
urwid-readline==0.14
# via pudb
virtualenv==20.16.5
virtualenv==20.25.1
# via -r requirements/base.txt
wrapt==1.14.1
wcwidth==0.2.13
# via urwid
wrapt==1.16.0
# via astroid

# The following packages are considered to be unsafe in a requirements file:
Expand Down
46 changes: 21 additions & 25 deletions requirements/doc.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
#
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# make upgrade
#
alabaster==0.7.12
alabaster==0.7.16
# via sphinx
babel==2.10.3
babel==2.14.0
# via sphinx
beautifulsoup4==4.11.1
beautifulsoup4==4.12.3
# via pydata-sphinx-theme
certifi==2022.9.24
certifi==2024.2.2
# via requests
charset-normalizer==2.1.1
charset-normalizer==3.3.2
# via requests
commonmark==0.9.1
# via recommonmark
Expand All @@ -22,37 +22,33 @@ docutils==0.17.1
# recommonmark
# sphinx
# sphinx-panels
idna==3.4
idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.2
jinja2==3.1.3
# via sphinx
markupsafe==2.1.1
markupsafe==2.1.5
# via jinja2
packaging==21.3
packaging==24.0
# via
# pydata-sphinx-theme
# sphinx
pydata-sphinx-theme==0.8.1
# via sphinx-book-theme
pygments==2.13.0
pygments==2.17.2
# via sphinx
pyparsing==3.0.9
# via packaging
pytz==2022.4
# via babel
pyyaml==6.0
pyyaml==6.0.1
# via sphinx-book-theme
recommonmark==0.6.0
# via -r requirements/doc.in
requests==2.28.1
requests==2.31.0
# via
# sphinx
# sphinxcontrib-images
snowballstemmer==2.2.0
# via sphinx
soupsieve==2.3.2.post1
soupsieve==2.5
# via beautifulsoup4
sphinx==4.2.0
# via
Expand All @@ -71,27 +67,27 @@ sphinx-copybutton==0.5.0
# via -r requirements/doc.in
sphinx-panels==0.6.0
# via -r requirements/doc.in
sphinxcontrib-applehelp==1.0.2
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-contentui==0.2.5
# via -r requirements/doc.in
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-images==0.9.4
# via -r requirements/doc.in
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-mermaid==0.7.1
# via -r requirements/doc.in
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
sphinxcontrib-yt==0.2.2
# via -r requirements/doc.in
urllib3==1.26.12
urllib3==2.2.1
# via requests

# The following packages are considered to be unsafe in a requirements file:
Expand Down
21 changes: 11 additions & 10 deletions requirements/pip-tools.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,24 @@
#
# make upgrade
#
build==0.8.0
build==1.1.1
# via pip-tools
click==8.1.3
click==8.1.7
# via pip-tools
packaging==21.3
packaging==24.0
# via build
pep517==0.13.0
# via build
pip-tools==6.8.0
pip-tools==7.4.1
# via -r requirements/pip-tools.in
pyparsing==3.0.9
# via packaging
pyproject-hooks==1.0.0
# via
# build
# pip-tools
tomli==2.0.1
# via
# build
# pep517
wheel==0.37.1
# pip-tools
# pyproject-hooks
wheel==0.43.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down
6 changes: 3 additions & 3 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
#
# 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.2.2
pip==24.0
# via -r requirements/pip.in
setuptools==65.4.1
setuptools==69.2.0
# via -r requirements/pip.in

0 comments on commit 6acd0a5

Please sign in to comment.