Skip to content

Commit c11ea47

Browse files
chore(deps): bump the patch-minor-updates group across 1 directory with 18 updates
Bumps the patch-minor-updates group with 18 updates in the / directory: | Package | From | To | | --- | --- | --- | | [ruff](https://github.com/astral-sh/ruff) | `0.15.1` | `0.16.1` | | [mypy](https://github.com/python/mypy) | `1.19.1` | `1.20.2` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.5.1` | `4.6.1` | | [bandit](https://github.com/PyCQA/bandit) | `1.9.2` | `1.9.4` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.3.0` | `1.4.0` | | [pytest-subprocess](https://github.com/aklajnert/pytest-subprocess) | `1.5.3` | `1.6.0` | | [vcrpy](https://github.com/kevin1024/vcrpy) | `8.2.1` | `8.3.0` | | [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) | `4.0.1` | `4.1.0` | | [types-requests](https://github.com/python/typeshed) | `2.31.0.20240406` | `2.33.0.20260712` | | [types-regex](https://github.com/python/typeshed) | `2026.1.15.20260116` | `2026.7.19.20260720` | | [boto3-stubs[bedrock-runtime]](https://github.com/youtype/mypy_boto3_builder) | `1.42.40` | `1.43.65` | | [types-pymysql](https://github.com/python/typeshed) | `1.1.0.20250916` | `1.2.0.20260724` | | [commitizen](https://github.com/commitizen-tools/commitizen) | `4.16.3` | `4.17.0` | | [pydantic](https://github.com/pydantic/pydantic) | `2.12.5` | `2.13.4` | | [openai](https://github.com/openai/openai-python) | `2.41.0` | `2.53.0` | | [pymupdf](https://github.com/pymupdf/pymupdf) | `1.26.7` | `1.28.0` | | [tinytag](https://github.com/tinytag/tinytag) | `2.2.1` | `2.3.0` | Updates `ruff` from 0.15.1 to 0.16.1 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.15.1...0.16.1) Updates `mypy` from 1.19.1 to 1.20.2 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.19.1...v1.20.2) Updates `pre-commit` from 4.5.1 to 4.6.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.5.1...v4.6.1) Updates `bandit` from 1.9.2 to 1.9.4 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.9.2...1.9.4) Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.1) Updates `pytest-asyncio` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.3.0...v1.4.0) Updates `pytest-subprocess` from 1.5.3 to 1.6.0 - [Release notes](https://github.com/aklajnert/pytest-subprocess/releases) - [Changelog](https://github.com/aklajnert/pytest-subprocess/blob/master/HISTORY.rst) - [Commits](aklajnert/pytest-subprocess@1.5.3...1.6.0) Updates `vcrpy` from 8.2.1 to 8.3.0 - [Release notes](https://github.com/kevin1024/vcrpy/releases) - [Changelog](https://github.com/kevin1024/vcrpy/blob/master/docs/changelog.rst) - [Commits](kevin1024/vcrpy@v8.2.1...v8.3.0) Updates `pytest-randomly` from 4.0.1 to 4.1.0 - [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-randomly@4.0.1...4.1.0) Updates `types-requests` from 2.31.0.20240406 to 2.33.0.20260712 - [Commits](https://github.com/python/typeshed/commits) Updates `types-regex` from 2026.1.15.20260116 to 2026.7.19.20260720 - [Commits](https://github.com/python/typeshed/commits) Updates `boto3-stubs[bedrock-runtime]` from 1.42.40 to 1.43.65 - [Release notes](https://github.com/youtype/mypy_boto3_builder/releases) - [Commits](https://github.com/youtype/mypy_boto3_builder/commits) Updates `types-pymysql` from 1.1.0.20250916 to 1.2.0.20260724 - [Commits](https://github.com/python/typeshed/commits) Updates `commitizen` from 4.16.3 to 4.17.0 - [Release notes](https://github.com/commitizen-tools/commitizen/releases) - [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) - [Commits](commitizen-tools/commitizen@v4.16.3...v4.17.0) Updates `pydantic` from 2.12.5 to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.5...v2.13.4) Updates `openai` from 2.41.0 to 2.53.0 - [Release notes](https://github.com/openai/openai-python/releases) - [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md) - [Commits](openai/openai-python@v2.41.0...v2.53.0) Updates `pymupdf` from 1.26.7 to 1.28.0 - [Release notes](https://github.com/pymupdf/pymupdf/releases) - [Changelog](https://github.com/pymupdf/PyMuPDF/blob/main/changes.txt) - [Commits](pymupdf/PyMuPDF@1.26.7...1.28.0) Updates `tinytag` from 2.2.1 to 2.3.0 - [Release notes](https://github.com/tinytag/tinytag/releases) - [Commits](tinytag/tinytag@2.2.1...2.3.0) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: patch-minor-updates - dependency-name: boto3-stubs[bedrock-runtime] dependency-version: 1.43.62 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-minor-updates - dependency-name: commitizen dependency-version: 4.17.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-minor-updates - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-minor-updates - dependency-name: openai dependency-version: 2.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor-updates - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-minor-updates - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor-updates - dependency-name: pymupdf dependency-version: 1.28.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor-updates - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-minor-updates - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-minor-updates - dependency-name: pytest-randomly dependency-version: 4.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-minor-updates - dependency-name: pytest-subprocess dependency-version: 1.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-minor-updates - dependency-name: ruff dependency-version: 0.16.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-minor-updates - dependency-name: tinytag dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: patch-minor-updates - dependency-name: types-pymysql dependency-version: 1.2.0.20260724 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-minor-updates - dependency-name: types-regex dependency-version: 2026.7.19.20260720 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-minor-updates - dependency-name: types-requests dependency-version: 2.33.0.20260712 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-minor-updates - dependency-name: vcrpy dependency-version: 8.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: patch-minor-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 17f107c commit c11ea47

8 files changed

Lines changed: 276 additions & 275 deletions

File tree

lib/cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ requires-python = ">=3.10, <3.14"
1010
dependencies = [
1111
"crewai-core==1.15.14",
1212
"click>=8.1.7,<9",
13-
"pydantic>=2.11.9,<2.13",
13+
"pydantic>=2.13.4,<2.14",
1414
"pydantic-settings>=2.14.2,<3",
1515
"appdirs~=1.4.4",
1616
"cryptography>=42.0",

lib/crewai-core/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies = [
1414
"packaging>=23.0",
1515
"portalocker~=2.7.0",
1616
"pyjwt>=2.13.0,<3",
17-
"pydantic>=2.11.9,<2.13",
17+
"pydantic>=2.13.4,<2.14",
1818
"rich>=13.7.1",
1919
"opentelemetry-api~=1.42.0",
2020
"opentelemetry-sdk~=1.42.0",

lib/crewai-files/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies = [
1313
"python-magic>=0.4.27",
1414
"aiocache~=0.12.3",
1515
"aiofiles~=24.1.0",
16-
"tinytag~=2.2.1",
16+
"tinytag~=2.3.0",
1717
"av~=13.0.0",
1818
]
1919

lib/crewai-tools/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"beautifulsoup4~=4.13.4",
1616
"python-docx~=1.2.0",
1717
"youtube-transcript-api~=1.2.2",
18-
"pymupdf~=1.26.6",
18+
"pymupdf~=1.28.0",
1919
]
2020

2121

lib/crewai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"crewai-core==1.15.14",
1212
"crewai-cli==1.15.14",
1313
# Core Dependencies
14-
"pydantic>=2.11.9,<2.13",
14+
"pydantic>=2.13.4,<2.14",
1515
"openai>=2.30.0,<3",
1616
"instructor>=1.3.3",
1717
# Text Processing

lib/devtools/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ private = true
1212
dependencies = [
1313
"click>=8.1.7,<9",
1414
"tomlkit~=0.13.2",
15-
"openai>=1.83.0,<3",
15+
"openai>=2.53.0,<3",
1616
"python-dotenv>=1.2.2,<2",
1717
"pygithub~=1.59.1",
1818
"pyyaml~=6.0",

pyproject.toml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,29 +8,29 @@ authors = [
88

99
[dependency-groups]
1010
dev = [
11-
"ruff==0.15.1",
12-
"mypy==1.19.1",
13-
"pre-commit==4.5.1",
14-
"bandit==1.9.2",
15-
"pytest==9.0.3",
16-
"pytest-asyncio==1.3.0",
17-
"pytest-subprocess==1.5.3",
18-
"vcrpy==8.2.1", # pinned, lower versions break pytest-recording
11+
"ruff==0.16.1",
12+
"mypy==1.20.2",
13+
"pre-commit==4.6.1",
14+
"bandit==1.9.4",
15+
"pytest==9.1.1",
16+
"pytest-asyncio==1.4.0",
17+
"pytest-subprocess==1.6.0",
18+
"vcrpy==8.3.0", # pinned, lower versions break pytest-recording
1919
"pytest-recording==0.13.4",
20-
"pytest-randomly==4.0.1",
20+
"pytest-randomly==4.1.0",
2121
"pytest-timeout==2.4.0",
2222
"pytest-xdist==3.8.0",
2323
"pytest-split==0.11.0",
24-
"types-requests~=2.31.0.6",
24+
"types-requests~=2.33.0.20260712",
2525
"types-pyyaml==6.0.*",
26-
"types-regex==2026.1.15.*",
26+
"types-regex==2026.7.19.*",
2727
"types-appdirs==1.4.*",
28-
"boto3-stubs[bedrock-runtime]==1.42.40",
28+
"boto3-stubs[bedrock-runtime]==1.43.65",
2929
"types-psycopg2==2.9.21.20251012",
30-
"types-pymysql==1.1.0.20250916",
30+
"types-pymysql==1.2.0.20260724",
3131
"types-aiofiles~=25.1.0",
3232
"types-redis~=4.6",
33-
"commitizen>=4.13.9",
33+
"commitizen>=4.17.0",
3434
"pip-audit==2.9.0",
3535
]
3636

uv.lock

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

0 commit comments

Comments
 (0)