Skip to content

chore(deps): bump the python-dependencies group across 1 directory with 2 updates#70

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python-dependencies-566e6ea456
Open

chore(deps): bump the python-dependencies group across 1 directory with 2 updates#70
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/python-dependencies-566e6ea456

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2026

Updates the requirements on beanie and gunicorn to permit the latest version.
Updates beanie to 2.0.1

Release notes

Sourced from beanie's releases.

2.0.1

Note

This release specifies and limits the last major supported version of Python to 3.13. No version of Beanie is yet compatible with Python 3.14 and above.

What's Changed

New Contributors

Full Changelog: BeanieODM/beanie@2.0.0...2.0.1

Changelog

Sourced from beanie's changelog.

2.0.1 - 2025-11-17

Fix: exclude pymongo 4.15.0 due to a known issue

Bump lazy-model

Fix: incomplete type hint for regex pattern

Fix return types of min and max methods

Handle aggregation method on the whole collection

Fix: preserve fetch_links across chained find() and find_one()

Fix: pydantic "exclude" option is not working #756

Fix pydanticdeprecatedsince211: accessing the 'model_fields' attribute on the instance is deprecated

2.0.0 - 2025-07-09

Transform asyncdocmethod[doctype, p, r] into any to fix "incorrect call arguments" warning in pycharm

Fix typos in migrations docs

Motor -> async pymongo

[1.30.0] - 2025-06-10

Docs: update backlink usage of original_field for pydantic v2

Fix: first_or_none no longer mutates findmany object (#1116)

Migration finder skips modules starting with underscore

... (truncated)

Commits
  • b090d6c Version/2.0.1 (#1245)
  • 1074907 Merge pull request #1150 from gsakkis/fix_model_fields_deprecation_warning
  • 6528764 Fix PydanticDeprecatedSince211: Accessing the 'model_fields' attribute on the...
  • dcf5f55 fix: exclude pymongo 4.15.0 due to a known issue (#1225)
  • 415c319 fix: incomplete type hint for Regex pattern (#1209)
  • 112710c bump lazy-model (#1218)
  • b2f3fda fix: Pydantic "exclude" option is not working #756 (#1154)
  • 68ca070 Fix return types of min and max methods (#1204)
  • d31a372 fix: preserve fetch_links across chained find() and find_one() (#1184)
  • 384e6be handle aggregation method on the whole collection (#1203)
  • Additional commits viewable in compare view

Updates gunicorn from 23.0.0 to 24.1.1

Release notes

Sourced from gunicorn's releases.

24.1.1

Bug Fixes

  • Fix forwarded_allow_ips and proxy_allow_ips to remain as strings for backward compatibility with external tools like uvicorn. Network validation now uses strict mode to detect invalid CIDR notation (e.g., 192.168.1.1/24 where host bits are set) (#3458, [PR #3459](benoitc/gunicorn#3459))

Full Changelog: benoitc/gunicorn@24.1.0...24.1.1

Gunicorn 24.1.0

New Features

  • Official Docker Image: Gunicorn now publishes official Docker images to GitHub Container Registry ([PR #3454](benoitc/gunicorn#3454))

    • Available at ghcr.io/benoitc/gunicorn
    • Based on Python 3.12 slim image
    • Uses recommended worker formula (2 × CPU + 1)
    • Configurable via environment variables
  • PROXY Protocol v2 Support: Extended PROXY protocol implementation to support the binary v2 format in addition to the existing text-based v1 format ([PR #3451](benoitc/gunicorn#3451))

    • New --proxy-protocol modes: off, v1, v2, auto
    • auto mode (default when enabled) detects v1 or v2 automatically
    • v2 binary format is more efficient and supports additional metadata
    • Works with HAProxy, AWS NLB/ALB, and other PROXY protocol v2 sources
  • CIDR Network Support: --forwarded-allow-ips and --proxy-allow-from now accept CIDR notation (e.g., 192.168.0.0/16) for specifying trusted networks ([PR #3449](benoitc/gunicorn#3449))

  • Socket Backlog Metric: New gunicorn.socket.backlog gauge metric reports the current socket backlog size on Linux systems ([PR #3450](benoitc/gunicorn#3450))

  • InotifyReloader Enhancement: The inotify-based reloader now watches newly imported modules, not just those loaded at startup ([PR #3447](benoitc/gunicorn#3447))

Bug Fixes

Installation

pip install gunicorn==24.1.0
</tr></table> 

... (truncated)

Commits
  • 375e79e release: bump version to 24.1.1
  • ad0c12d docs: add sponsors section to README
  • 70200ee chore: add GitHub Sponsors funding configuration
  • 6841804 docs: remove incorrect PR reference from Docker changelog entry
  • abce0ca docs: add 24.1.1 changelog entry for forwarded_allow_ips fix
  • e9a3f30 fix: keep forwarded_allow_ips as strings for backward compatibility (#3459)
  • d73ff4b docs: update main changelog with 24.1.0
  • 53f2c31 ci: allow docs deploy on workflow_dispatch
  • eab5f0b ci: trigger Docker publish on tags with or without v prefix
  • a20d3fb docs: add Docker image to 24.1.0 changelog
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 26, 2026
@dependabot dependabot bot force-pushed the dependabot/pip/python-dependencies-566e6ea456 branch from a47a007 to f1b8b7d Compare February 9, 2026 23:52
…th 2 updates

Updates the requirements on [beanie](https://github.com/BeanieODM/beanie) and [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version.

Updates `beanie` to 2.0.1
- [Release notes](https://github.com/BeanieODM/beanie/releases)
- [Changelog](https://github.com/BeanieODM/beanie/blob/main/docs/changelog.md)
- [Commits](BeanieODM/beanie@1.30.0...2.0.1)

Updates `gunicorn` from 23.0.0 to 24.1.1
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@23.0.0...24.1.1)

---
updated-dependencies:
- dependency-name: beanie
  dependency-version: 2.0.1
  dependency-type: direct:production
  dependency-group: python-dependencies
- dependency-name: gunicorn
  dependency-version: 24.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/python-dependencies-566e6ea456 branch from f1b8b7d to 2a4622f Compare February 16, 2026 21:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants