We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b842839 commit 527111bCopy full SHA for 527111b
.github/PULL_REQUEST_TEMPLATE.md
@@ -0,0 +1,11 @@
1
+## Description
2
+
3
+<!-- Describe the purpose of this pull request -->
4
5
+## Changes Made
6
7
+<!-- List the changes made in this pull request -->
8
9
+## Related Issues
10
11
+<!-- List any related issues that are being addressed by this pull request -->
requirements.txt
@@ -4,14 +4,14 @@ Flask==3.0.3
Flask-HTTPAuth==4.8.0
flask-paginate==2024.4.12
Flask-SQLAlchemy==3.1.1
-Flask-WTF==1.2.1
+Flask-WTF==1.2.2
gunicorn==22.0.0
itsdangerous==2.2.0
Jinja2==3.1.4
MarkupSafe==2.1.5
12
-packaging==24.1
+packaging==24.2
13
SQLAlchemy==2.0.36
14
typing_extensions==4.12.2
15
Wand==0.6.13
16
-Werkzeug==3.0.4
17
-WTForms==3.1.2
+WTForms==3.2.1
+Werkzeug==3.1.3
0 commit comments