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
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>
  • Loading branch information
dependabot[bot] authored Oct 18, 2021
1 parent 80a5d27 commit 8c25482
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 @@ -51,7 +51,7 @@ def read(fname):
install_requires=[
'Jinja2==2.11.3',
'PyYAML>=3.11',
'agate>=1.6,<1.6.2',
'agate>=1.6,<1.6.4',
'colorama>=0.3.9,<0.4.5',
'dataclasses>=0.6,<0.9;python_version<"3.7"',
'hologram==0.0.14',
Expand Down

0 comments on commit 8c25482

Please sign in to comment.