Skip to content

Commit

Permalink
Update sanic requirement from <23,>=22 to >=22,<24 (slackapi#1055)
Browse files Browse the repository at this point in the history
Updates the requirements on [sanic](https://github.com/sanic-org/sanic) to permit the latest version.
- [Release notes](https://github.com/sanic-org/sanic/releases)
- [Commits](sanic-org/sanic@v22.3.0...v23.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 2f94d43 commit 12d2b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/adapter.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Flask>=1,<4
Werkzeug>=2,<4
pyramid>=1,<3
sanic>=20,<21; python_version=="3.6"
sanic>=22,<23; python_version>"3.6"
sanic>=22,<24; python_version>"3.6"
starlette>=0.14,<1
tornado>=6,<7
uvicorn<1 # The oldest version can vary among Python runtime versions
Expand Down

0 comments on commit 12d2b5e

Please sign in to comment.