Skip to content

Commit 56ba90a

Browse files
authored
Update dependencies (#62)
1 parent 1307656 commit 56ba90a

File tree

3 files changed

+60
-15
lines changed

3 files changed

+60
-15
lines changed

requirements/linting.txt

Lines changed: 25 additions & 6 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.11
2+
# This file is autogenerated by pip-compile with Python 3.7
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/linting.txt requirements/linting.in
@@ -16,6 +16,11 @@ filelock==3.12.0
1616
# via virtualenv
1717
identify==2.5.24
1818
# via pre-commit
19+
importlib-metadata==6.6.0
20+
# via
21+
# click
22+
# pre-commit
23+
# virtualenv
1924
mypy==1.3.0
2025
# via -r requirements/linting.in
2126
mypy-extensions==1.0.0
@@ -32,20 +37,34 @@ platformdirs==3.5.1
3237
# via
3338
# black
3439
# virtualenv
35-
pre-commit==3.3.1
40+
pre-commit==2.21.0
3641
# via -r requirements/linting.in
37-
pyupgrade==3.4.0
42+
pyupgrade==3.3.2
3843
# via -r requirements/linting.in
3944
pyyaml==6.0
4045
# via pre-commit
41-
ruff==0.0.265
46+
ruff==0.0.270
4247
# via -r requirements/linting.in
4348
tokenize-rt==5.0.0
4449
# 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
4764
virtualenv==20.23.0
4865
# via pre-commit
66+
zipp==3.15.0
67+
# via importlib-metadata
4968

5069
# The following packages are considered to be unsafe in a requirements file:
5170
# setuptools

requirements/pyproject.txt

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.11
2+
# This file is autogenerated by pip-compile with Python 3.7
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/pyproject.txt pyproject.toml
66
#
77
annotated-types==0.4.0
88
# via pydantic
9-
pydantic>=v2.0a4
9+
pydantic==2.0a4
1010
# via pydantic-settings (pyproject.toml)
11-
pydantic-core>=0.30.0
11+
pydantic-core==0.30.0
1212
# via pydantic
13-
python-dotenv==0.21.0
13+
python-dotenv==0.21.1
1414
# 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

requirements/testing.txt

Lines changed: 26 additions & 3 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.11
2+
# This file is autogenerated by pip-compile with Python 3.7
33
# by the following command:
44
#
55
# pip-compile --output-file=requirements/testing.txt requirements/testing.in
@@ -8,8 +8,15 @@ black==23.3.0
88
# via pytest-examples
99
click==8.1.3
1010
# via black
11-
coverage[toml]==7.2.5
11+
coverage[toml]==7.2.6
1212
# 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
1320
iniconfig==2.0.0
1421
# via pytest
1522
markdown-it-py==2.2.0
@@ -44,5 +51,21 @@ pytest-pretty==1.2.0
4451
# via -r requirements/testing.in
4552
rich==13.3.5
4653
# via pytest-pretty
47-
ruff==0.0.265
54+
ruff==0.0.270
4855
# 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

0 commit comments

Comments
 (0)