Skip to content

Commit cd73f5e

Browse files
pip: bump the pip-updates group in /client with 2 updates
Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version. Updates `pydantic` from 2.12.2 to 2.12.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.2...v2.12.3) Updates `ruff` to 0.14.3 - [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.14.0...0.14.3) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.12.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-updates - dependency-name: ruff dependency-version: 0.14.3 dependency-type: direct:production dependency-group: pip-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f269047 commit cd73f5e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ charset-normalizer==3.4.4
44
click==8.3.0
55
configomatic==0.4.0
66
idna==3.11
7-
pydantic==2.12.2
7+
pydantic==2.12.3
88
PyYAML==6.0.3
99
requests==2.32.5
1010
typing_extensions==4.15.0

client/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ruff~=0.14.0
1+
ruff~=0.14.3
22
coverage>=4.0,!=4.4 # Apache-2.0
33
python-subunit>=0.0.18 # Apache-2.0/BSD
44
stestr>=1.0.0 # Apache-2.0

0 commit comments

Comments
 (0)