Skip to content

Commit

Permalink
Use copykitten version that fixes an initialization error
Browse files Browse the repository at this point in the history
  • Loading branch information
Klavionik committed Aug 26, 2024
1 parent 4a7e35f commit 4ee9a49
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async-timeout = { version = "^4.0.3", markers = "python_version < '3.11'" }
backports-strenum = { version = "^1.2.8", markers = "python_version < '3.11'" }
sentry-sdk = "^2.8.0"
aioprometheus = {version = "^23.3.0", optional = true}
copykitten = { version = "^1.2.0", optional = true }
copykitten = { version = "^1.2.1", optional = true }
tenacity = { version = "^8.4.1", optional = true }
pymitter = "^0.5.1"
sentry-offline-transport = { version = "^1.0.0", optional = true }
Expand Down

0 comments on commit 4ee9a49

Please sign in to comment.