Skip to content

Commit 527111b

Browse files
fix: version bumps
fix: version bumps Bumps [wtforms](https://github.com/pallets-eco/wtforms) from 3.1.2 to 3.2.1. - [Release notes](https://github.com/pallets-eco/wtforms/releases) - [Changelog](https://github.com/pallets-eco/wtforms/blob/main/CHANGES.rst) - [Commits](pallets-eco/wtforms@3.1.2...3.2.1) --- updated-dependencies: - dependency-name: wtforms dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump flask-wtf from 1.2.1 to 1.2.2 Bumps [flask-wtf](https://github.com/pallets-eco/flask-wtf) from 1.2.1 to 1.2.2. - [Release notes](https://github.com/pallets-eco/flask-wtf/releases) - [Changelog](https://github.com/pallets-eco/flask-wtf/blob/main/docs/changes.rst) - [Commits](pallets-eco/flask-wtf@v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: flask-wtf dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump werkzeug from 3.0.4 to 3.1.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.4 to 3.1.3. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.0.4...3.1.3) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump packaging from 24.1 to 24.2 Bumps [packaging](https://github.com/pypa/packaging) from 24.1 to 24.2. - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.1...24.2) --- updated-dependencies: - dependency-name: packaging dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Correcting a conflicting dependency * Adding PR template * Removing redundant requirement --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b842839 commit 527111b

File tree

2 files changed

+15
-4
lines changed

2 files changed

+15
-4
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ Flask==3.0.3
44
Flask-HTTPAuth==4.8.0
55
flask-paginate==2024.4.12
66
Flask-SQLAlchemy==3.1.1
7-
Flask-WTF==1.2.1
7+
Flask-WTF==1.2.2
88
gunicorn==22.0.0
99
itsdangerous==2.2.0
1010
Jinja2==3.1.4
1111
MarkupSafe==2.1.5
12-
packaging==24.1
12+
packaging==24.2
1313
SQLAlchemy==2.0.36
1414
typing_extensions==4.12.2
1515
Wand==0.6.13
16-
Werkzeug==3.0.4
17-
WTForms==3.1.2
16+
WTForms==3.2.1
17+
Werkzeug==3.1.3

0 commit comments

Comments
 (0)