From 1a95481a7cb4d798c6dc75870e3d0286d2fed0b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 01:45:04 +0000 Subject: [PATCH] chore(deps): bump beanie from 1.8.12 to 1.29.0 Bumps [beanie](https://github.com/roman-right/beanie) from 1.8.12 to 1.29.0. - [Release notes](https://github.com/roman-right/beanie/releases) - [Changelog](https://github.com/BeanieODM/beanie/blob/main/docs/changelog.md) - [Commits](https://github.com/roman-right/beanie/compare/1.8.12...1.29.0) --- updated-dependencies: - dependency-name: beanie dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 08759db..2162604 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ anyio==4.8.0; python_version >= "3.6" and python_full_version >= "3.6.2" asgiref==3.8.1; python_full_version >= "3.6.1" and python_version >= "3.6" bcrypt==4.2.1; python_version >= "3.6" -beanie==1.8.12; python_version >= "3.7" and python_version < "4.0" +beanie==1.29.0; python_version >= "3.7" and python_version < "4.0" certifi==2024.12.14; python_full_version >= "3.6.1" cffi==1.17.1 charset-normalizer==3.4.1; python_full_version >= "3.6.1" and python_version >= "3"