Skip to content

Commit

Permalink
Bump pandas from 2.0.3 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.0.3 to 2.1.0.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.0.3...v2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 1, 2023
1 parent 97e1c09 commit 4eb920a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"requests==2.31.0",
"CacheControl==0.13.1",
"rapidfuzz==3.2.0",
"pandas==2.0.3"
"pandas==2.1.0"
]
version = "1.1.0"

Expand Down
2 changes: 1 addition & 1 deletion requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ types-requests==2.31.0.2
CacheControl==0.13.1
rapidfuzz==3.2.0
behave==1.2.6
pandas==2.0.3
pandas==2.1.0
black==23.7.0
mypy==1.5.1
isort==5.12.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.31.0
CacheControl==0.13.1
rapidfuzz==3.2.0
pandas==2.0.3
pandas==2.1.0

0 comments on commit 4eb920a

Please sign in to comment.