Skip to content

Commit 24ca6ce

Browse files
authored
Merge pull request #877 from GDATASoftwareAG/renovate/python/all-non-major
python: Update dependency pydantic to ~=2.12.3
2 parents 5672d15 + 20bc8a0 commit 24ca6ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ python-dotenv~=1.0
33
httpx[http2]~=0.27
44
build~=1.1
55
aiofiles~=24.1
6-
pydantic~=2.11.5
6+
pydantic~=2.12.3
77
pytest-asyncio~=1.2.0
88
pytest~=8.4.2
99
pytest-httpx~=0.35

python/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ install_requires =
2222
httpx[http2]~=0.27
2323
build~=1.1
2424
aiofiles~=24.1
25-
pydantic~=2.11.5
25+
pydantic~=2.12.3
2626
pytest-asyncio~=1.2.0
2727
pytest~=8.4.2
2828
pytest-httpx~=0.35.0

0 commit comments

Comments
 (0)