Skip to content

Commit 72db02a

Browse files
Update flask requirement from ~=3.1.2 to ~=3.1.3 in /dao (#558)
Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/3.1.3/CHANGES.rst) - [Commits](pallets/flask@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 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 58cf641 commit 72db02a

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
@@ -16,7 +16,7 @@ SQLAlchemy-Utils~=0.42.1
1616
psycopg2-binary
1717
pymysql~=1.1.2
1818
mariadb~=1.1.14
19-
flask~=3.1.2
19+
flask~=3.1.3
2020
ephem~=4.2
2121
gunicorn~=25.1.0
2222
cryptography~=46.0.5

0 commit comments

Comments
 (0)