Skip to content

Commit

Permalink
Update pandas requirement in the python-dependencies group (#100)
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.

Updates `pandas` to 2.2.3
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.2...v2.2.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent 231258c commit ee94e97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ python = "^3.9.0"
pydantic = "^2.0.3"
pydantic-settings = "^2.0.2"
asyncssh = { extras = ["bcrypt", "fido2"], version = "^2.13.2" }
pandas = "2.2.2"
pandas = "2.2.3"

[tool.poetry.group.tests]
optional = true
Expand Down

0 comments on commit ee94e97

Please sign in to comment.