Skip to content

Commit 2fdccd2

Browse files
committed
update constraints and run make freeze
1 parent 3f73ba8 commit 2fdccd2

File tree

4 files changed

+4
-9
lines changed

4 files changed

+4
-9
lines changed

Diff for: requirements-dev.txt

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.7
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make freeze
@@ -10,12 +10,10 @@ build==0.10.0
1010
certifi==2023.11.17
1111
click==8.1.7
1212
coverage[toml]==7.2.7
13-
exceptiongroup==1.2.0
1413
h11==0.14.0
1514
httpcore==0.17.3
1615
httpx==0.24.1
1716
idna==3.6
18-
importlib-metadata==4.2.0
1917
iniconfig==2.0.0
2018
isort==5.11.5
2119
mypy-extensions==1.0.0
@@ -31,11 +29,8 @@ pytest-cov==4.1.0
3129
pytest-repeat==0.9.3
3230
ruff==0.1.9
3331
sniffio==1.3.0
34-
tomli==2.0.1
35-
typed-ast==1.5.5
3632
typing-extensions==4.7.1
3733
wheel==0.42.0
38-
zipp==3.15.0
3934

4035
# The following packages are considered to be unsafe in a requirements file:
4136
# pip

Diff for: requirements-docs.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.7
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make freeze

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# This file is autogenerated by pip-compile with Python 3.7
2+
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
55
# make freeze

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
install_requires = ["pydantic~=1.0"]
99

1010
dev_requires = [
11-
"black>=22.1.0",
11+
"black>=24.3.0",
1212
"httpx>=0.14.2",
1313
"isort>=5.4.2",
1414
"pip-tools>=2.0.2",

0 commit comments

Comments
 (0)