Skip to content

Commit 37bfa90

Browse files
Bump the pip-deps group across 1 directory with 6 updates
Bumps the pip-deps group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.0.0` | `1.1.0` | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.44` | `3.1.45` | | [botocore](https://github.com/boto/botocore) | `1.39.4` | `1.40.2` | | [boto3](https://github.com/boto/boto3) | `1.39.4` | `1.40.2` | | [freezegun](https://github.com/spulec/freezegun) | `1.5.3` | `1.5.4` | | [mypy](https://github.com/python/mypy) | `1.17.0` | `1.17.1` | Updates `pytest-asyncio` from 1.0.0 to 1.1.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@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](gitpython-developers/GitPython@3.1.44...3.1.45) Updates `botocore` from 1.39.4 to 1.40.2 - [Commits](boto/botocore@1.39.4...1.40.2) Updates `boto3` from 1.39.4 to 1.40.2 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.39.4...1.40.2) Updates `freezegun` from 1.5.3 to 1.5.4 - [Release notes](https://github.com/spulec/freezegun/releases) - [Changelog](https://github.com/spulec/freezegun/blob/master/CHANGELOG) - [Commits](spulec/freezegun@1.5.3...1.5.4) Updates `mypy` from 1.17.0 to 1.17.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.17.0...v1.17.1) --- 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.40.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: boto3 dependency-version: 1.40.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: freezegun dependency-version: 1.5.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: mypy dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 79543a3 commit 37bfa90

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

requirements.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jsonpatch==1.33
1111
kubernetes==30.1.0
1212
pymongo==4.13.2
1313
pytest==8.4.1
14-
pytest-asyncio==1.0.0
14+
pytest-asyncio==1.1.0
1515
pycognito==2024.5.1
1616
PyYAML==6.0.2
1717
urllib3==2.5.0
1818
cryptography==45.0.5
1919
python-dateutil==2.9.0.post0
2020
python-ldap==3.4.4
21-
GitPython==3.1.44
21+
GitPython==3.1.45
2222
setuptools>=71.0.3 # not directly required, pinned by Snyk to avoid a vulnerability
2323
opentelemetry-api
2424
opentelemetry-sdk
@@ -31,16 +31,16 @@ isort==6.0.1
3131
shrub.py==3.10.0
3232
pytest-mock==3.14.1
3333
wrapt==1.17.2
34-
botocore==1.39.4
35-
boto3==1.39.4
34+
botocore==1.40.2
35+
boto3==1.40.2
3636
python-frontmatter==1.1.0
3737

3838
# from kubeobject
39-
freezegun==1.5.3
39+
freezegun==1.5.4
4040
python-box==7.3.2
4141
autopep8==2.3.2
4242
flake8-isort==6.1.2
43-
mypy==1.17.0
43+
mypy==1.17.1
4444
types-freezegun==1.1.10
4545
types-PyYAML==6.0.12.20250516
4646
types-pytz==2025.2.0.20250516

0 commit comments

Comments
 (0)