Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update agate requirement from <1.7.1,>=1.6 to >=1.6,<1.7.2 in /core
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.7.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 5, 2023
commit 7cb38e08342c3b33a5de42428be724f8feafa64f
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
install_requires=[
"Jinja2==3.1.2",
"agate>=1.6,<1.7.1",
"agate>=1.6,<1.7.2",
"betterproto==1.2.5",
"click>=7.0,<9",
"colorama>=0.3.9,<0.4.7",
Expand Down