Skip to content

Commit

Permalink
opens prometheus-client dependency range and removes direkt drf-spect…
Browse files Browse the repository at this point in the history
…acular dependency
  • Loading branch information
Kircheneer committed Apr 12, 2024
1 parent e230203 commit 516c2ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cvprac = { version = "^1.2.2", optional = true }
dnspython = { version = "^2.1.0", optional = true }
nautobot-device-lifecycle-mgmt = { version = "^2.0.0", optional = true }
packaging = ">=21.3, <24"
prometheus-client = "^0.17.1"
prometheus-client = ">=0.17.1"
ijson = { version = ">=2.5.1", optional = true }
ipfabric = { version = "~6.0.9", optional = true }
ipfabric-diagrams = { version = "~6.0.2", optional = true }
Expand All @@ -50,7 +50,6 @@ pytz = { version = ">=2019.3", optional = true }
requests = { version = ">=2.21.0", optional = true }
requests-oauthlib = { version = ">=1.3.0", optional = true }
six = { version = ">=1.13.0", optional = true }
drf-spectacular = "^0.26.3"
httpx = { version = ">=0.23.3", optional = true }

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

0 comments on commit 516c2ca

Please sign in to comment.