Skip to content

Commit

Permalink
fix(deps): bump pandas from 2.2.0 to 2.2.1 (#117)
Browse files Browse the repository at this point in the history
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.0...v2.2.1)

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Daniel Rahamim <[email protected]>
  • Loading branch information
dependabot[bot] and drahamim authored Mar 3, 2024
1 parent b4d8674 commit 78601d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires-python = ">=3.10"
dependencies = [
"flask >=2.2.2, <4",
"toml >=0.10.2, <1",
"pandas ==2.2.0",
"pandas ==2.2.1",
"flask-assets >=2.0",
"Bootstrap-flask >=2.2.0",
"wheel >=0"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Jinja2 == 3.1.3
libsass == 0.23.0
MarkupSafe == 2.1.5
numpy == 1.26.4
pandas == 2.2.0
pandas == 2.2.1
pip == 24.0
python-dateutil == 2.8.2
pytz == 2024.1
Expand Down

0 comments on commit 78601d0

Please sign in to comment.