From 99ff8ffe2145ad63d98232638aa9510ffbc41eba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 15:46:41 +0000 Subject: [PATCH 1/2] Bump pandas from 2.1.1 to 2.1.2 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.1 to 2.1.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.1...v2.1.2) --- 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 db73c49..0d088ad 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.1.1', 'pyyaml==6.0.1'], + install_requires=['jinja2==3.1.2', 'pandas==2.1.2', 'pyyaml==6.0.1'], extras_require={ "sge": ['defusedxml==0.7.1'], "remote": ['paramiko==3.3.1', 'tqdm==4.66.1'], From 31d6252a89fbf03a59f546f63085f6b315c03bd7 Mon Sep 17 00:00:00 2001 From: pyironrunner Date: Mon, 30 Oct 2023 15:46:59 +0000 Subject: [PATCH 2/2] [dependabot skip] Update environment --- .ci_support/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 145e97e..ff50cb9 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -3,7 +3,7 @@ channels: dependencies: - defusedxml =0.7.1 - coverage - - pandas =2.1.1 + - pandas =2.1.2 - pyyaml =6.0.1 - jinja2 =3.1.2 - paramiko =3.3.1