Skip to content

Commit 3961618

Browse files
deps(deps): bump the batch-updates group across 1 directory with 6 updates (#19)
Updates the requirements on [flask-wtf](https://github.com/pallets-eco/flask-wtf), [black](https://github.com/psf/black), [ruff](https://github.com/astral-sh/ruff), [pytest](https://github.com/pytest-dev/pytest), [pytest-cov](https://github.com/pytest-dev/pytest-cov) and [mock](https://github.com/testing-cabal/mock) to permit the latest version. Updates `flask-wtf` from 1.2.2 to 1.3.0 - [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.2...v1.3.0) Updates `black` to 26.3.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.1a1...26.3.1) Updates `ruff` to 0.15.11 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.4.0...0.15.11) Updates `pytest` to 9.0.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.1.0...9.0.3) Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v5.0.0...v7.1.0) Updates `mock` to 5.2.0 - [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst) - [Commits](testing-cabal/mock@5.0.0...5.2.0) --- updated-dependencies: - dependency-name: flask-wtf dependency-version: 1.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: batch-updates - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:production dependency-group: batch-updates - dependency-name: ruff dependency-version: 0.15.11 dependency-type: direct:production dependency-group: batch-updates - dependency-name: pytest dependency-version: 9.0.3 dependency-type: direct:production dependency-group: batch-updates - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production dependency-group: batch-updates - dependency-name: mock dependency-version: 5.2.0 dependency-type: direct:production dependency-group: batch-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6fcef7d commit 3961618

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ requires-python = ">=3.14"
99
keywords = ["flask", "mvc", "boilerplate", "python", "web"]
1010
dependencies = [
1111
"Flask==3.1.3",
12-
"Flask-WTF==1.2.2",
12+
"Flask-WTF==1.3.0",
1313
"gunicorn==25.3.0",
1414
]
1515

requirements-test.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-r requirements.txt
2-
black>=24.0.0
3-
ruff>=0.4.0
4-
pytest>=8.1.0
5-
pytest-cov>=5.0.0
6-
mock>=5.0.0
2+
black>=26.3.1
3+
ruff>=0.15.11
4+
pytest>=9.0.3
5+
pytest-cov>=7.1.0
6+
mock>=5.2.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Flask-RESTful==0.3.10
1515
Flask-Security==5.8.0
1616
Flask-SQLAlchemy==3.1.1
1717
Flask-Uploads==0.2.1
18-
Flask-WTF==1.2.2
18+
Flask-WTF==1.3.0
1919
Jinja2==3.1.6
2020
gunicorn==25.3.0
2121

0 commit comments

Comments
 (0)