diff options
author | 2023-11-27 17:15:08 +0000 | |
---|---|---|
committer | 2023-11-27 17:46:03 +0000 | |
commit | 061553052db79de24f1d3b84d927e35438a3fa33 (patch) | |
tree | ef84fc17f04f02d7555b7dd1caaec0fb225495df /poetry.lock | |
parent | Bump dev deps to latest (diff) |
Mark lib deps using tilda version specifiers
This allows users of the lib to use newer versions of these libraries without us having to cut a new release
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/poetry.lock b/poetry.lock index 512e4ae8..3f7747da 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2048,4 +2048,4 @@ async-rediscache = ["async-rediscache"] [metadata] lock-version = "2.0" python-versions = "3.10.* || 3.11.*" -content-hash = "261d31535b3269386f252a4ad53bc4e3b64191b839bd067013b31f2f95fab5f7" +content-hash = "ac1061c4d50d038e2e7f0a88e5cb543d49ba384d6a6df0f578a9744e9fe9c6f8" |