From 11184311e4176d1049d6bf2d759789fa3b3fd7bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:07:26 -0600 Subject: [PATCH] chore(deps): bump beanie from 1.26.0 to 1.27.0 (#500) Bumps [beanie](https://github.com/roman-right/beanie) from 1.26.0 to 1.27.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.26.0...1.27.0) --- updated-dependencies: - dependency-name: beanie dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 17 ++++++++++++----- pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5f21a2a..b88eb5d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -70,13 +70,13 @@ typecheck = ["mypy"] [[package]] name = "beanie" -version = "1.26.0" +version = "1.27.0" description = "Asynchronous Python ODM for MongoDB" optional = false python-versions = "<4.0,>=3.7" files = [ - {file = "beanie-1.26.0-py3-none-any.whl", hash = "sha256:b45926c01d4a899c519c665c2a5f230990717e99f7fd68172a389ca33e7693b9"}, - {file = "beanie-1.26.0.tar.gz", hash = "sha256:54016f4ec71ed0ea6ce0c7946a395090c45687f254dbbe1cf06eec608383f790"}, + {file = "beanie-1.27.0-py3-none-any.whl", hash = "sha256:2cc6762bdd59b9040dd004ecbc7d4fd5ddd22e52743915e38d1f0f92f276bcaf"}, + {file = "beanie-1.27.0.tar.gz", hash = "sha256:a5eee40f1e52214afeb8558c0823d7504856884770c3d56fc3cd5765efb87314"}, ] [package.dependencies] @@ -85,12 +85,19 @@ lazy-model = "0.2.0" motor = ">=2.5.0,<4.0.0" pydantic = ">=1.10,<3.0" toml = "*" -typing-extensions = {version = ">=4.7", markers = "python_version < \"3.11\""} +typing-extensions = ">=4.7" [package.extras] +aws = ["motor[aws] (>=2.5.0,<4.0.0)"] +ci = ["requests", "toml", "types-requests"] doc = ["Markdown (>=3.3)", "Pygments (>=2.8.0)", "jinja2 (>=3.0.3)", "mkdocs (>=1.4)", "mkdocs-material (>=9.0)", "pydoc-markdown (>=4.8)"] +encryption = ["motor[encryption] (>=2.5.0,<4.0.0)"] +gssapi = ["motor[gssapi] (>=2.5.0,<4.0.0)"] +ocsp = ["motor[ocsp] (>=2.5.0,<4.0.0)"] queue = ["beanie-batteries-queue (>=0.2)"] +snappy = ["motor[snappy] (>=2.5.0,<4.0.0)"] test = ["asgi-lifespan (>=1.0.1)", "dnspython (>=2.1.0)", "fastapi (>=0.100)", "flake8 (>=3)", "httpx (>=0.23.0)", "pre-commit (>=2.3.0)", "pydantic-extra-types (>=2)", "pydantic-settings (>=2)", "pydantic[email]", "pyright (>=0)", "pytest (>=6.0.0)", "pytest-asyncio (>=0.21.0)", "pytest-cov (>=2.8.1)"] +zstd = ["motor[zstd] (>=2.5.0,<4.0.0)"] [[package]] name = "black" @@ -1929,4 +1936,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "53938c4f1e2c295466c844370923834cc7c6262b8160caa06e6aa90e7da273b8" +content-hash = "f200e80ebc3c00fd9025cce677460062dcfd86d4204b34c4a99059c2635b335d" diff --git a/pyproject.toml b/pyproject.toml index d8b80aa..2f53cd2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ fastapi-restful = {extras = ["all"], version = "^0.4.5"} python-jose = {extras = ["cryptography"], version = "^3.3.0"} passlib = {extras = ["bcrypt"], version = "^1.7.4"} python-multipart = "^0.0.12" -beanie = "^1.26.0" +beanie = "^1.27.0" [tool.poetry.dev-dependencies] pytest = "^8.3.3"