Skip to content

Commit

Permalink
fix(deps): bump the python-pip group across 1 directory with 8 updates (
Browse files Browse the repository at this point in the history
#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](pallets/markupsafe@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](pypa/pip@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](pypa/setuptools@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](pallets/werkzeug@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](pallets-eco/wtforms@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](pallets-eco/flask-wtf@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 2, 2024
1 parent 3296f9d commit 5cce47f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
flask-WTF == 1.2.2

0 comments on commit 5cce47f

Please sign in to comment.