Skip to content

Commit

Permalink
fix(deps): bump the python-pip group across 1 directory with 7 updates (
Browse files Browse the repository at this point in the history
#151)

Bumps the python-pip group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [flask](https://github.com/pallets/flask) | `3.0.2` | `3.0.3` |
| [pandas](https://github.com/pandas-dev/pandas) | `2.2.1` | `2.2.2` |
| [bootstrap-flask](https://github.com/helloflask/bootstrap-flask) | `2.3.3` | `2.4.0` |
| [itsdangerous](https://github.com/pallets/itsdangerous) | `2.1.2` | `2.2.0` |
| [setuptools](https://github.com/pypa/setuptools) | `69.2.0` | `69.5.1` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.10.0` | `4.11.0` |
| [werkzeug](https://github.com/pallets/werkzeug) | `3.0.1` | `3.0.2` |



Updates `flask` from 3.0.2 to 3.0.3
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@3.0.2...3.0.3)

Updates `pandas` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.1...v2.2.2)

Updates `bootstrap-flask` from 2.3.3 to 2.4.0
- [Release notes](https://github.com/helloflask/bootstrap-flask/releases)
- [Changelog](https://github.com/helloflask/bootstrap-flask/blob/master/CHANGES.rst)
- [Commits](helloflask/bootstrap-flask@2.3.3...2.4.0)

Updates `itsdangerous` from 2.1.2 to 2.2.0
- [Release notes](https://github.com/pallets/itsdangerous/releases)
- [Changelog](https://github.com/pallets/itsdangerous/blob/main/CHANGES.rst)
- [Commits](pallets/itsdangerous@2.1.2...2.2.0)

Updates `setuptools` from 69.2.0 to 69.5.1
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v69.2.0...v69.5.1)

Updates `typing-extensions` from 4.10.0 to 4.11.0
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.10.0...4.11.0)

Updates `werkzeug` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/pallets/werkzeug/releases)
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst)
- [Commits](pallets/werkzeug@3.0.1...3.0.2)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-pip
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-pip
- dependency-name: bootstrap-flask
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-pip
- dependency-name: itsdangerous
  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: typing-extensions
  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
...

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 May 1, 2024
1 parent 0ea1687 commit 19fb0af
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires-python = ">=3.10"
dependencies = [
"flask >=2.2.2, <4",
"toml >=0.10.2, <1",
"pandas ==2.2.1",
"pandas ==2.2.2",
"flask-assets >=2.0",
"Bootstrap-flask >=2.2.0",
"wheel >=0"
Expand Down
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
Bootstrap-Flask == 2.3.3
Bootstrap-Flask == 2.4.0
click == 8.1.7
dominate == 2.9.1
Flask == 3.0.2
Flask == 3.0.3
Flask-Assets == 2.1.0
flask-bootstrap5 >= 0.1.dev1
importlib-metadata == 7.1.0
install == 1.3.5
itsdangerous == 2.1.2
itsdangerous == 2.2.0
Jinja2 == 3.1.3
libsass == 0.23.0
MarkupSafe == 2.1.5
numpy == 1.26.4
pandas == 2.2.1
pandas == 2.2.2
pip == 24.0
python-dateutil == 2.9.0.post0
pytz == 2024.1
setuptools == 69.2.0
setuptools == 69.5.1
six == 1.16.0
toml == 0.10.2
typing_extensions == 4.10.0
typing_extensions == 4.11.0
visitor == 0.1.3
webassets == 2.0
Werkzeug == 3.0.1
Werkzeug == 3.0.2
WTForms == 3.1.2
zipp == 3.18.1
sqlalchemy == 2.0.29
Expand Down

0 comments on commit 19fb0af

Please sign in to comment.