Skip to content

Commit e42efd5

Browse files
committed
pip-compile for Python 3.8
1 parent 85182e4 commit e42efd5

File tree

6 files changed

+37
-24
lines changed

6 files changed

+37
-24
lines changed

docs/conf.py

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
For a full list see the documentation:
66
https://www.sphinx-doc.org/en/master/usage/configuration.html
77
"""
8+
89
# -- Path setup --------------------------------------------------------------
910

1011
# If extensions (or modules to document with autodoc) are in another directory,

pdfly/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""pdfly is a command line utility for manipulating PDFs and getting information about them."""
2+
23
from ._version import __version__
34

45
__all__ = [

requirements/ci.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile requirements/ci.in
@@ -8,7 +8,7 @@ astor==0.8.1
88
# via flake8-simplify
99
attrs==24.2.0
1010
# via flake8-bugbear
11-
black==24.10.0
11+
black==24.8.0
1212
# via -r requirements/ci.in
1313
click==8.1.7
1414
# via black
@@ -21,7 +21,7 @@ flake8==7.1.1
2121
# flake8-simplify
2222
flake8-bugbear==24.10.31
2323
# via -r requirements/ci.in
24-
flake8-comprehensions==3.16.0
24+
flake8-comprehensions==3.15.0
2525
# via -r requirements/ci.in
2626
flake8-isort==6.1.1
2727
# via -r requirements/ci.in

requirements/dev.txt

+17-13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile requirements/dev.in
@@ -8,7 +8,7 @@ annotated-types==0.7.0
88
# via pydantic
99
backports-tarfile==1.2.0
1010
# via jaraco-context
11-
black==24.10.0
11+
black==24.8.0
1212
# via -r requirements/dev.in
1313
build==1.2.2.post1
1414
# via pip-tools
@@ -24,28 +24,29 @@ click==8.1.7
2424
# via
2525
# black
2626
# pip-tools
27-
coverage[toml]==7.6.6
28-
# via
29-
# coverage
30-
# pytest-cov
27+
coverage[toml]==7.6.1
28+
# via pytest-cov
3129
cryptography==43.0.3
3230
# via secretstorage
3331
distlib==0.3.9
3432
# via virtualenv
35-
docutils==0.21.2
33+
docutils==0.20.1
3634
# via readme-renderer
3735
exceptiongroup==1.2.2
3836
# via pytest
3937
filelock==3.16.1
4038
# via virtualenv
41-
identify==2.6.2
39+
identify==2.6.1
4240
# via pre-commit
4341
idna==3.10
4442
# via requests
4543
importlib-metadata==8.5.0
4644
# via
45+
# build
4746
# keyring
4847
# twine
48+
importlib-resources==6.4.5
49+
# via keyring
4950
iniconfig==2.0.0
5051
# via pytest
5152
jaraco-classes==3.4.0
@@ -91,7 +92,7 @@ platformdirs==4.3.6
9192
# virtualenv
9293
pluggy==1.5.0
9394
# via pytest
94-
pre-commit==4.0.1
95+
pre-commit==3.5.0
9596
# via -r requirements/dev.in
9697
pycparser==2.22
9798
# via cffi
@@ -113,15 +114,15 @@ pytest==8.3.3
113114
# pytest-cov
114115
# pytest-socket
115116
# pytest-timeout
116-
pytest-cov==6.0.0
117+
pytest-cov==5.0.0
117118
# via -r requirements/dev.in
118119
pytest-socket==0.7.0
119120
# via -r requirements/dev.in
120121
pytest-timeout==2.3.1
121122
# via -r requirements/dev.in
122123
pyyaml==6.0.2
123124
# via pre-commit
124-
readme-renderer==44.0
125+
readme-renderer==43.0
125126
# via twine
126127
requests==2.32.3
127128
# via
@@ -148,6 +149,7 @@ twine==5.1.1
148149
# via -r requirements/dev.in
149150
typing-extensions==4.12.2
150151
# via
152+
# annotated-types
151153
# black
152154
# pydantic
153155
# pydantic-core
@@ -162,8 +164,10 @@ wheel==0.45.0
162164
# via
163165
# -r requirements/dev.in
164166
# pip-tools
165-
zipp==3.21.0
166-
# via importlib-metadata
167+
zipp==3.20.2
168+
# via
169+
# importlib-metadata
170+
# importlib-resources
167171

168172
# The following packages are considered to be unsafe in a requirements file:
169173
# pip

requirements/docs.txt

+14-8
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
55
# pip-compile requirements/docs.in
66
#
7-
alabaster==0.7.16
7+
alabaster==0.7.13
88
# via sphinx
99
attrs==24.2.0
1010
# via -r requirements/docs.in
@@ -23,6 +23,8 @@ idna==3.10
2323
# via requests
2424
imagesize==1.4.1
2525
# via sphinx
26+
importlib-metadata==8.5.0
27+
# via sphinx
2628
jinja2==3.1.4
2729
# via
2830
# myst-parser
@@ -31,7 +33,7 @@ markdown-it-py==2.2.0
3133
# via
3234
# mdit-py-plugins
3335
# myst-parser
34-
markupsafe==3.0.2
36+
markupsafe==2.1.5
3537
# via jinja2
3638
mdit-py-plugins==0.3.5
3739
# via myst-parser
@@ -43,6 +45,8 @@ packaging==24.2
4345
# via sphinx
4446
pygments==2.18.0
4547
# via sphinx
48+
pytz==2024.2
49+
# via babel
4650
pyyaml==6.0.2
4751
# via myst-parser
4852
requests==2.32.3
@@ -57,19 +61,21 @@ sphinx==4.5.0
5761
# sphinxcontrib-jquery
5862
sphinx-rtd-theme==1.3.0
5963
# via -r requirements/docs.in
60-
sphinxcontrib-applehelp==2.0.0
64+
sphinxcontrib-applehelp==1.0.4
6165
# via sphinx
62-
sphinxcontrib-devhelp==2.0.0
66+
sphinxcontrib-devhelp==1.0.2
6367
# via sphinx
64-
sphinxcontrib-htmlhelp==2.1.0
68+
sphinxcontrib-htmlhelp==2.0.1
6569
# via sphinx
6670
sphinxcontrib-jquery==4.1
6771
# via sphinx-rtd-theme
6872
sphinxcontrib-jsmath==1.0.1
6973
# via sphinx
70-
sphinxcontrib-qthelp==2.0.0
74+
sphinxcontrib-qthelp==1.0.3
7175
# via sphinx
72-
sphinxcontrib-serializinghtml==2.0.0
76+
sphinxcontrib-serializinghtml==1.1.5
7377
# via sphinx
7478
urllib3==2.2.3
7579
# via requests
80+
zipp==3.20.2
81+
# via importlib-metadata

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Package pdfly with setuptools."""
2+
23
import re
34

45
from setuptools import find_packages, setup

0 commit comments

Comments
 (0)