From 79f20c20b044664138ddeea216c102ca1b73673f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Jul 2025 02:26:20 +0000 Subject: [PATCH] Bump the pip-deps group with 4 updates Bumps the pip-deps group with 4 updates: [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [gitpython](https://github.com/gitpython-developers/GitPython), [botocore](https://github.com/boto/botocore) and [boto3](https://github.com/boto/boto3). Updates `pytest-asyncio` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v1.0.0...v1.1.0) Updates `gitpython` from 3.1.44 to 3.1.45 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.44...3.1.45) Updates `botocore` from 1.39.4 to 1.39.15 - [Commits](https://github.com/boto/botocore/compare/1.39.4...1.39.15) Updates `boto3` from 1.39.4 to 1.39.15 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](https://github.com/boto/boto3/compare/1.39.4...1.39.15) --- updated-dependencies: - dependency-name: pytest-asyncio dependency-version: 1.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: gitpython dependency-version: 3.1.45 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: botocore dependency-version: 1.39.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: boto3 dependency-version: 1.39.15 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index c3ce86737..ea854a359 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,14 +11,14 @@ jsonpatch==1.33 kubernetes==30.1.0 pymongo==4.13.2 pytest==8.4.1 -pytest-asyncio==1.0.0 +pytest-asyncio==1.1.0 pycognito==2024.5.1 PyYAML==6.0.2 urllib3==2.5.0 cryptography==45.0.5 python-dateutil==2.9.0.post0 python-ldap==3.4.4 -GitPython==3.1.44 +GitPython==3.1.45 setuptools>=71.0.3 # not directly required, pinned by Snyk to avoid a vulnerability opentelemetry-api opentelemetry-sdk @@ -31,8 +31,8 @@ isort==6.0.1 shrub.py==3.10.0 pytest-mock==3.14.1 wrapt==1.17.2 -botocore==1.39.4 -boto3==1.39.4 +botocore==1.39.15 +boto3==1.39.15 python-frontmatter==1.1.0 # from kubeobject