diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-08-22 09:53:26 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-08-22 09:53:26 +0200 |
| commit | d8048dc75ba879e17c833e97656c2407143c60d1 (patch) | |
| tree | 46e40c2788d590c20e7a4e0f0cddec459bc16ac9 | |
| parent | b1e461eb4bb695905f1d0751c43d7b3ee3b5237a (diff) | |
[upd] pypi: Bump the minor group with 4 updates (#5142)
Bumps the minor group with 4 updates: [flask](https://github.com/pallets/flask), [typer-slim](https://github.com/fastapi/typer), [pylint](https://github.com/pylint-dev/pylint) and [basedpyright](https://github.com/detachhead/basedpyright).
Updates `flask` from 3.1.1 to 3.1.2
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/flask/compare/3.1.1...3.1.2)
Updates `typer-slim` from 0.16.0 to 0.16.1
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](https://github.com/fastapi/typer/compare/0.16.0...0.16.1)
Updates `pylint` from 3.3.7 to 3.3.8
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](https://github.com/pylint-dev/pylint/compare/v3.3.7...v3.3.8)
Updates `basedpyright` from 1.31.0 to 1.31.3
- [Release notes](https://github.com/detachhead/basedpyright/releases)
- [Commits](https://github.com/detachhead/basedpyright/compare/v1.31.0...v1.31.3)
| -rw-r--r-- | requirements-dev.txt | 4 | ||||
| -rw-r--r-- | requirements.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 5e6012322..e3fe9cdeb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,7 +2,7 @@ mock==5.2.0 nose2[coverage_plugin]==0.15.1 cov-core==1.15.0 black==24.3.0 -pylint==3.3.7 +pylint==3.3.8 splinter==0.21.0 selenium==4.35.0 Pallets-Sphinx-Themes==2.3.0 @@ -22,4 +22,4 @@ coloredlogs==15.0.1 docutils>=0.21.2 parameterized==0.9.0 granian[reload]==2.5.0 -basedpyright==1.31.0 +basedpyright==1.31.3 diff --git a/requirements.txt b/requirements.txt index e28dba371..64434fdfb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ certifi==2025.8.3 babel==2.17.0 flask-babel==4.0.0 -flask==3.1.1 +flask==3.1.2 jinja2==3.1.6 lxml==6.0.0 pygments==2.19.2 @@ -17,6 +17,6 @@ markdown-it-py==3.0.0 fasttext-predict==0.9.2.4 tomli==2.2.1; python_version < '3.11' msgspec==0.19.0 -typer-slim==0.16.0 +typer-slim==0.16.1 isodate==0.7.2 whitenoise==6.9.0 |