Skip to content

Commit 4a94f48

Browse files
dependabot[bot]ialejandro
authored andcommitted
chore(deps): bump the pip group across 1 directory with 5 updates
Bumps the pip group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [flask](https://github.com/pallets/flask) | `3.0.3` | `3.1.2` | | [markupsafe](https://github.com/pallets/markupsafe) | `2.1.5` | `3.0.3` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.32.5` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.4.2` | | [pylint](https://github.com/pylint-dev/pylint) | `3.2.6` | `3.3.8` | Updates `flask` from 3.0.3 to 3.1.2 - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](pallets/flask@3.0.3...3.1.2) Updates `markupsafe` from 2.1.5 to 3.0.3 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](pallets/markupsafe@2.1.5...3.0.3) Updates `requests` from 2.32.4 to 2.32.5 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.32.5) Updates `pytest` from 8.3.2 to 8.4.2 - [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.3.2...8.4.2) Updates `pylint` from 3.2.6 to 3.3.8 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v3.2.6...v3.3.8) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: markupsafe dependency-version: 3.0.3 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: requests dependency-version: 2.32.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip - dependency-name: pylint dependency-version: 3.3.8 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bd1ebd9 commit 4a94f48

File tree

2 files changed

+245
-224
lines changed

2 files changed

+245
-224
lines changed

Pipfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
flask = "==3.0.*"
7+
flask = "==3.1.*"
88
gunicorn = "==23.0.*"
9-
markupsafe = "==2.1.5"
9+
markupsafe = "==3.0.3"
1010
requests = "==2.32.*"
1111

1212
[dev-packages]
13-
pytest = "==8.3.*"
13+
pytest = "==8.4.*"
1414
pytest-flask = "==1.3.*"
15-
pylint = "==3.2.*"
15+
pylint = "==3.3.*"
1616

1717
[requires]
1818
python_version = "3.12"

0 commit comments

Comments
 (0)