# pip install pip-tools
# Run this when dependencies are added, changed or removed.
update-python-dependencies: ./src/requirements.in
+ rm ./src/requirements.txt
pip-compile -r ./src/requirements.in
clean-local:
#
-# This file is autogenerated by pip-compile with python 3.9
-# To update, run:
+# This file is autogenerated by pip-compile with Python 3.11
+# by the following command:
#
# pip-compile ./src/requirements.in
#
-alabaster==0.7.12
+alabaster==0.7.13
# via sphinx
-babel==2.9.1
+babel==2.12.1
# via sphinx
-certifi==2021.10.8
+certifi==2023.5.7
# via requests
-charset-normalizer==2.0.7
+charset-normalizer==3.1.0
# via requests
-docutils==0.17.1
+docutils==0.18.1
# via
# sphinx
# sphinx-rtd-theme
-idna==3.3
+idna==3.4
# via requests
-imagesize==1.3.0
+imagesize==1.4.1
# via sphinx
-jinja2==3.0.2
+jinja2==3.1.2
# via sphinx
-markupsafe==2.0.1
+markupsafe==2.1.2
# via jinja2
-packaging==21.2
+packaging==23.1
# via sphinx
-pygments==2.10.0
+pygments==2.15.1
# via sphinx
-pyparsing==2.4.7
- # via packaging
-pytz==2021.3
- # via babel
-requests==2.26.0
+requests==2.31.0
# via sphinx
-snowballstemmer==2.1.0
+snowballstemmer==2.2.0
# via sphinx
-sphinx==4.2.0
+sphinx==6.2.1
# via
# -r ./src/requirements.in
# sphinx-rtd-theme
-sphinx-rtd-theme==1.0.0
+ # sphinxcontrib-jquery
+sphinx-rtd-theme==1.2.1
# via -r ./src/requirements.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-jquery==4.1
+ # via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
-urllib3==1.26.7
+urllib3==2.0.2
# via requests
-
-# The following packages are considered to be unsafe in a requirements file:
-# setuptools