Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Dec 16, 2024
1 parent 53efe6d commit 493ecc6
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 97 deletions.
144 changes: 48 additions & 96 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ nodeman_client = "nodeman.client:main"

[tool.poetry.dependencies]
python = "^3.12"
dnstapir = {git = "https://github.com/dnstapir/python-dnstapir.git", rev = "v1.0.1", extras = ["opentelemetry"]}
dnstapir = {git = "https://github.com/dnstapir/python-dnstapir.git", rev = "v1.1.0", extras = ["opentelemetry"]}
mongoengine = "^0.29.0"
fastapi = ">=0.114.0"
uvicorn = ">=0.30.1"
Expand All @@ -23,6 +23,7 @@ namesgenerator = "^0.3"
jwcrypto = "^1.5.6"
httpx = "^0.28.0"
argon2-cffi = "^23.1.0"
redis = "^5.2.1"

[tool.poetry.group.dev.dependencies]
pytest = "^8.3.4"
Expand Down

0 comments on commit 493ecc6

Please sign in to comment.