Skip to content

Commit

Permalink
Merge pull request #150 from fvaleye/dependabot/pip/datadog-0.45.0
Browse files Browse the repository at this point in the history
Bump datadog from 0.44.0 to 0.45.0
  • Loading branch information
fvaleye authored Mar 22, 2023
2 parents 2524c54 + 19efe07 commit 90b4467
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 @@ -26,7 +26,7 @@ pydantic = "^1.9.1"
typer = "^0.7.0"
ec2-metadata = "^2.11.0"
python-dotenv = ">=0.21,<1.1"
datadog = {version = "^0.44.0", optional = true}
datadog = {version = ">=0.44,<0.46", optional = true}
prometheus-client = {version = "^0.16", optional = true}
kubernetes = {version = "^26.1.0", optional = true}

Expand All @@ -44,7 +44,7 @@ sphinx = "^6.1.3"
pydata-sphinx-theme = "^0.13.1"
toml = "^0.10.2"
types-ujson = "^5.7.0"
datadog = "^0.44.0"
datadog = ">=0.44,<0.46"
prometheus-client = "^0.16"
types-requests = "^2.28.11"
bandit = "^1.7.4"
Expand Down

0 comments on commit 90b4467

Please sign in to comment.