Merge pull request #133 from Alexander-D-Karpov/dependabot/pip/werkzeug-2.3.3

Bump werkzeug from 2.3.2 to 2.3.3
This commit is contained in:
Alexander Karpov 2023-05-08 11:35:50 +03:00 committed by GitHub
commit 4bd36ab159
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

@ -5373,14 +5373,14 @@ files = [
[[package]]
name = "werkzeug"
version = "2.3.2"
version = "2.3.3"
description = "The comprehensive WSGI web application library."
category = "main"
optional = false
python-versions = ">=3.8"
files = [
{file = "Werkzeug-2.3.2-py3-none-any.whl", hash = "sha256:b7b8bc1609f35ae8e45d48a9b58d7a4eb1e41eec148d37e977e5df6ebf3398b2"},
{file = "Werkzeug-2.3.2.tar.gz", hash = "sha256:2f3278e9ef61511cdf82cc28fc5da0f5b501dd8f01ecf5ef6a5d810048f68702"},
{file = "Werkzeug-2.3.3-py3-none-any.whl", hash = "sha256:4866679a0722de00796a74086238bb3b98d90f423f05de039abb09315487254a"},
{file = "Werkzeug-2.3.3.tar.gz", hash = "sha256:a987caf1092edc7523edb139edb20c70571c4a8d5eed02e0b547b4739174d091"},
]
[package.dependencies]
@ -5698,4 +5698,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"]
[metadata]
lock-version = "2.0"
python-versions = "^3.11"
content-hash = "16eba8e9b1046c36b55cb0cf9bf478435b2ca90c19e896782a9761cf6cc55754"
content-hash = "5837eb6fa52d084699060d6fbf6fa9c599ccf9da936a4e80e418e5636a743c17"

View File

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