Skip to content

Commit f58bb0c

Browse files
Merge branch 'dependabot/pip/falcon-gte-4.2.0-and-lt-5' of https://github.com/slackapi/bolt-python into dependabot/pip/falcon-gte-4.2.0-and-lt-5
2 parents 92c1861 + 6d466eb commit f58bb0c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

requirements/adapter.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ falcon>=4.2.0,<5; python_version<"3.11"
1111
falcon>=3.1.1,<5; python_version>="3.11"
1212
fastapi>=0.70.0,<1
1313
Flask>=1,<4
14-
Werkzeug>=2,<4
14+
Werkzeug>=2,<3; python_version<"3.9"
15+
Werkzeug>=3.1.8,<4; python_version>="3.9"
1516
pyramid>=1,<3
1617
setuptools<82 # Pinned: Pyramid depends on pkg_resources (deprecated in setuptools 67.5.0, removed in 82+). See: https://github.com/Pylons/pyramid/issues/3731
1718

0 commit comments

Comments
 (0)