From c42c83a975e3a7899656d5ca30c79d10e0d2154a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 17:05:49 +0000 Subject: [PATCH] deps: bump atproto from 0.0.56 to 0.0.57 Bumps [atproto](https://github.com/MarshalX/atproto) from 0.0.56 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.56...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 8285f35..aabaedb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -323,13 +323,13 @@ test = ["mock (==4.*)", "pytest (==7.*)", "pytest-asyncio (==0.18.*)", "pytest-v [[package]] name = "atproto" -version = "0.0.56" +version = "0.0.57" description = "The AT Protocol SDK" optional = false python-versions = "<3.14,>=3.8" files = [ - {file = "atproto-0.0.56-py3-none-any.whl", hash = "sha256:b49f93b6fc4f09ebaf3f65bd96f4080c51841db0d591ad577df620cf48930a7c"}, - {file = "atproto-0.0.56.tar.gz", hash = "sha256:8f273dad6bf27e878ca98d58c41c85a0da275eb17f23a394057edee8220c6776"}, + {file = "atproto-0.0.57-py3-none-any.whl", hash = "sha256:dab20db649f72a9c3a1957bb7bf367eff77f05cb716a83c0814a3020800ca0e1"}, + {file = "atproto-0.0.57.tar.gz", hash = "sha256:3a88c19310dcd452e5fd3138d2d54f728acbd58f09b1ebc757f4f268e76bbaa1"}, ] [package.dependencies] @@ -3699,4 +3699,4 @@ windows = ["python-magic-bin"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.14" -content-hash = "fb06d76310c0e65ce282bdf84320089c8557c9bf8de997a08e16303957910c3d" +content-hash = "6efd65dcf7705fa36cf29dde6b5097485ac082e787e9a8ecb2f03d29a83edb0f" diff --git a/pyproject.toml b/pyproject.toml index 649bbb1..7ca18fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ gunicorn = "^23.0.0" uvicorn = "^0.34.0" aiofiles = "^24.1.0" twitter-api-client = "^0.10.22" -atproto = "^0.0.56" +atproto = "^0.0.57" pillow = "^10.0.0" python-magic = "^0.4.27" python-magic-bin = { version = "^0.4.14", optional = true }