Skip to content

Commit

Permalink
Merge pull request #17 from subzeroid/dependabot/pip/orjson-3.10.0
Browse files Browse the repository at this point in the history
Bump orjson from 3.9.15 to 3.10.0
subzeroid authored Mar 29, 2024
2 parents 75d5339 + 681d102 commit cc5505a
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
httpx==0.27.0
orjson==3.9.15
orjson==3.10.0
pydantic==2.6.4
moviepy==1.0.3
pycryptodomex==3.20.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -19,7 +19,7 @@

requirements = [
"httpx==0.27.0",
"orjson==3.9.15",
"orjson==3.10.0",
"pydantic==2.6.4",
"moviepy==1.0.3",
"pycryptodomex==3.20.0",

0 comments on commit cc5505a

Please sign in to comment.