Skip to content

Commit 5dbdcdf

Browse files
Bump the pip-deps group across 1 directory with 11 updates
Updates the requirements on [setuptools](https://github.com/pypa/setuptools), [pandas](https://github.com/pandas-dev/pandas), [requests](https://github.com/psf/requests), [boto3](https://github.com/boto/boto3), [botocore](https://github.com/boto/botocore), [asf-search](https://github.com/asfadmin/Discovery-asf_search), [cfn-lint](https://github.com/aws-cloudformation/cfn-lint), [ruff](https://github.com/astral-sh/ruff), [moto](https://github.com/getmoto/moto), [mypy](https://github.com/python/mypy) and [pytest](https://github.com/pytest-dev/pytest) to permit the latest version. Updates `setuptools` to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v80.0.0...v82.0.1) Updates `pandas` from 3.0.2 to 3.0.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v3.0.2...v3.0.3) Updates `requests` from 2.33.1 to 2.34.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.33.1...v2.34.0) Updates `boto3` from 1.42.80 to 1.43.6 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.42.80...1.43.6) Updates `botocore` from 1.42.80 to 1.43.6 - [Commits](boto/botocore@1.42.80...1.43.6) Updates `asf-search` from 12.0.6 to 12.1.0 - [Release notes](https://github.com/asfadmin/Discovery-asf_search/releases) - [Changelog](https://github.com/asfadmin/Discovery-asf_search/blob/master/CHANGELOG.md) - [Commits](asfadmin/Discovery-asf_search@v12.0.6...v12.1.0) Updates `cfn-lint` from 1.48.0 to 1.50.1 - [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases) - [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md) - [Commits](aws-cloudformation/cfn-lint@v1.48.0...v1.50.1) Updates `ruff` from 0.15.8 to 0.15.12 - [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.8...0.15.12) Updates `moto` from 5.1.22 to 5.2.1 - [Release notes](https://github.com/getmoto/moto/releases) - [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md) - [Commits](getmoto/moto@5.1.22...5.2.1) Updates `mypy` from 1.20.0 to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.20.0...v2.1.0) Updates `pytest` from 9.0.2 to 9.0.3 - [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.2...9.0.3) --- updated-dependencies: - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development dependency-group: pip-deps - dependency-name: pandas dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: requests dependency-version: 2.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: boto3 dependency-version: 1.43.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: botocore dependency-version: 1.43.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: asf-search dependency-version: 12.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: cfn-lint dependency-version: 1.50.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps - dependency-name: moto dependency-version: 5.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: mypy dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip-deps - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 14b0654 commit 5dbdcdf

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=80", "setuptools-scm>=8"]
2+
requires = ["setuptools>=82.0.1", "setuptools-scm>=8"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

requirements-all.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
-r requirements-its_live_monitoring.txt
2-
cfn-lint==1.48.0
3-
ruff==0.15.8
4-
moto==5.1.22
5-
mypy==1.20.0
6-
pytest==9.0.2
2+
cfn-lint==1.50.1
3+
ruff==0.15.12
4+
moto==5.2.1
5+
mypy==2.1.0
6+
pytest==9.0.3
77
responses==0.26.0
88
setuptools_scm==10.0.5
99
# for convenience
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
geopandas==1.1.3
22
hyp3-sdk==7.7.6
3-
pandas==3.0.2
3+
pandas==3.0.3
44
pystac-client==0.9.0
5-
requests==2.33.1
5+
requests==2.34.0
66
shapely==2.1.2
77
numpy==2.4.4
8-
boto3==1.42.80
9-
botocore[crt]==1.42.80
10-
asf_search==12.0.6
8+
boto3==1.43.6
9+
botocore[crt]==1.43.6
10+
asf_search==12.1.0

0 commit comments

Comments
 (0)