From 6ebbd1db8925e6975f7751908cc43a76285288cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:00:28 +0000 Subject: [PATCH 1/4] build(deps): bump types-protobuf from 5.27.0.20240626 to 5.27.0.20240907 Bumps [types-protobuf](https://github.com/python/typeshed) from 5.27.0.20240626 to 5.27.0.20240907. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-protobuf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c15cee18..cc88fc391 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -150,7 +150,7 @@ dev = [ "types-termcolor==1.1.4", "types-psutil==6.0.0.20240901", "types_requests==2.32.0.20240712", - "types-protobuf==5.27.0.20240626", + "types-protobuf==5.27.0.20240907", "deptry==0.20.0" ] build = [ From 38fa7f0b801eab00e76985c573b1754a2fac26a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 15:00:39 +0000 Subject: [PATCH 2/4] build(deps): bump build from 1.2.1 to 1.2.2 Bumps [build](https://github.com/pypa/build) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.2.1...1.2.2) --- updated-dependencies: - dependency-name: build dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0c15cee18..4ff41f303 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -160,7 +160,7 @@ build = [ # and should not conflict with other libraries/tooling. "pyinstaller==6.10.0", "setuptools==70.0.0", - "build==1.2.1" + "build==1.2.2" ] scripts = [ "jschema_to_python==1.2.3", From fe6995a6873f3fbfc63d3227a6f1e04b10b328ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 09:52:46 +0000 Subject: [PATCH 3/4] build(deps): bump pydantic from 2.7.3 to 2.9.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.7.3 to 2.9.1. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.7.3...v2.9.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 32155c091..bccdc864b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ protobuf==5.27.3 pyasn1==0.5.1 pyasn1-modules==0.3.0 pycparser==2.22 -pydantic==2.7.3 +pydantic==2.9.1 pydantic-core==2.18.4 xmltodict==0.13.0 pyelftools==0.31 From ce3ba8ec3c031099debeb05c6f7f3113c6f7636d Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 17 Sep 2024 11:54:47 +0200 Subject: [PATCH 4/4] bump pydantic-core to 2.23.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bccdc864b..79f33815a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ pyasn1==0.5.1 pyasn1-modules==0.3.0 pycparser==2.22 pydantic==2.9.1 -pydantic-core==2.18.4 +pydantic-core==2.23.3 xmltodict==0.13.0 pyelftools==0.31 pygments==2.18.0