Skip to content

Commit

Permalink
Merge pull request #70 from subzeroid/dependabot/pip/orjson-3.10.6
Browse files Browse the repository at this point in the history
Build(deps): bump orjson from 3.10.5 to 3.10.6
  • Loading branch information
subzeroid authored Jul 29, 2024
2 parents 69f9b90 + 0c3655b commit d4e97f1
Show file tree
Hide file tree
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.10.5
orjson==3.10.6
pydantic==2.8.2
moviepy==1.0.3
pycryptodomex==3.20.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

requirements = [
"httpx==0.27.0",
"orjson==3.10.5",
"orjson==3.10.6",
"pydantic==2.8.2",
"moviepy==1.0.3",
"pycryptodomex==3.20.0",
Expand Down

0 comments on commit d4e97f1

Please sign in to comment.