From c87b0acfcf7763a591e1555bc36427397683d0c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 03:54:40 +0000 Subject: [PATCH] chore(deps): Bump atproto from 0.0.55 to 0.0.57 Bumps [atproto](https://github.com/MarshalX/atproto) from 0.0.55 to 0.0.57. - [Release notes](https://github.com/MarshalX/atproto/releases) - [Changelog](https://github.com/MarshalX/atproto/blob/main/CHANGES.md) - [Commits](https://github.com/MarshalX/atproto/compare/v0.0.55...v0.0.57) --- updated-dependencies: - dependency-name: atproto dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index be1d6b67f..4ee404665 100644 --- a/poetry.lock +++ b/poetry.lock @@ -192,13 +192,13 @@ files = [ [[package]] name = "atproto" -version = "0.0.55" +version = "0.0.57" description = "The AT Protocol SDK" optional = false python-versions = "<3.14,>=3.8" files = [ - {file = "atproto-0.0.55-py3-none-any.whl", hash = "sha256:b32252bb9702df86f672d5fd5bbc905ce3865691cdbd0ece7278d7592053dde9"}, - {file = "atproto-0.0.55.tar.gz", hash = "sha256:8074181cb4647e56476c05ab36e20ff599a00366d34094a76ccc77e46498d7dd"}, + {file = "atproto-0.0.57-py3-none-any.whl", hash = "sha256:dab20db649f72a9c3a1957bb7bf367eff77f05cb716a83c0814a3020800ca0e1"}, + {file = "atproto-0.0.57.tar.gz", hash = "sha256:3a88c19310dcd452e5fd3138d2d54f728acbd58f09b1ebc757f4f268e76bbaa1"}, ] [package.dependencies] @@ -5021,4 +5021,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "3.11.2" -content-hash = "9e92c532af81fecec4b0855a320481a779b88c8e456ec7d745c47d4be4790fbb" +content-hash = "a95a45aa909ff4d16c3542564585567ab2ff72a0a451340c606706abc253a8da" diff --git a/pyproject.toml b/pyproject.toml index 86f87c393..78c96448b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -73,7 +73,7 @@ python-bitcoinrpc = "^1.0" sendgrid = "^6.11.0" matplotlib = "^3.10.0" openpyxl = "^3.1.5" -atproto = "^0.0.55" +atproto = "^0.0.57" slack-bolt = "^1.22.0" django-redis = "^5.4.0" uvicorn = "^0.34.0"