Skip to content

Commit

Permalink
Merge pull request #418 from Kircheneer/u/Kircheneer-unpin-dependencies
Browse files Browse the repository at this point in the history
unpins dependencies
  • Loading branch information
Kircheneer authored Apr 10, 2024
2 parents 04b9110 + 32f4efd commit 18d7e6d
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 4 deletions.
1 change: 1 addition & 0 deletions changes/418.housekeeping
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Unpins multiple dependencies.
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 18d7e6d

Please sign in to comment.