Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 3, 2023
1 parent 1733e20 commit f8b420d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

keywords='pysqa',
packages=find_packages(exclude=["*tests*"]),
install_requires=['jinja2==3.1.2', 'pandas==2.0.2', 'pyyaml==6.0'],
install_requires=['jinja2==3.1.2', 'pandas==2.0.3', 'pyyaml==6.0'],
extras_require={
"sge": ['defusedxml==0.7.1'],
"remote": ['paramiko==3.2.0', 'tqdm==4.65.0'],
Expand Down

0 comments on commit f8b420d

Please sign in to comment.