File tree 4 files changed +29
-26
lines changed
4 files changed +29
-26
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ test: lint unit
42
42
test-docs :
43
43
mkdocs build --strict
44
44
45
- FREEZE_OPTIONS = --no-emit-index-url --no-annotate -v
45
+ FREEZE_OPTIONS = --no-emit-index-url --no-annotate -v --resolver=backtracking
46
46
freeze-base :
47
47
CUSTOM_COMPILE_COMMAND=" make freeze" pip-compile $(FREEZE_OPTIONS ) setup.py --output-file requirements.txt
48
48
freeze-dev :
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.10
2
+ # This file is autogenerated by pip-compile with Python 3.7
3
3
# by the following command:
4
4
#
5
5
# make freeze
6
6
#
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
10
10
certifi == 2023.11.17
11
11
click == 8.1.7
12
- coverage [toml ]== 7.4.0
12
+ coverage [toml ]== 7.2.7
13
13
exceptiongroup == 1.2.0
14
- flake8 == 6.1.0
14
+ flake8 == 5.0.4
15
15
h11 == 0.14.0
16
- httpcore == 1.0.2
17
- httpx == 0.26.0
16
+ httpcore == 0.17.3
17
+ httpx == 0.24.1
18
18
idna == 3.6
19
+ importlib-metadata == 4.2.0
19
20
iniconfig == 2.0.0
20
- isort == 5.13.2
21
+ isort == 5.11.5
21
22
mccabe == 0.7.0
22
23
mypy-extensions == 1.0.0
23
24
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
31
32
pyproject-hooks == 1.0.0
32
33
pytest == 7.4.3
33
34
pytest-cov == 4.1.0
34
35
pytest-repeat == 0.9.3
35
36
sniffio == 1.3.0
36
37
tomli == 2.0.1
38
+ typed-ast == 1.5.5
37
39
typing-extensions == 4.7.1
38
40
wheel == 0.42.0
41
+ zipp == 3.15.0
39
42
40
43
# The following packages are considered to be unsafe in a requirements file:
41
44
# pip
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.10
2
+ # This file is autogenerated by pip-compile with Python 3.7
3
3
# by the following command:
4
4
#
5
5
# make freeze
@@ -8,26 +8,26 @@ automacdoc==0.3
8
8
beautifulsoup4==4.12.2
9
9
click==8.1.7
10
10
ghp-import==2.1.0
11
- importlib-metadata==7.0.1
11
+ importlib-metadata==6. 7.0
12
12
jinja2==3.1.2
13
13
livereload==2.6.3
14
- markdown==3.5.1
14
+ markdown==3.4.4
15
15
markupsafe==2.1.3
16
16
mergedeep==1.3.4
17
17
mkdocs==1.3.0
18
18
mkdocs-material==4.6.3
19
19
mkdocstrings==0.10.0
20
20
packaging==23.2
21
- pydantic==1.10.13
21
+ pydantic==1.9.0
22
22
pygments==2.17.2
23
- pymdown-extensions==10.6
23
+ pymdown-extensions==10.2.1
24
24
python-dateutil==2.8.2
25
25
pytkdocs==0.2.1
26
26
pyyaml==6.0.1
27
27
pyyaml-env-tag==0.1
28
28
six==1.16.0
29
- soupsieve==2.5
30
- tornado==6.4
29
+ soupsieve==2.4.1
30
+ tornado==6.2
31
31
typing-extensions==4.7.1
32
32
watchdog==3.0.0
33
- zipp==3.17 .0
33
+ zipp==3.15 .0
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.10
2
+ # This file is autogenerated by pip-compile with Python 3.7
3
3
# by the following command:
4
4
#
5
5
# make freeze
You can’t perform that action at this time.
0 commit comments