From 13ee02ae383f2f8fd87bb67e55d5ff69ab208403 Mon Sep 17 00:00:00 2001 From: Alexandre Teles Date: Wed, 22 Nov 2023 12:04:53 -0300 Subject: [PATCH] chore(deps): fix deps --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d6cb562..e11a21b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -60,7 +60,7 @@ pyyaml==6.0.1 ; python_version >= "3.11" and python_version < "4.0" sanic==23.6.0 ; python_version >= "3.11" and python_version < "4.0" sanic-beskar==2.2.12 ; python_version >= "3.11" and python_version < "4.0" sanic-ext==23.6.0 ; python_version >= "3.11" and python_version < "4.0" -sanic-limiter @ git+https://github.com/Omegastick/sanic-limiter@HEAD ; python_version >= "3.11" and python_version < "4.0" +sanic-limiter @ git+https://github.com/Omegastick/sanic-limiter ; python_version >= "3.11" and python_version < "4.0" sanic-routing==23.6.0 ; python_version >= "3.11" and python_version < "4.0" sanic-testing==23.6.0 ; python_version >= "3.11" and python_version < "4.0" sanic[ext]==23.6.0 ; python_version >= "3.11" and python_version < "4.0"