Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade reqs (#93) #94

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ TL;DR:
.. code-block:: sh

python -m venv env
pip install -e .
pip install -r examples/requirements/django_3_2_and_flask.txt
make install

Documentation
-------------
Expand All @@ -86,6 +85,12 @@ all supported environments. For that use tox.

tox

For quick testing in current environment only:

.. code-block:: sh

make test

In any case, GitHub Actions will catch potential errors, but using tox speeds
things up.

Expand Down
95 changes: 49 additions & 46 deletions examples/requirements/common.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --no-strip-extras examples/requirements/common.in -o examples/requirements/common.txt
aiohappyeyeballs==2.4.0
aiohappyeyeballs==2.4.3
# via aiohttp
aiohttp==3.10.5
aiohttp==3.11.2
# via edge-tts
aiosignal==1.3.1
# via aiohttp
async-timeout==4.0.3
async-timeout==5.0.1
# via aiohttp
attrs==24.2.0
# via aiohttp
azure-core==1.30.2
azure-core==1.32.0
# via azure-storage-blob
azure-storage-blob==12.22.0
azure-storage-blob==12.24.0
# via pathy
bcrypt==4.2.0
# via paramiko
beautifulsoup4==4.12.3
# via xml2epub
boto3==1.35.16
boto3==1.35.61
# via pathy
botocore==1.35.16
botocore==1.35.61
# via
# boto3
# s3transfer
Expand All @@ -39,39 +39,39 @@ cffi==1.17.1
# weasyprint
chardet==5.2.0
# via reportlab
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
# gtts
# typer
coverage[toml]==7.6.1
coverage[toml]==7.6.5
# via pytest-cov
cryptography==43.0.1
cryptography==43.0.3
# via
# azure-storage-blob
# paramiko
cssselect2==0.7.0
# via weasyprint
defusedxml==0.7.1
# via odfpy
edge-tts==6.1.12
edge-tts==6.1.18
# via -r examples/requirements/common.in
et-xmlfile==1.1.0
et-xmlfile==2.0.0
# via openpyxl
exceptiongroup==1.2.2
# via pytest
fonttools[woff]==4.53.1
fonttools[woff]==4.55.0
# via weasyprint
frozenlist==1.4.1
frozenlist==1.5.0
# via
# aiohttp
# aiosignal
google-api-core==2.19.2
google-api-core==2.23.0
# via
# google-cloud-core
# google-cloud-storage
google-auth==2.34.0
google-auth==2.36.0
# via
# google-api-core
# google-cloud-core
Expand All @@ -84,21 +84,19 @@ google-crc32c==1.6.0
# via google-resumable-media
google-resumable-media==2.7.2
# via google-cloud-storage
googleapis-common-protos==1.65.0
googleapis-common-protos==1.66.0
# via google-api-core
gtts==2.5.3
gtts==2.5.4
# via -r examples/requirements/common.in
html5lib==1.1
# via weasyprint
idna==3.8
idna==3.10
# via
# requests
# yarl
imgkit==1.2.3
# via -r examples/requirements/common.in
iniconfig==2.0.0
# via pytest
isodate==0.6.1
isodate==0.7.2
# via azure-storage-blob
jinja2==3.1.4
# via xml2epub
Expand All @@ -113,7 +111,7 @@ lxml==5.3.0
# xml2epub
markdown-it-py==3.0.0
# via rich
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
mdurl==0.1.2
# via markdown-it-py
Expand All @@ -127,17 +125,17 @@ odfpy==1.4.1
# via -r examples/requirements/common.in
openpyxl==3.1.5
# via -r examples/requirements/common.in
packaging==24.1
packaging==24.2
# via pytest
paramiko==3.4.1
paramiko==3.5.0
# via -r examples/requirements/common.in
pathy[all]==0.10.3
# via -r examples/requirements/common.in
pdf2image==1.17.0
# via -r examples/requirements/common.in
pdfkit==1.0.0
# via -r examples/requirements/common.in
pillow==11.0.0
pillow==10.4.0
# via
# pdf2image
# python-pptx
Expand All @@ -146,9 +144,13 @@ pillow==11.0.0
# xml2epub
pluggy==1.5.0
# via pytest
proto-plus==1.24.0
propcache==0.2.0
# via
# aiohttp
# yarl
proto-plus==1.25.0
# via google-api-core
protobuf==5.28.0
protobuf==5.28.3
# via
# google-api-core
# google-cloud-storage
Expand All @@ -168,13 +170,13 @@ pygments==2.18.0
# via rich
pynacl==1.5.0
# via paramiko
pyphen==0.16.0
pyphen==0.15.0
# via weasyprint
pytest==8.3.3
# via
# pathy
# pytest-cov
pytest-cov==5.0.0
pytest-cov==6.0.0
# via pytest-cover
pytest-cover==3.0.0
# via pytest-coverage
Expand All @@ -186,9 +188,9 @@ python-docx==1.1.2
# via -r examples/requirements/common.in
python-pptx==1.0.2
# via -r examples/requirements/common.in
pytz==2024.1
pytz==2024.2
# via -r examples/requirements/common.in
reportlab==4.2.2
reportlab==4.2.5
# via -r examples/requirements/common.in
requests==2.32.3
# via
Expand All @@ -197,41 +199,41 @@ requests==2.32.3
# google-cloud-storage
# gtts
# xml2epub
rich==13.8.1
rich==13.9.4
# via typer
rsa==4.9
# via google-auth
s3transfer==0.10.2
s3transfer==0.10.3
# via boto3
shellingham==1.5.4
# via typer
six==1.16.0
# via
# azure-core
# google-cloud-storage
# html5lib
# imgkit
# isodate
# python-dateutil
smart-open==6.4.0
# via pathy
soupsieve==2.6
# via beautifulsoup4
tablib==3.6.1
tablib==3.7.0
# via -r examples/requirements/common.in
tinycss2==1.3.0
tinycss2==1.4.0
# via
# cssselect2
# weasyprint
tomli==2.0.1
tinyhtml5==2.0.0
# via weasyprint
tomli==2.1.0
# via
# coverage
# pytest
typer==0.12.5
typer==0.13.0
# via
# pathy
# typer-cli
typer-cli==0.12.5
typer-cli==0.13.0
# via pathy
typing-extensions==4.12.2
# via
Expand All @@ -240,23 +242,24 @@ typing-extensions==4.12.2
# multidict
# python-docx
# python-pptx
# rich
# typer
urllib3==2.2.2
urllib3==2.2.3
# via
# botocore
# requests
weasyprint==62.3
weasyprint==63.0
# via -r examples/requirements/common.in
webencodings==0.5.1
# via
# cssselect2
# html5lib
# tinycss2
# tinyhtml5
xlsxwriter==3.2.0
# via python-pptx
xml2epub==2.6.6
# via -r examples/requirements/common.in
yarl==1.11.1
yarl==1.17.1
# via aiohttp
zopfli==0.2.3
zopfli==0.2.3.post1
# via fonttools
8 changes: 4 additions & 4 deletions examples/requirements/debug.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ executing==2.1.0
# via stack-data
ipdb==0.13.13
# via -r examples/requirements/debug.in
ipython==8.27.0
ipython==8.29.0
# via
# -r examples/requirements/debug.in
# ipdb
ipython-genutils==0.2.0
# via -r examples/requirements/debug.in
jedi==0.19.1
jedi==0.19.2
# via ipython
matplotlib-inline==0.1.7
# via ipython
parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
prompt-toolkit==3.0.47
prompt-toolkit==3.0.48
# via ipython
ptyprocess==0.7.0
# via pexpect
Expand All @@ -38,7 +38,7 @@ six==1.16.0
# via asttokens
stack-data==0.6.3
# via ipython
tomli==2.0.1
tomli==2.1.0
# via ipdb
traitlets==5.14.3
# via
Expand Down
20 changes: 11 additions & 9 deletions examples/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@ certifi==2024.8.30
# via requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
cryptography==43.0.1
cryptography==43.0.3
# via secretstorage
docutils==0.21.2
# via readme-renderer
idna==3.8
idna==3.10
# via requests
importlib-metadata==8.4.0
importlib-metadata==8.5.0
# via
# keyring
# twine
jaraco-classes==3.4.0
# via keyring
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.2
jaraco-functools==4.1.0
# via keyring
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==25.3.0
keyring==25.5.0
# via twine
markdown-it-py==3.0.0
# via rich
Expand Down Expand Up @@ -58,15 +58,17 @@ requests-toolbelt==1.0.0
# via twine
rfc3986==2.0.0
# via twine
rich==13.8.1
rich==13.9.4
# via twine
secretstorage==3.3.3
# via keyring
twine==5.1.1
# via -r examples/requirements/deployment.in
urllib3==2.2.2
typing-extensions==4.12.2
# via rich
urllib3==2.2.3
# via
# requests
# twine
zipp==3.20.1
zipp==3.21.0
# via importlib-metadata
Loading
Loading