From 6db19ba259a4622a4211b989e795d7b35a1779b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 16:37:24 +0000 Subject: [PATCH] build(deps): update atproto requirement from >=0.0.65 to >=0.0.67 Updates the requirements on [atproto](https://github.com/MarshalX/atproto) to permit the latest version. - [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.65...v0.0.67) --- updated-dependencies: - dependency-name: atproto dependency-version: 0.0.67 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 413005b9..7fa30692 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,4 +56,4 @@ winpaths==0.2 wxPython==4.2.5 youtube-dl==2021.12.17 zipp==4.1.0 -atproto>=0.0.65 +atproto>=0.0.67