From f8b420dc5546954633d6d11cdbc1abe672c69e1d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jul 2023 15:05:09 +0000 Subject: [PATCH] Bump pandas from 2.0.2 to 2.0.3 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](https://github.com/pandas-dev/pandas/compare/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] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6492e22..a7dc2c5 100644 --- a/setup.py +++ b/setup.py @@ -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'],