Skip to content

Commit c8eedbc

Browse files
deps: bump the all-pip group across 1 directory with 4 updates
Bumps the all-pip group with 4 updates in the /data/src directory: [pandas](https://github.com/pandas-dev/pandas), [matplotlib](https://github.com/matplotlib/matplotlib), [pydantic](https://github.com/pydantic/pydantic) and [ruff](https://github.com/astral-sh/ruff). Updates `pandas` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.2.2...v2.2.3) Updates `matplotlib` from 3.9.3 to 3.10.0 - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](matplotlib/matplotlib@v3.9.3...v3.10.0) Updates `pydantic` from 2.8.2 to 2.10.3 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.8.2...v2.10.3) Updates `ruff` from 0.8.2 to 0.8.3 - [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.8.2...0.8.3) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-pip - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-pip - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-pip - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all-pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent dad8003 commit c8eedbc

File tree

2 files changed

+208
-191
lines changed

2 files changed

+208
-191
lines changed

data/src/Pipfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "pypi"
66
[packages]
77
jupyter = "*"
88
requests = "*"
9-
pandas = "==2.2.2"
9+
pandas = "==2.2.3"
1010
geopandas = "==1.0.1"
1111
shapely = "*"
1212
matplotlib = "*"
@@ -19,7 +19,7 @@ sqlalchemy = "*"
1919
psycopg2-binary = "*"
2020
mapbox = "*"
2121
google-cloud-storage = "*"
22-
pydantic = "==2.8.2"
22+
pydantic = "==2.10.3"
2323
future = "*"
2424
slack-sdk = "*"
2525
networkx = "*"

0 commit comments

Comments
 (0)