Skip to content

Commit 229311c

Browse files
Bump pydantic from 2.10.1 to 2.10.2
Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.10.1 to 2.10.2. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.10.1...v2.10.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1998120 commit 229311c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
requests==2.32.3
22
PySocks==1.7.1
3-
pydantic==2.10.1
3+
pydantic==2.10.2
44
moviepy==1.0.3
55
pycryptodomex==3.21.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
requirements = [
2222
"requests<3.0,>=2.25.1",
2323
"PySocks==1.7.1",
24-
"pydantic==2.10.1",
24+
"pydantic==2.10.2",
2525
"pycryptodomex==3.21.0",
2626
]
2727
# requirements = [

0 commit comments

Comments
 (0)