Skip to content

Commit d11a6ab

Browse files
Bump werkzeug from 3.1.3 to 3.1.4
Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.3 to 3.1.4. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.1.3...3.1.4) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 015d444 commit d11a6ab

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ websocket-client==1.8.0
383383
# via python-socketio
384384
websockets==15.0.1
385385
# via uvicorn
386-
werkzeug==3.1.3
386+
werkzeug==3.1.4
387387
# via
388388
# flask
389389
# flask-cors

requirements.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ httpx==0.28.1
5757
# via
5858
# -r requirements.in
5959
# httpx-socks
60-
httpx-socks==0.10.1
60+
httpx-socks[asyncio]==0.10.1
6161
# via -r requirements.in
6262
idna==3.10
6363
# via
@@ -76,7 +76,7 @@ ldap3==2.9.1
7676
# via n2snusertools
7777
linkify-it-py==2.0.3
7878
# via markdown-it-py
79-
markdown-it-py==3.0.0
79+
markdown-it-py[linkify,plugins]==3.0.0
8080
# via
8181
# mdit-py-plugins
8282
# rich
@@ -175,10 +175,12 @@ typer==0.16.0
175175
# via -r requirements.in
176176
typing-extensions==4.14.1
177177
# via
178+
# anyio
178179
# beanie
179180
# fastapi
180181
# pydantic
181182
# pydantic-core
183+
# starlette
182184
# textual
183185
# typer
184186
# typing-inspection
@@ -198,5 +200,5 @@ uvicorn==0.35.0
198200
# via -r requirements.in
199201
wcwidth==0.2.13
200202
# via prettytable
201-
werkzeug==3.1.3
203+
werkzeug==3.1.4
202204
# via -r requirements.in

0 commit comments

Comments
 (0)