From 35586b4a557d52e27e7f20fe30ca7f7f7cd000ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 12:58:56 +0000 Subject: [PATCH] Bump pyreadstat from 1.1.2 to 1.2.1 Bumps [pyreadstat](https://github.com/Roche/pyreadstat) from 1.1.2 to 1.2.1. - [Release notes](https://github.com/Roche/pyreadstat/releases) - [Commits](https://github.com/Roche/pyreadstat/compare/v1.1.2...v1.2.1) --- updated-dependencies: - dependency-name: pyreadstat dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7b9e415..d455be8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ pandas==1.3.3 # pyreadstat pyarrow==5.0.0 # via dadpy (setup.py) -pyreadstat==1.1.2 +pyreadstat==1.2.1 # via dadpy (setup.py) python-dateutil==2.8.2 # via pandas