Skip to content

Commit

Permalink
deps: bump the all-pip group across 1 directory with 4 updates
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent dad8003 commit c8eedbc
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 191 deletions.
4 changes: 2 additions & 2 deletions data/src/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "pypi"
[packages]
jupyter = "*"
requests = "*"
pandas = "==2.2.2"
pandas = "==2.2.3"
geopandas = "==1.0.1"
shapely = "*"
matplotlib = "*"
Expand All @@ -19,7 +19,7 @@ sqlalchemy = "*"
psycopg2-binary = "*"
mapbox = "*"
google-cloud-storage = "*"
pydantic = "==2.8.2"
pydantic = "==2.10.3"
future = "*"
slack-sdk = "*"
networkx = "*"
Expand Down
Loading

0 comments on commit c8eedbc

Please sign in to comment.