From 5cce47f04471e3d89ab2a55b2a4e754cf08ce820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:32:30 -0700 Subject: [PATCH] fix(deps): bump the python-pip group across 1 directory with 8 updates (#197) Bumps the python-pip group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [markupsafe](https://github.com/pallets/markupsafe) | `3.0.1` | `3.0.2` | | [pip](https://github.com/pypa/pip) | `24.2` | `24.3.1` | | [setuptools](https://github.com/pypa/setuptools) | `75.1.0` | `75.2.0` | | [werkzeug](https://github.com/pallets/werkzeug) | `3.0.4` | `3.0.6` | | [wtforms](https://github.com/pallets-eco/wtforms) | `3.1.2` | `3.2.1` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.35` | `2.0.36` | | [psycopg2-binary](https://github.com/psycopg/psycopg2) | `2.9.9` | `2.9.10` | | [flask-wtf](https://github.com/pallets-eco/flask-wtf) | `1.2.1` | `1.2.2` | Updates `markupsafe` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/pallets/markupsafe/releases) - [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/markupsafe/compare/3.0.1...3.0.2) Updates `pip` from 24.2 to 24.3.1 - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/24.2...24.3.1) Updates `setuptools` from 75.1.0 to 75.2.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v75.1.0...v75.2.0) Updates `werkzeug` from 3.0.4 to 3.0.6 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/3.0.4...3.0.6) Updates `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](https://github.com/pallets-eco/wtforms/compare/3.1.2...3.2.1) Updates `sqlalchemy` from 2.0.35 to 2.0.36 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `psycopg2-binary` from 2.9.9 to 2.9.10 - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](https://github.com/psycopg/psycopg2/commits) Updates `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](https://github.com/pallets-eco/flask-wtf/compare/v1.2.1...v1.2.2) --- updated-dependencies: - dependency-name: markupsafe dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-pip - dependency-name: pip dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-pip - dependency-name: setuptools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-pip - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-pip - dependency-name: wtforms dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-pip - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-pip - dependency-name: psycopg2-binary dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-pip - dependency-name: flask-wtf dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-pip ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/requirements.txt b/requirements.txt index 531be6a..ca65c8b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,25 +9,25 @@ pip-install == 1.3.5 itsdangerous == 2.2.0 Jinja2 == 3.1.4 libsass == 0.23.0 -MarkupSafe == 3.0.1 +MarkupSafe == 3.0.2 numpy == 2.1.2 pandas == 2.2.3 -pip == 24.2 +pip == 24.3.1 python-dateutil == 2.9.0.post0 pytz == 2024.2 -setuptools == 75.1.0 +setuptools == 75.2.0 six == 1.16.0 toml == 0.10.2 typing_extensions == 4.12.2 visitor == 0.1.3 webassets == 2.0 -Werkzeug == 3.0.4 -WTForms == 3.1.2 +Werkzeug == 3.0.6 +WTForms == 3.2.1 zipp == 3.20.2 -sqlalchemy == 2.0.35 +sqlalchemy == 2.0.36 flask-sqlalchemy >= 3.0.1 -psycopg2-binary == 2.9.9 +psycopg2-binary == 2.9.10 flask-migrate == 4.0.7 gunicorn == 23.0.0 flask-moment == 1.0.6 -flask-WTF == 1.2.1 \ No newline at end of file +flask-WTF == 1.2.2 \ No newline at end of file