Skip to content

Commit 761e53c

Browse files
fix: bump the python-packages group across 1 directory with 8 updates
Bumps the python-packages group with 8 updates in the /images/python-arcgis directory: | Package | From | To | | --- | --- | --- | | [geopandas](https://github.com/geopandas/geopandas) | `1.1.1` | `1.1.2` | | [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.1.1` | `1.2.1` | | [boto3](https://github.com/boto/boto3) | `1.34.52` | `1.42.17` | | [datadog-api-client](https://github.com/DataDog/datadog-api-client-python) | `2.44.0` | `2.48.0` | | [pyshp](https://github.com/GeospatialPython/pyshp) | `2.3.1` | `3.0.3` | | [gdal](https://github.com/OSGeo/GDAL) | `3.6.4` | `3.12.1` | | [azure-storage-blob](https://github.com/Azure/azure-sdk-for-python) | `12.26.0` | `12.27.1` | | arcgis-mapping | `4.31.0` | `4.33.0` | Updates `geopandas` from 1.1.1 to 1.1.2 - [Release notes](https://github.com/geopandas/geopandas/releases) - [Changelog](https://github.com/geopandas/geopandas/blob/main/CHANGELOG.md) - [Commits](geopandas/geopandas@v1.1.1...v1.1.2) Updates `python-dotenv` from 1.1.1 to 1.2.1 - [Release notes](https://github.com/theskumar/python-dotenv/releases) - [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md) - [Commits](theskumar/python-dotenv@v1.1.1...v1.2.1) Updates `boto3` from 1.34.52 to 1.42.17 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.34.52...1.42.17) Updates `datadog-api-client` from 2.44.0 to 2.48.0 - [Release notes](https://github.com/DataDog/datadog-api-client-python/releases) - [Changelog](https://github.com/DataDog/datadog-api-client-python/blob/master/CHANGELOG.md) - [Commits](DataDog/datadog-api-client-python@2.44.0...2.48.0) Updates `pyshp` from 2.3.1 to 3.0.3 - [Release notes](https://github.com/GeospatialPython/pyshp/releases) - [Changelog](https://github.com/GeospatialPython/pyshp/blob/master/changelog.txt) - [Commits](GeospatialPython/pyshp@2.3.1...3.0.3) Updates `gdal` from 3.6.4 to 3.12.1 - [Release notes](https://github.com/OSGeo/GDAL/releases) - [Changelog](https://github.com/OSGeo/gdal/blob/master/NEWS.md) - [Commits](OSGeo/gdal@v3.6.4...v3.12.1) Updates `azure-storage-blob` from 12.26.0 to 12.27.1 - [Release notes](https://github.com/Azure/azure-sdk-for-python/releases) - [Commits](Azure/azure-sdk-for-python@azure-storage-blob_12.26.0...azure-storage-blob_12.27.1) Updates `arcgis-mapping` from 4.31.0 to 4.33.0 --- updated-dependencies: - dependency-name: geopandas dependency-version: 1.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: python-dotenv dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: boto3 dependency-version: 1.42.17 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: datadog-api-client dependency-version: 2.48.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: pyshp dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: gdal dependency-version: 3.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: azure-storage-blob dependency-version: 12.27.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: arcgis-mapping dependency-version: 4.33.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 239175d commit 761e53c

2 files changed

Lines changed: 73 additions & 69 deletions

File tree

images/python-arcgis/poetry.lock

Lines changed: 65 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

images/python-arcgis/pyproject.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ python = "3.12.9"
99
arcgis = "2.4.1.3"
1010
numpy = "1.26.4"
1111
pandas = "2.2.3"
12-
geopandas = "1.1.1"
13-
python-dotenv = "1.1.1"
14-
boto3 = "1.34.52"
12+
geopandas = "1.1.2"
13+
python-dotenv = "1.2.1"
14+
boto3 = "1.42.34"
1515
toml = "0.10.2"
16-
datadog-api-client = "2.44.0"
17-
pyshp = "2.3.1"
18-
gdal = "3.6.4"
19-
azure-storage-blob = "12.26.0"
20-
arcgis-mapping = "4.31.0"
16+
datadog-api-client = "2.50.0"
17+
pyshp = "3.0.3"
18+
gdal = "3.12.1"
19+
azure-storage-blob = "12.28.0"
20+
arcgis-mapping = "4.33.1"
2121

2222
[build-system]
2323
requires = ["poetry-core"]

0 commit comments

Comments
 (0)