Skip to content

Commit 4138d9b

Browse files
Bump pydantic from 2.12.3 to 2.12.4
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.3 to 2.12.4. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.4/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.3...v2.12.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dab3111 commit 4138d9b

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
@@ -70,7 +70,7 @@ keywords = [
7070
dependencies = [
7171
"requests==2.32.5",
7272
"PySocks==1.7.1",
73-
"pydantic==2.12.3",
73+
"pydantic==2.12.4",
7474
"moviepy==1.0.3",
7575
"pycryptodomex==3.23.0",
7676
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requests==2.32.5
22
PySocks==1.7.1
3-
pydantic==2.12.3
3+
pydantic==2.12.4
44
moviepy==1.0.3
55
pycryptodomex==3.23.0

0 commit comments

Comments
 (0)