Skip to content

Commit fa2ea2e

Browse files
Update gunicorn requirement from ~=23.0.0 to ~=24.1.1 in /dao (#531)
Updates the requirements on [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@23.0.0...24.1.1) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 24.1.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9f0c834 commit fa2ea2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dao/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pymysql~=1.1.2
1818
mariadb~=1.1.14
1919
flask~=3.1.2
2020
ephem~=4.2
21-
gunicorn~=23.0.0
21+
gunicorn~=24.1.1
2222
cryptography~=46.0.3
2323
tzlocal~=5.3.1
2424
mip==1.16rc0

0 commit comments

Comments
 (0)