Skip to content

chore(libs/deps): Bump the production-dependencies group across 1 directory with 4 updates #10187

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 18, 2025

Bumps the production-dependencies group with 4 updates in the /autogpt_platform/autogpt_libs directory: pydantic, pytest-mock, supabase and fastapi.

Updates pydantic from 2.11.4 to 2.11.7

Release notes

Sourced from pydantic's releases.

v2.11.7 2025-06-14

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.11.6...v2.11.7

v2.11.6 2025-06-13

v2.11.6 (2025-06-13)

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.11.5...v2.11.6

v2.11.5 2025-05-22

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.11.4...v2.11.5

Changelog

Sourced from pydantic's changelog.

v2.11.7 (2025-06-14)

GitHub release

What's Changed

Fixes

  • Copy FieldInfo instance if necessary during FieldInfo build by @​Viicos in #11898

v2.11.6 (2025-06-13)

GitHub release

What's Changed

Fixes

v2.11.5 (2025-05-22)

GitHub release

What's Changed

Fixes

Commits
  • 5f033e4 Prepare release v2.11.7
  • c3368b8 Copy FieldInfo instance if necessary during FieldInfo build (#11980)
  • 3987b23 Prepare release v2.11.6
  • dc7a9d2 Always store the original field assignment on FieldInfo
  • c284c27 Rebuild dataclass fields before schema generation
  • 5e6d1dc Prepare release v2.11.5
  • 1b63218 Do not duplicate metadata on model rebuild (#11902)
  • 5aefad8 Do not delete mock validator/serializer in model_rebuild()
  • 8fbe658 Check if FieldInfo is complete after applying type variable map
  • 12b371a Update documentation about @dataclass_transform support
  • Additional commits viewable in compare view

Updates pytest-mock from 3.14.0 to 3.14.1

Release notes

Sourced from pytest-mock's releases.

v3.14.1

  • #503: Python 3.14 is now officially supported.
Changelog

Sourced from pytest-mock's changelog.

3.14.1 (2025-08-26)

  • [#503](https://github.com/pytest-dev/pytest-mock/issues/503) <https://github.com/pytest-dev/pytest-mock/pull/503>_: Python 3.14 is now officially supported.
Commits

Updates supabase from 2.15.1 to 2.15.3

Release notes

Sourced from supabase's releases.

v2.15.3

2.15.3 (2025-06-09)

Bug Fixes

v2.15.2

2.15.2 (2025-05-23)

Bug Fixes

Changelog

Sourced from supabase's changelog.

2.15.3 (2025-06-09)

Bug Fixes

2.15.2 (2025-05-23)

Bug Fixes

Commits

Updates fastapi from 0.115.12 to 0.115.13

Release notes

Sourced from fastapi's releases.

0.115.13

Fixes

  • 🐛 Fix truncating the model's description with form feed (\f) character for Pydantic V2. PR #13698 by @​YuriiMotov.

Refactors

Upgrades

Docs

Translations

... (truncated)

Commits
  • 4734df1 🔖 Release version 0.115.13
  • cdf6b31 📝 Update release notes
  • dfe9dde 📝 Add annotations to HTTP middleware example (#11530)
  • 9957956 📝 Update release notes
  • aebff50 ✨ Add refreshUrl parameter in OAuth2PasswordBearer (#11460)
  • 64834d4 📝 Update release notes
  • 30b9dfb 🚸 Set format to password for fields password and client_secret in `OAuth2...
  • 6b5b26f 📝 Update release notes
  • 3f908a4 📝 Clarify in CORS docs that wildcards and credentials are mutually exclusive ...
  • 01c3ad2 📝 Update release notes
  • 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

…ectory with 4 updates

Bumps the production-dependencies group with 4 updates in the /autogpt_platform/autogpt_libs directory: [pydantic](https://github.com/pydantic/pydantic), [pytest-mock](https://github.com/pytest-dev/pytest-mock), [supabase](https://github.com/supabase/supabase-py) and [fastapi](https://github.com/fastapi/fastapi).


Updates `pydantic` from 2.11.4 to 2.11.7
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.11.4...v2.11.7)

Updates `pytest-mock` from 3.14.0 to 3.14.1
- [Release notes](https://github.com/pytest-dev/pytest-mock/releases)
- [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest-mock@v3.14.0...v3.14.1)

Updates `supabase` from 2.15.1 to 2.15.3
- [Release notes](https://github.com/supabase/supabase-py/releases)
- [Changelog](https://github.com/supabase/supabase-py/blob/main/CHANGELOG.md)
- [Commits](supabase/supabase-py@v2.15.1...v2.15.3)

Updates `fastapi` from 0.115.12 to 0.115.13
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.12...0.115.13)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.11.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: pytest-mock
  dependency-version: 3.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: supabase
  dependency-version: 2.15.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: fastapi
  dependency-version: 0.115.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Jun 18, 2025
@dependabot dependabot bot requested a review from a team as a code owner June 18, 2025 16:51
@dependabot dependabot bot added dependencies python Pull requests that update Python code labels Jun 18, 2025
@dependabot dependabot bot requested review from Swiftyos and majdyz and removed request for a team June 18, 2025 16:51
@github-project-automation github-project-automation bot moved this to 🆕 Needs initial review in AutoGPT development kanban Jun 18, 2025
Copy link

netlify bot commented Jun 18, 2025

Deploy Preview for auto-gpt-docs-dev canceled.

Name Link
🔨 Latest commit 307d138
🔍 Latest deploy log https://app.netlify.com/projects/auto-gpt-docs-dev/deploys/6852ee7ed1e6900008b035e6

Copy link

netlify bot commented Jun 18, 2025

Deploy Preview for auto-gpt-docs canceled.

Name Link
🔨 Latest commit 307d138
🔍 Latest deploy log https://app.netlify.com/projects/auto-gpt-docs/deploys/6852ee7eb5b6cb000801a2e5

Copy link

deepsource-io bot commented Jun 18, 2025

Here's the code health analysis summary for commits 753a2bf..307d138. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗
DeepSource Python LogoPython✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 23, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jun 23, 2025
@dependabot dependabot bot deleted the dependabot/pip/autogpt_platform/autogpt_libs/dev/production-dependencies-0d8e48912c branch June 23, 2025 17:17
@github-project-automation github-project-automation bot moved this from 🆕 Needs initial review to ✅ Done in AutoGPT development kanban Jun 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies python Pull requests that update Python code size/m
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

0 participants