Skip to content

Commit 789222f

Browse files
chore(libs/deps): bump the production-dependencies group
Bumps the production-dependencies group in /autogpt_platform/autogpt_libs with 3 updates: [pydantic](https://github.com/pydantic/pydantic), [pytest-mock](https://github.com/pytest-dev/pytest-mock) and [supabase](https://github.com/supabase/supabase-py). Updates `pydantic` from 2.11.4 to 2.11.5 - [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.5) 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.2 - [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.2) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.5 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.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f2b9d0 commit 789222f

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

autogpt_platform/autogpt_libs/poetry.lock

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

autogpt_platform/autogpt_libs/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ python = ">=3.10,<4.0"
1111
colorama = "^0.4.6"
1212
expiringdict = "^1.2.2"
1313
google-cloud-logging = "^3.12.1"
14-
pydantic = "^2.11.4"
14+
pydantic = "^2.11.5"
1515
pydantic-settings = "^2.9.1"
1616
pyjwt = "^2.10.1"
1717
pytest-asyncio = "^0.26.0"
18-
pytest-mock = "^3.14.0"
19-
supabase = "^2.15.1"
18+
pytest-mock = "^3.14.1"
19+
supabase = "^2.15.2"
2020

2121
[tool.poetry.group.dev.dependencies]
2222
redis = "^5.2.1"

0 commit comments

Comments
 (0)