Skip to content

Commit 46346cd

Browse files
Bump the pip group in /backend with 4 updates
Updates the requirements on [requests](https://github.com/psf/requests), [urllib3](https://github.com/urllib3/urllib3), [strawberry-graphql](https://github.com/strawberry-graphql/strawberry) and [werkzeug](https://github.com/pallets/werkzeug) to permit the latest version. Updates `requests` from 2.32.3 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.32.3...v2.32.4) Updates `urllib3` from 2.2.2 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.2...2.5.0) Updates `strawberry-graphql` from 0.243.1 to 0.257.0 - [Release notes](https://github.com/strawberry-graphql/strawberry/releases) - [Changelog](https://github.com/strawberry-graphql/strawberry/blob/main/CHANGELOG.md) - [Commits](strawberry-graphql/strawberry@0.243.1...0.257.0) Updates `werkzeug` to 3.1.3 - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@1.0.1...3.1.3) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.5.0 dependency-type: direct:production dependency-group: pip - dependency-name: strawberry-graphql dependency-version: 0.257.0 dependency-type: direct:production dependency-group: pip - dependency-name: werkzeug dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9975aea commit 46346cd

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

backend/pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ dependencies = [
5151
"certifi==2024.7.4",
5252
"chardet==5.2.0",
5353
"idna==3.7",
54-
"requests==2.32.3",
55-
"urllib3==2.2.2",
54+
"requests==2.32.4",
55+
"urllib3==2.5.0",
5656
"aniso8601==9.0.1",
5757
"whitenoise==6.7.0",
5858
"django-ordered-model==3.5",
@@ -68,8 +68,8 @@ dependencies = [
6868
"django-queryinspect<2.0.0,>=1.1.0",
6969
"lxml==6.0.0",
7070
"unidecode<2.0.0,>=1.1.1",
71-
"strawberry-graphql==0.243.1",
72-
"Werkzeug<2.0.0,>=1.0.1",
71+
"strawberry-graphql==0.257.0",
72+
"Werkzeug>=1.0.1,<4.0.0",
7373
"django-import-export<4.0.0,>=3.2.0",
7474
"dal-admin-filters==1.1.0",
7575
"django-markdownify==0.9.5",

0 commit comments

Comments
 (0)