Skip to content

Commit

Permalink
Update pandas requirement from ~=1.5.3 to ~=2.2.3 in /app
Browse files Browse the repository at this point in the history
Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v1.5.3...v2.2.3)

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 109a53f commit 23d11f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies = [
"freezegun~=1.5.1",
"geojson~=3.1.0",
"netcdf4~=1.7.1",
"pandas~=1.5.3",
"pandas~=2.2.3",
"psycopg2-binary~=2.9.9",
"pystac~=1.11.0",
"sentry-sdk~=2.14.0",
Expand Down

0 comments on commit 23d11f3

Please sign in to comment.