Browse Source

Build(deps): Bump gunicorn from 19.9.0 to 22.0.0

Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 22.0.0.
- [Release notes](https://github.com/benoitc/gunicorn/releases)
- [Commits](https://github.com/benoitc/gunicorn/compare/19.9.0...22.0.0)

---
updated-dependencies:
- dependency-name: gunicorn
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/3712/head
dependabot[bot] 12 months ago
committed by GitHub
parent
commit
bad8fb494d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      requirements/requirements.txt
  2. 2
      setup.py

2
requirements/requirements.txt

@ -24,7 +24,7 @@ python-magic==0.4.15
unipath==1.1
WeasyPrint==51
Pillow==10.0.1
gunicorn==19.9.0
gunicorn==22.0.0
more-itertools==8.2.0
pysolr==3.6.0
PyPDF4==1.27.0

2
setup.py

@ -31,7 +31,7 @@ install_requires = [
'python-magic==0.4.15',
'unipath==1.1',
'WeasyPrint==44',
'gunicorn==19.9.0',
'gunicorn==22.0.0',
'pysolr==3.6.0',
# 'git+git://github.com/interlegis/trml2pdf.git',

Loading…
Cancel
Save