Skip to content

Commit

Permalink
Bump pydash from 4.9.2 to 5.1.0 (#132)
Browse files Browse the repository at this point in the history
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](dgilland/pydash@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] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pach <[email protected]>
  • Loading branch information
dependabot[bot] and pachCode authored Jan 13, 2022
1 parent 9ead48e commit 22447ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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=[
Expand Down

0 comments on commit 22447ba

Please sign in to comment.