Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 7 updates
Browse files Browse the repository at this point in the history
Bumps the pip group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [dnspython](https://github.com/rthalley/dnspython) | `2.3.0` | `2.6.1` |
| [flask](https://github.com/pallets/flask) | `2.2.3` | `2.2.5` |
| [gunicorn](https://github.com/benoitc/gunicorn) | `20.1.0` | `22.0.0` |
| [idna](https://github.com/kjd/idna) | `3.4` | `3.7` |
| [jinja2](https://github.com/pallets/jinja) | `3.1.2` | `3.1.4` |
| [pillow](https://github.com/python-pillow/Pillow) | `10.0.1` | `10.3.0` |
| [werkzeug](https://github.com/pallets/werkzeug) | `2.2.3` | `3.0.3` |



Updates `dnspython` from 2.3.0 to 2.6.1
- [Release notes](https://github.com/rthalley/dnspython/releases)
- [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst)
- [Commits](rthalley/dnspython@v2.3.0...v2.6.1)

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

Updates `gunicorn` from 20.1.0 to 22.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@20.1.0...22.0.0)

Updates `idna` from 3.4 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.4...v3.7)

Updates `jinja2` from 3.1.2 to 3.1.4
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.2...3.1.4)

Updates `pillow` from 10.0.1 to 10.3.0
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.0.1...10.3.0)

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

---
updated-dependencies:
- dependency-name: dnspython
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: flask
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: gunicorn
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: idna
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: jinja2
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: pillow
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: werkzeug
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 8e719e3 commit 14410df
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.lock.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ click-repl==0.2.0
coverage==7.2.3
decorator==5.1.1
deep-compare==1.0.5
dnspython==2.3.0
dnspython==2.6.1
email-validator==2.0.0.post1
exceptiongroup==1.1.1
Flask==2.2.3
Flask==2.2.5
flask-babel==3.1.0
Flask-FlatPages==0.8.1
Flask-Gravatar==0.5.0
Expand All @@ -34,11 +34,11 @@ gitdb==4.0.10
GitHub-Flask==3.2.0
GitPython==3.1.37
greenlet==2.0.2
gunicorn==20.1.0
idna==3.4
gunicorn==22.0.0
idna==3.7
iniconfig==2.0.0
itsdangerous==2.1.2
Jinja2==3.1.2
Jinja2==3.1.4
kombu==5.2.4
libsass==0.22.0
lxml==4.9.2
Expand All @@ -47,7 +47,7 @@ Markdown==3.4.3
MarkupSafe==2.1.2
packaging==23.1
passlib==1.7.4
Pillow==10.0.1
Pillow==10.3.0
pluggy==1.0.0
prompt-toolkit==3.0.38
psycopg2==2.9.6
Expand All @@ -73,7 +73,7 @@ validators==0.20.0
vine==5.0.0
wcwidth==0.2.6
webencodings==0.5.1
Werkzeug==2.2.3
Werkzeug==3.0.3
WTForms==3.0.1
WTForms-SQLAlchemy==0.3
sentry-sdk[flask]==2.0.1

0 comments on commit 14410df

Please sign in to comment.