Skip to content

Commit 41b78ee

Browse files
build(deps): bump the pip group across 1 directory with 5 updates
Bumps the pip group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.4` | | [gunicorn](https://github.com/benoitc/gunicorn) | `22.0.0` | `23.0.0` | | [black](https://github.com/psf/black) | `23.12.1` | `24.3.0` | | [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.6` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.3` | `2.5.0` | Updates `requests` from 2.31.0 to 2.32.4 - [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.4) Updates `gunicorn` from 22.0.0 to 23.0.0 - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](benoitc/gunicorn@22.0.0...23.0.0) Updates `black` from 23.12.1 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.12.1...24.3.0) Updates `jinja2` from 3.1.4 to 3.1.6 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.4...3.1.6) Updates `urllib3` from 2.2.3 to 2.5.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.3...2.5.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-version: 24.3.0 dependency-type: direct:development dependency-group: pip - dependency-name: jinja2 dependency-version: 3.1.6 dependency-type: indirect dependency-group: pip - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 687d669 commit 41b78ee

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

poetry.lock

Lines changed: 39 additions & 39 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Babel = "~2.13.1"
4545
openfoodfacts = {version = "~2.8.0", extras = ["ml", "redis"]}
4646
psycopg2-binary = "~2.9.9"
4747
python-multipart = "~0.0.7"
48-
requests = "~2.31.0"
48+
requests = "~2.32.4"
4949
osmpythontools = "^0.3.5"
5050
typer = "~0.9.0"
5151
django = "^5.1.7"
@@ -61,13 +61,13 @@ factory-boy = "^3.3.0"
6161
croniter = "^3.0.3"
6262
blessed = "^1.20.0"
6363
ipython = "^8.26.0"
64-
gunicorn = "^22.0.0"
64+
gunicorn = "^23.0.0"
6565
sentry-sdk = {extras = ["django"], version = "^2.13.0"}
6666
pillow = "^10.4.0"
6767
google-genai = "~1.26.0"
6868

6969
[tool.poetry.group.dev.dependencies]
70-
black = "~23.12.1"
70+
black = "~24.3.0"
7171
flake8 = "^7.0.0"
7272
httpx = "<1.0.0"
7373
isort = "^5.12.0"

0 commit comments

Comments
 (0)