Skip to content

Commit 0219f3c

Browse files
authored
Merge pull request #2076 from subzeroid/dependabot/pip/pydantic-2.10.2
Bump pydantic from 2.10.1 to 2.10.2
2 parents 3119c96 + 229311c commit 0219f3c

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)