Skip to content

Commit e38b9d4

Browse files
committed
Upgrade requirements to work with 3.7
1 parent 22c7bd8 commit e38b9d4

File tree

4 files changed

+29
-26
lines changed

4 files changed

+29
-26
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test: lint unit
4242
test-docs:
4343
mkdocs build --strict
4444

45-
FREEZE_OPTIONS = --no-emit-index-url --no-annotate -v
45+
FREEZE_OPTIONS = --no-emit-index-url --no-annotate -v --resolver=backtracking
4646
freeze-base:
4747
CUSTOM_COMPILE_COMMAND="make freeze" pip-compile $(FREEZE_OPTIONS) setup.py --output-file requirements.txt
4848
freeze-dev:

requirements-dev.txt

Lines changed: 19 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,44 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.10
2+
# This file is autogenerated by pip-compile with Python 3.7
33
# by the following command:
44
#
55
# make freeze
66
#
7-
anyio==4.2.0
8-
black==23.12.1
9-
build==1.0.3
7+
anyio==3.7.1
8+
black==23.3.0
9+
build==0.10.0
1010
certifi==2023.11.17
1111
click==8.1.7
12-
coverage[toml]==7.4.0
12+
coverage[toml]==7.2.7
1313
exceptiongroup==1.2.0
14-
flake8==6.1.0
14+
flake8==5.0.4
1515
h11==0.14.0
16-
httpcore==1.0.2
17-
httpx==0.26.0
16+
httpcore==0.17.3
17+
httpx==0.24.1
1818
idna==3.6
19+
importlib-metadata==4.2.0
1920
iniconfig==2.0.0
20-
isort==5.13.2
21+
isort==5.11.5
2122
mccabe==0.7.0
2223
mypy-extensions==1.0.0
2324
packaging==23.2
24-
pathspec==0.12.1
25-
pip-tools==7.3.0
26-
platformdirs==4.1.0
27-
pluggy==1.3.0
28-
pycodestyle==2.11.1
29-
pydantic==1.10.13
30-
pyflakes==3.1.0
25+
pathspec==0.11.2
26+
pip-tools==6.14.0
27+
platformdirs==4.0.0
28+
pluggy==1.2.0
29+
pycodestyle==2.9.1
30+
pydantic==1.9.0
31+
pyflakes==2.5.0
3132
pyproject-hooks==1.0.0
3233
pytest==7.4.3
3334
pytest-cov==4.1.0
3435
pytest-repeat==0.9.3
3536
sniffio==1.3.0
3637
tomli==2.0.1
38+
typed-ast==1.5.5
3739
typing-extensions==4.7.1
3840
wheel==0.42.0
41+
zipp==3.15.0
3942

4043
# The following packages are considered to be unsafe in a requirements file:
4144
# pip

requirements-docs.txt

Lines changed: 8 additions & 8 deletions
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.7
33
# by the following command:
44
#
55
# make freeze
@@ -8,26 +8,26 @@ automacdoc==0.3
88
beautifulsoup4==4.12.2
99
click==8.1.7
1010
ghp-import==2.1.0
11-
importlib-metadata==7.0.1
11+
importlib-metadata==6.7.0
1212
jinja2==3.1.2
1313
livereload==2.6.3
14-
markdown==3.5.1
14+
markdown==3.4.4
1515
markupsafe==2.1.3
1616
mergedeep==1.3.4
1717
mkdocs==1.3.0
1818
mkdocs-material==4.6.3
1919
mkdocstrings==0.10.0
2020
packaging==23.2
21-
pydantic==1.10.13
21+
pydantic==1.9.0
2222
pygments==2.17.2
23-
pymdown-extensions==10.6
23+
pymdown-extensions==10.2.1
2424
python-dateutil==2.8.2
2525
pytkdocs==0.2.1
2626
pyyaml==6.0.1
2727
pyyaml-env-tag==0.1
2828
six==1.16.0
29-
soupsieve==2.5
30-
tornado==6.4
29+
soupsieve==2.4.1
30+
tornado==6.2
3131
typing-extensions==4.7.1
3232
watchdog==3.0.0
33-
zipp==3.17.0
33+
zipp==3.15.0

requirements.txt

Lines changed: 1 addition & 1 deletion
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.7
33
# by the following command:
44
#
55
# make freeze

0 commit comments

Comments
 (0)