sorrell opened a new issue, #345: URL: https://github.com/apache/age-website/issues/345
Currently the `requirements.txt` requires exact `major.minor.patch` versions, and Dependabot opens PRs to upgrade even patch releases. Because we are building documentation with these dependencies, and not running a real-time/production system, we should change the `requirements.txt` to use the [compatible releases](https://packaging.python.org/en/latest/specifications/version-specifiers/#compatible-release) syntax on just `major.minor` version. Patch releases aren't as important for us to upgrade to, as these dependencies are stable and creating working docs for the project. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@age.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org