File tree Expand file tree Collapse file tree 3 files changed +60
-15
lines changed Expand file tree Collapse file tree 3 files changed +60
-15
lines changed Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.11
2
+ # This file is autogenerated by pip-compile with Python 3.7
3
3
# by the following command:
4
4
#
5
5
# pip-compile --output-file=requirements/linting.txt requirements/linting.in
@@ -16,6 +16,11 @@ filelock==3.12.0
16
16
# via virtualenv
17
17
identify==2.5.24
18
18
# via pre-commit
19
+ importlib-metadata==6.6.0
20
+ # via
21
+ # click
22
+ # pre-commit
23
+ # virtualenv
19
24
mypy==1.3.0
20
25
# via -r requirements/linting.in
21
26
mypy-extensions==1.0.0
@@ -32,20 +37,34 @@ platformdirs==3.5.1
32
37
# via
33
38
# black
34
39
# virtualenv
35
- pre-commit==3.3.1
40
+ pre-commit==2.21.0
36
41
# via -r requirements/linting.in
37
- pyupgrade==3.4.0
42
+ pyupgrade==3.3.2
38
43
# via -r requirements/linting.in
39
44
pyyaml==6.0
40
45
# via pre-commit
41
- ruff==0.0.265
46
+ ruff==0.0.270
42
47
# via -r requirements/linting.in
43
48
tokenize-rt==5.0.0
44
49
# via pyupgrade
45
- typing-extensions==4.5.0
46
- # via mypy
50
+ tomli==2.0.1
51
+ # via
52
+ # black
53
+ # mypy
54
+ typed-ast==1.5.4
55
+ # via
56
+ # black
57
+ # mypy
58
+ typing-extensions==4.6.2
59
+ # via
60
+ # black
61
+ # importlib-metadata
62
+ # mypy
63
+ # platformdirs
47
64
virtualenv==20.23.0
48
65
# via pre-commit
66
+ zipp==3.15.0
67
+ # via importlib-metadata
49
68
50
69
# The following packages are considered to be unsafe in a requirements file:
51
70
# setuptools
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.11
2
+ # This file is autogenerated by pip-compile with Python 3.7
3
3
# by the following command:
4
4
#
5
5
# pip-compile --output-file=requirements/pyproject.txt pyproject.toml
6
6
#
7
7
annotated-types==0.4.0
8
8
# via pydantic
9
- pydantic>=v2 .0a4
9
+ pydantic==2 .0a4
10
10
# via pydantic-settings (pyproject.toml)
11
- pydantic-core> =0.30.0
11
+ pydantic-core= =0.30.0
12
12
# via pydantic
13
- python-dotenv==0.21.0
13
+ python-dotenv==0.21.1
14
14
# via pydantic-settings (pyproject.toml)
15
- typing-extensions==4.5.0
16
- # via pydantic
15
+ typing-extensions==4.6.2
16
+ # via
17
+ # annotated-types
18
+ # pydantic
19
+ # pydantic-core
Original file line number Diff line number Diff line change 1
1
#
2
- # This file is autogenerated by pip-compile with Python 3.11
2
+ # This file is autogenerated by pip-compile with Python 3.7
3
3
# by the following command:
4
4
#
5
5
# pip-compile --output-file=requirements/testing.txt requirements/testing.in
@@ -8,8 +8,15 @@ black==23.3.0
8
8
# via pytest-examples
9
9
click==8.1.3
10
10
# via black
11
- coverage[toml]==7.2.5
11
+ coverage[toml]==7.2.6
12
12
# via -r requirements/testing.in
13
+ exceptiongroup==1.1.1
14
+ # via pytest
15
+ importlib-metadata==6.6.0
16
+ # via
17
+ # click
18
+ # pluggy
19
+ # pytest
13
20
iniconfig==2.0.0
14
21
# via pytest
15
22
markdown-it-py==2.2.0
@@ -44,5 +51,21 @@ pytest-pretty==1.2.0
44
51
# via -r requirements/testing.in
45
52
rich==13.3.5
46
53
# via pytest-pretty
47
- ruff==0.0.265
54
+ ruff==0.0.270
48
55
# via pytest-examples
56
+ tomli==2.0.1
57
+ # via
58
+ # black
59
+ # coverage
60
+ # pytest
61
+ typed-ast==1.5.4
62
+ # via black
63
+ typing-extensions==4.6.2
64
+ # via
65
+ # black
66
+ # importlib-metadata
67
+ # markdown-it-py
68
+ # platformdirs
69
+ # rich
70
+ zipp==3.15.0
71
+ # via importlib-metadata
You can’t perform that action at this time.
0 commit comments