Skip to content

Commit

Permalink
Merge pull request #385 from fvaleye/dependabot/pip/prometheus-client…
Browse files Browse the repository at this point in the history
…-0.21.0

build(deps): Bump prometheus-client from 0.20.0 to 0.21.0
  • Loading branch information
fvaleye authored Nov 18, 2024
2 parents c5221d5 + a6f45f8 commit 144efae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 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 @@ -28,7 +28,7 @@ ec2-metadata = "^2.13.0"
python-dotenv = ">=0.21,<1.1"
asyncer = ">=0.0.5,<0.0.8"
datadog = {version = ">=0.44,<0.51", optional = true}
prometheus-client = {version = ">=0.16,<0.21", optional = true}
prometheus-client = {version = ">=0.16,<0.22", optional = true}
kubernetes = {version = ">=26.1,<32.0", optional = true}

[tool.poetry.dev-dependencies]
Expand All @@ -45,7 +45,7 @@ pydata-sphinx-theme = "^0.14.4"
toml = "^0.10.2"
types-ujson = "^5.10.0"
datadog = ">=0.44,<0.51"
prometheus-client = ">=0.16,<0.21"
prometheus-client = ">=0.16,<0.22"
types-requests = "^2.31.0"
bandit = "^1.7.9"
radon = "^6.0.1"
Expand Down

0 comments on commit 144efae

Please sign in to comment.