Skip to content

Commit

Permalink
Update agate requirement from <1.6.2,>=1.6 to >=1.6,<1.6.4 in /core (#…
Browse files Browse the repository at this point in the history
…3585)

Updates the requirements on [agate](https://github.com/wireservice/agate) to permit the latest version.
- [Release notes](https://github.com/wireservice/agate/releases)
- [Changelog](https://github.com/wireservice/agate/blob/master/CHANGELOG.rst)
- [Commits](wireservice/agate@1.6.0...1.6.3)

---
updated-dependencies:
- dependency-name: agate
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

automatic commit by git-black, original commits:
  f8cefa3
  • Loading branch information
dependabot[bot] authored and iknox-fa committed Feb 8, 2022
1 parent bec410a commit 37c1f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
],
install_requires=[
"Jinja2==2.11.3",
'agate>=1.6,<1.6.4',
"agate>=1.6,<1.6.4",
'click>=7.0,<9',
'colorama>=0.3.9,<0.4.5',
'hologram==0.0.14',
Expand Down

0 comments on commit 37c1f13

Please sign in to comment.