Skip to content

Commit

Permalink
Build(deps): bump orjson from 3.10.7 to 3.10.12
Browse files Browse the repository at this point in the history
Bumps [orjson](https://github.com/ijl/orjson) from 3.10.7 to 3.10.12.
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.10.7...3.10.12)

---
updated-dependencies:
- dependency-name: orjson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent 1c476d3 commit 7297dfc
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.2
orjson==3.10.7
orjson==3.10.12
pydantic==2.9.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.2",
"orjson==3.10.7",
"orjson==3.10.12",
"pydantic==2.9.2",
"moviepy==1.0.3",
"pycryptodomex==3.20.0",
Expand Down

0 comments on commit 7297dfc

Please sign in to comment.