Skip to content

Commit ee24d15

Browse files
Python dependency: Update werkzeug requirement from ==3.1.* to ==3.0.*
Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug) to permit the latest version. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](pallets/werkzeug@3.1.0...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1934a75 commit ee24d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ google-api-python-client==2.*
5353
google-auth-oauthlib==1.2.1
5454
keyring==25.*
5555
Werkzeug==3.0.*; python_version <= '3.8'
56-
Werkzeug==3.1.*; python_version >= '3.9'
56+
Werkzeug==3.0.*; python_version >= '3.9'
5757
typer[all]==0.15.*
5858
setuptools==75.*; python_version >= '3.12'
5959
jsonformatter~=0.3.4

0 commit comments

Comments
 (0)