Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2024
1 parent 523391b commit 7f891c9
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.1.0
pyzmq==26.2.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.1.0"],
install_requires=["pyzmq==26.2.0"],
version="0.0.1",
license="MIT",
description="Brokerless task queue",
Expand Down

0 comments on commit 7f891c9

Please sign in to comment.