Skip to content

Commit c0e28bd

Browse files
fix(deps): update all non-major dependencies
1 parent c645675 commit c0e28bd

File tree

3 files changed

+102
-94
lines changed

3 files changed

+102
-94
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
]
77
dependencies = [
88
"PyYaml",
9-
"pydantic!=2.10.*",
9+
"pydantic!=2.10",
1010
"email-validator",
1111
"yarl",
1212
"httpx",

requirements.txt

+8-8
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@
22
# Please do not edit it manually.
33

44
annotated-types==0.7.0
5-
anyio==4.6.2.post1
6-
certifi==2024.8.30
5+
anyio==4.7.0
6+
certifi==2024.12.14
77
dnspython==2.7.0
88
email-validator==2.2.0
99
exceptiongroup==1.2.2
1010
h11==0.14.0
11-
httpcore==1.0.6
12-
httpx==0.27.2
11+
httpcore==1.0.7
12+
httpx==0.28.1
1313
idna==3.10
1414
jmespath==1.0.1
1515
more-itertools==10.5.0
1616
multidict==6.1.0
17-
propcache==0.2.0
18-
pydantic==2.9.2
19-
pydantic-core==2.23.4
17+
propcache==0.2.1
18+
pydantic==2.10.4
19+
pydantic-core==2.27.2
2020
pyyaml==6.0.2
2121
sniffio==1.3.1
2222
typing-extensions==4.12.2
23-
yarl==1.17.1
23+
yarl==1.18.3

0 commit comments

Comments
 (0)