Skip to content

Commit

Permalink
Merge pull request #2747 from phillxnet/2746-Update-pyzmq-dependency-…
Browse files Browse the repository at this point in the history
…to-latest

Update pyzmq dependency to latest #2746
  • Loading branch information
phillxnet authored Nov 16, 2023
2 parents 23a8df9 + 8098cc2 commit e7edab7
Show file tree
Hide file tree
Showing 2 changed files with 100 additions and 36 deletions.
134 changes: 99 additions & 35 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ huey = "*"
psutil = "==5.9.4"
# mock = "==1.0.1" now part of std lib in Python 3.3 onwards as unittest.mock
# pyzmq requires libzmq5 on system unless in wheel form.
pyzmq = "==19.0.2" # Last specifying Python 2 on PyPi page.
pyzmq = "*"
distro = "*"
URLObject = "==2.1.1"
# https://pypi.org/project/supervisor/ 4.1.0 onwards embeds unmaintained meld3
Expand Down

0 comments on commit e7edab7

Please sign in to comment.