Merge pull request #145 from Alexander-D-Karpov/dependabot/pip/werkzeug-2.3.4

Bump werkzeug from 2.3.3 to 2.3.4
This commit is contained in:
Alexander Karpov 2023-06-05 22:09:40 +03:00 committed by GitHub
commit ce1c1a0a38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -5384,14 +5384,14 @@ files = [
[[package]]
name = "werkzeug"
version = "2.3.3"
version = "2.3.4"
description = "The comprehensive WSGI web application library."
category = "main"
optional = false
python-versions = ">=3.8"
files = [
{file = "Werkzeug-2.3.3-py3-none-any.whl", hash = "sha256:4866679a0722de00796a74086238bb3b98d90f423f05de039abb09315487254a"},
{file = "Werkzeug-2.3.3.tar.gz", hash = "sha256:a987caf1092edc7523edb139edb20c70571c4a8d5eed02e0b547b4739174d091"},
{file = "Werkzeug-2.3.4-py3-none-any.whl", hash = "sha256:48e5e61472fee0ddee27ebad085614ebedb7af41e88f687aaf881afb723a162f"},
{file = "Werkzeug-2.3.4.tar.gz", hash = "sha256:1d5a58e0377d1fe39d061a5de4469e414e78ccb1e1e59c0f5ad6fa1c36c52b76"},
]
[package.dependencies]
@ -5709,4 +5709,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "52f3bdcc87f6d64b338a3b6d704564ec3231df5185626037ef4a4ec3267c94b1"
content-hash = "4f98b9a1e59d1225dc39952429a776278beadebb1a806fe714ffa9517384d713"

View File

@ -33,7 +33,7 @@ djangorestframework = "^3.14.0"
django-rest-auth = "^0.9.5"
django-cors-headers = "^4.0.0"
drf-spectacular = "^0.26.2"
werkzeug = {extras = ["watchdog"], version = "^2.3.3"}
werkzeug = {extras = ["watchdog"], version = "^2.3.4"}
ipdb = "^0.13.13"
watchfiles = "^0.18.1"
mypy = "^0.991"