Skip to content

Commit

Permalink
Bump the pip group with 6 updates (#311)
Browse files Browse the repository at this point in the history
Bumps the pip group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2024.7.4` |
| [gunicorn](https://github.com/benoitc/gunicorn) | `21.2.0` | `22.0.0` |
| [idna](https://github.com/kjd/idna) | `3.4` | `3.7` |
| [pillow](https://github.com/python-pillow/Pillow) | `10.2.0` | `10.3.0` |
| [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.2` |
| [urllib3](https://github.com/urllib3/urllib3) | `1.26.18` | `1.26.19` |


Updates `certifi` from 2023.7.22 to 2024.7.4
- [Commits](certifi/python-certifi@2023.07.22...2024.07.04)

Updates `gunicorn` from 21.2.0 to 22.0.0
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](benoitc/gunicorn@21.2.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 `pillow` from 10.2.0 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.2.0...10.3.0)

Updates `requests` from 2.31.0 to 2.32.2
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

Updates `urllib3` from 1.26.18 to 1.26.19
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.18...1.26.19)

---
updated-dependencies:
- dependency-name: certifi
  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: pillow
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 17, 2024
1 parent fc75b47 commit 619c800
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ attrs==22.2.0
black==24.3.0
blinker==1.7.0
Brotli==1.0.9
certifi==2023.7.22
certifi==2024.7.4
cffi==1.15.1
charset-normalizer==3.1.0
click==8.1.7
Expand All @@ -14,11 +14,11 @@ Flask-Minify==0.42
Flask-SQLAlchemy==3.0.5
fonttools==4.43.0
Frozen-Flask==1.0.1
gunicorn==21.2.0
gunicorn==22.0.0
h11==0.14.0
html5lib==1.1
htmlmin==0.1.12
idna==3.4
idna==3.7
itsdangerous==2.1.2
Jinja2==3.1.3
jsmin==3.0.1
Expand All @@ -30,7 +30,7 @@ nanoid==2.0.0
outcome==1.2.0
packaging==23.0
pathspec==0.11.1
Pillow==10.2.0
Pillow==10.3.0
pip-review==1.3.0
platformdirs==3.11.0
ply==3.11
Expand All @@ -42,7 +42,7 @@ PySocks==1.7.1
python-dotenv==1.0.0
pytz==2023.3
rcssmin==1.1.2
requests==2.31.0
requests==2.32.2
selenium==4.8.2
six==1.16.0
sniffio==1.3.1
Expand All @@ -55,7 +55,7 @@ tomli==2.0.1
trio==0.22.0
trio-websocket==0.11.1
typing_extensions==4.5.0
urllib3==1.26.18
urllib3==1.26.19
weasyprint==58.1
webencodings==0.5.1
Werkzeug==2.3.8
Expand Down

0 comments on commit 619c800

Please sign in to comment.