From 22447ba6fbb6aa12e82766a253fae9c14af4f4a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jan 2022 14:55:45 -0600 Subject: [PATCH] Bump pydash from 4.9.2 to 5.1.0 (#132) Bumps [pydash](https://github.com/dgilland/pydash) from 4.9.2 to 5.1.0. - [Release notes](https://github.com/dgilland/pydash/releases) - [Changelog](https://github.com/dgilland/pydash/blob/develop/CHANGELOG.rst) - [Commits](https://github.com/dgilland/pydash/compare/v4.9.2...v5.1.0) --- updated-dependencies: - dependency-name: pydash dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Pach --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ba71794..11c0b6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ requests==2.27.1 pytz==2021.3 iso8601==1.0.2 -pydash==4.9.2 +pydash==5.1.0 dataclasses==0.6 \ No newline at end of file diff --git a/setup.py b/setup.py index 784143c..22edfce 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ 'requests>=2.21,<2.28', 'pytz>=2020.1,<2021.4', 'iso8601>=0.1,<1.1', - 'pydash>=4.7,<4.10', + 'pydash>=4.7,<5.2', 'dataclasses>=0.6;python_version<"3.7"', ], classifiers=[