Skip to content

Commit

Permalink
Merge 0694f42 into 3bf98bf
Browse files Browse the repository at this point in the history
  • Loading branch information
jugmac00 authored Oct 3, 2023
2 parents 3bf98bf + 0694f42 commit bcb5475
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
5 changes: 4 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
Changelog
=========

1.3.1 (unreleased)
1.4.0 (unreleased)
------------------
- fix deprecation warning for pytest
- drop support for Python 3.6 / 3.7
- add support for Python 3.12
- upgrade dependencies for building docs

1.3.0 (2022.12.20)
------------------
Expand Down
47 changes: 23 additions & 24 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,63 +1,62 @@
#
# This file is autogenerated by pip-compile with Python 3.8
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --output-file=/home/jugmac00/Projects/flask-reuploaded/docs/requirements.txt /home/jugmac00/Projects/flask-reuploaded/docs/requirements.in
#
alabaster==0.7.12
alabaster==0.7.13
# via sphinx
babel==2.11.0
babel==2.13.0
# via sphinx
certifi==2022.12.7
certifi==2023.7.22
# via requests
charset-normalizer==2.1.1
charset-normalizer==3.3.0
# via requests
docutils==0.19
docutils==0.20.1
# via sphinx
idna==3.4
# via requests
imagesize==1.4.1
# via sphinx
importlib-metadata==5.2.0
# via sphinx
jinja2==3.1.2
# via sphinx
markupsafe==2.1.1
markupsafe==2.1.3
# via jinja2
packaging==21.3
# via
# -r /home/jugmac00/Projects/flask-reuploaded/docs/requirements.in
# pallets-sphinx-themes
# sphinx
pallets-sphinx-themes==2.0.2
pallets-sphinx-themes==2.1.1
# via -r /home/jugmac00/Projects/flask-reuploaded/docs/requirements.in
pygments==2.13.0
pygments==2.16.1
# via sphinx
pyparsing==3.0.9
pyparsing==3.1.1
# via packaging
pytz==2022.7
# via babel
requests==2.28.1
requests==2.31.0
# via sphinx
snowballstemmer==2.2.0
# via sphinx
sphinx==5.3.0
sphinx==7.2.6
# via
# -r /home/jugmac00/Projects/flask-reuploaded/docs/requirements.in
# pallets-sphinx-themes
sphinxcontrib-applehelp==1.0.2
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinxcontrib-applehelp==1.0.7
# via sphinx
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-devhelp==1.0.5
# via sphinx
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-htmlhelp==2.0.4
# via sphinx
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-qthelp==1.0.6
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
sphinxcontrib-serializinghtml==1.1.9
# via sphinx
urllib3==1.26.13
urllib3==2.0.6
# via requests
zipp==3.11.0
# via importlib-metadata

0 comments on commit bcb5475

Please sign in to comment.