Skip to content

Commit

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

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

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 May 9, 2024
1 parent a91255f commit e113a80
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.2
pyzmq==26.0.3
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.2"],
install_requires=["pyzmq==26.0.3"],
version="0.0.1",
license="MIT",
description="Brokerless task queue",
Expand Down

0 comments on commit e113a80

Please sign in to comment.