Skip to content

Commit 8a4791c

Browse files
chore(deps): update dependency certifi to v2025
1 parent dc5cab4 commit 8a4791c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies = [
2727
"requests >=2.32.2, <3.0",
2828
"typing-extensions >=4.11.0, <5.0",
2929
"frozendict >=2.4.3, <3.0",
30-
"certifi >=2024.2.2, <2025.0.0",
30+
"certifi >=2025.10.5, <2025.11.0",
3131
"PyYAML >=6.0.1, <7.0.0",
3232
"cryptography >=41.0.0, <42.0.0",
3333
"python-dotenv >=1.0.0, <2.0.0",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ python-dateutil>=2.9.0,<3.0
1616
urllib3>=2.2.0,<3.0
1717
Authlib>=1.3.0,<2.0
1818
typing-extensions>=4.11.0,<5.0
19-
certifi>=2024.2.2,<2025.0.0
19+
certifi>=2025.10.5,<2025.11.0
2020
pydantic>=2.0.0,<3.0.0
2121

2222
# Development dependencies

0 commit comments

Comments
 (0)