Skip to content

Commit 9f36830

Browse files
build(deps): bump the production-dependencies group with 5 updates
Bumps the production-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | [gunicorn](https://github.com/benoitc/gunicorn) | `25.3.0` | `26.0.0` | | [idna](https://github.com/kjd/idna) | `3.13` | `3.14` | | [phonenumbers](https://github.com/daviddrysdale/python-phonenumbers) | `9.0.29` | `9.0.30` | | [pika](https://github.com/pika/pika) | `1.3.2` | `1.4.0` | | [requests](https://github.com/psf/requests) | `2.33.1` | `2.34.0` | Updates `gunicorn` from 25.3.0 to 26.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@25.3.0...26.0.0) Updates `idna` from 3.13 to 3.14 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](kjd/idna@v3.13...v3.14) Updates `phonenumbers` from 9.0.29 to 9.0.30 - [Commits](daviddrysdale/python-phonenumbers@v9.0.29...v9.0.30) Updates `pika` from 1.3.2 to 1.4.0 - [Release notes](https://github.com/pika/pika/releases) - [Changelog](https://github.com/pika/pika/blob/main/CHANGELOG.md) - [Commits](pika/pika@1.3.2...1.4.0) Updates `requests` from 2.33.1 to 2.34.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.33.1...v2.34.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: idna dependency-version: '3.14' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: phonenumbers dependency-version: 9.0.30 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: pika dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: requests dependency-version: 2.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0569720 commit 9f36830

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ Flask-Cors==6.0.2
66
grpcio==1.80.0
77
grpcio-testing==1.80.0
88
grpcio-tools==1.80.0
9-
gunicorn==25.3.0
10-
idna==3.13
9+
gunicorn==26.0.0
10+
idna==3.14
1111
imap-tools==1.12.1
1212
peewee==4.0.5
13-
phonenumbers==9.0.29
14-
pika==1.3.2
13+
phonenumbers==9.0.30
14+
pika==1.4.0
1515
pycryptodome==3.23.0
1616
pycryptodomex==3.23.0
1717
pyftpdlib==2.2.0
1818
pymysql==1.1.3
1919
pyOpenSSL==26.2.0
20-
requests==2.33.1
20+
requests==2.34.0
2121
tqdm==4.67.3
2222
webencodings==0.5.1
2323
websocket==0.2.1

0 commit comments

Comments
 (0)