Skip to content

Commit

Permalink
unpins dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kircheneer committed Apr 10, 2024
1 parent 2fa4a38 commit 938ac50
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 4 deletions.
39 changes: 37 additions & 2 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 @@ -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,7 @@ 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"
drf-spectacular = "^0.26.3"
httpx = { version = ">=0.23.3", optional = true }

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

0 comments on commit 938ac50

Please sign in to comment.