Skip to content

Commit 7c54177

Browse files
committed
Regenerate requirements files
Signed-off-by: Mattt Zmuda <[email protected]>
1 parent 31ba3ed commit 7c54177

File tree

2 files changed

+34
-25
lines changed

2 files changed

+34
-25
lines changed

requirements-dev.txt

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,58 +4,61 @@
44
#
55
# pip-compile --extra=dev --output-file=requirements-dev.txt --resolver=backtracking pyproject.toml
66
#
7-
attrs==22.2.0
8-
# via pytest
9-
black==23.3.0
7+
annotated-types==0.5.0
8+
# via pydantic
9+
black==23.7.0
1010
# via replicate (pyproject.toml)
11-
certifi==2022.12.7
11+
certifi==2023.5.7
1212
# via requests
13-
charset-normalizer==3.1.0
13+
charset-normalizer==3.2.0
1414
# via requests
15-
click==8.1.3
15+
click==8.1.6
1616
# via black
1717
idna==3.4
1818
# via requests
1919
iniconfig==2.0.0
2020
# via pytest
21-
mypy==1.2.0
21+
mypy==1.4.1
2222
# via replicate (pyproject.toml)
2323
mypy-extensions==1.0.0
2424
# via
2525
# black
2626
# mypy
27-
packaging==23.0
27+
packaging==23.1
2828
# via
2929
# black
3030
# pytest
3131
# replicate (pyproject.toml)
3232
pathspec==0.11.1
3333
# via black
34-
platformdirs==3.2.0
34+
platformdirs==3.9.1
3535
# via black
36-
pluggy==1.0.0
36+
pluggy==1.2.0
3737
# via pytest
38-
pydantic==1.10.7
38+
pydantic==2.0.3
3939
# via replicate (pyproject.toml)
40-
pytest==7.2.2
40+
pydantic-core==2.3.0
41+
# via pydantic
42+
pytest==7.4.0
4143
# via replicate (pyproject.toml)
42-
pyyaml==6.0
44+
pyyaml==6.0.1
4345
# via responses
4446
requests==2.31.0
4547
# via
4648
# replicate (pyproject.toml)
4749
# responses
4850
responses==0.23.1
4951
# via replicate (pyproject.toml)
50-
ruff==0.0.261
52+
ruff==0.0.278
5153
# via replicate (pyproject.toml)
52-
types-pyyaml==6.0.12.9
54+
types-pyyaml==6.0.12.10
5355
# via responses
54-
typing-extensions==4.5.0
56+
typing-extensions==4.7.1
5557
# via
5658
# mypy
5759
# pydantic
58-
urllib3==1.26.15
60+
# pydantic-core
61+
urllib3==2.0.3
5962
# via
6063
# requests
6164
# responses

requirements.txt

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,27 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --output-file=requirements.txt pyproject.toml
5+
# pip-compile --output-file=requirements.txt --resolver=backtracking pyproject.toml
66
#
7-
certifi==2022.12.7
7+
annotated-types==0.5.0
8+
# via pydantic
9+
certifi==2023.5.7
810
# via requests
9-
charset-normalizer==3.1.0
11+
charset-normalizer==3.2.0
1012
# via requests
1113
idna==3.4
1214
# via requests
13-
packaging==23.0
15+
packaging==23.1
1416
# via replicate (pyproject.toml)
15-
pydantic>=1.10.7
17+
pydantic==2.0.3
1618
# via replicate (pyproject.toml)
19+
pydantic-core==2.3.0
20+
# via pydantic
1721
requests==2.31.0
1822
# via replicate (pyproject.toml)
19-
typing-extensions==4.5.0
20-
# via pydantic
21-
urllib3==1.26.15
23+
typing-extensions==4.7.1
24+
# via
25+
# pydantic
26+
# pydantic-core
27+
urllib3==2.0.3
2228
# via requests

0 commit comments

Comments
 (0)