Skip to content

Commit

Permalink
Build(deps): bump zstandard from 0.22.0 to 0.23.0
Browse files Browse the repository at this point in the history
Bumps [zstandard](https://github.com/indygreg/python-zstandard) from 0.22.0 to 0.23.0.
- [Release notes](https://github.com/indygreg/python-zstandard/releases)
- [Changelog](https://github.com/indygreg/python-zstandard/blob/main/docs/news.rst)
- [Commits](indygreg/python-zstandard@0.22.0...0.23.0)

---
updated-dependencies:
- dependency-name: zstandard
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 46e6045 commit b8913ff
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
Expand Up @@ -3,4 +3,4 @@ orjson==3.10.5
pydantic==2.8.0
moviepy==1.0.3
pycryptodomex==3.20.0
zstandard==0.22.0
zstandard==0.23.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"pydantic==2.8.0",
"moviepy==1.0.3",
"pycryptodomex==3.20.0",
"zstandard==0.22.0",
"zstandard==0.23.0",
]

setup(
Expand Down

0 comments on commit b8913ff

Please sign in to comment.