Skip to content

Commit

Permalink
Bump pyzmq from 26.0.3 to 26.1.0
Browse files Browse the repository at this point in the history
Bumps [pyzmq](https://github.com/zeromq/pyzmq) from 26.0.3 to 26.1.0.
- [Release notes](https://github.com/zeromq/pyzmq/releases)
- [Commits](zeromq/pyzmq@v26.0.3...v26.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 94c6db1 commit 0f4ff73
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,2 +1,2 @@
-r requirements-documentation.txt
pyzmq==26.0.3
pyzmq==26.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
author="kaypee90",
author_email="[email protected]",
packages=["zebrok"],
install_requires=["pyzmq==26.0.3"],
install_requires=["pyzmq==26.1.0"],
version="0.0.1",
license="MIT",
description="Brokerless task queue",
Expand Down

0 comments on commit 0f4ff73

Please sign in to comment.