Skip to content

Commit

Permalink
chore: update pysnmplib to 5.0.24 (#948)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajasnosz authored Jan 29, 2024
1 parent f297dd5 commit 70ab82e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 26 deletions.
28 changes: 4 additions & 24 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pyrate-limiter = "^2.10.0"
requests-cache = "^1.0.0"
requests-ratelimiter = "^0.4.0"
mongoengine = "^0.27.0"
celery-redbeat = {git = "https://github.com/splunk/redbeat", rev = "main"}
celery-redbeat = {git = "https://github.com/splunk/redbeat", branch = "main"}
PyYAML = "^6.0"
#Note this is temporary PR to upstream project is issued
wait-for-dep = {extras = ["redis"], git="https://github.com/omrozowicz-splunk/wait-for-dep.git"}
Expand All @@ -44,7 +44,7 @@ pika = "^1.2.0"
JSON-log-formatter ="^0.5.1"
"ruamel.yaml" = "^0.18.0"
mkdocs-video = "^1.5.0"
pysnmplib = {git = "https://github.com/pysnmp/pysnmp.git", rev = "main"}
pysnmplib = {git = "https://github.com/pysnmp/pysnmp.git", branch = "main"}
urllib3 = "^1.26.17"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 70ab82e

Please sign in to comment.