From 1791e2792bec9ce76fb6ea17ceb736655d84c567 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Dec 2022 23:07:17 +0000 Subject: [PATCH] Update robotpy-cppheaderparser requirement from ~=5.0 to ~=5.1 Updates the requirements on [robotpy-cppheaderparser](https://github.com/robotpy/robotpy-cppheaderparser) to permit the latest version. - [Release notes](https://github.com/robotpy/robotpy-cppheaderparser/releases) - [Commits](https://github.com/robotpy/robotpy-cppheaderparser/compare/5.0.0...5.1.0) --- updated-dependencies: - dependency-name: robotpy-cppheaderparser dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c17738a..0a1f334 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -robotpy-cppheaderparser~=5.0 \ No newline at end of file +robotpy-cppheaderparser~=5.1 \ No newline at end of file