Skip to content

Commit b650df4

Browse files
chore(deps-dev): update pyramid requirement from <3,>=1 to >=2.1,<3
Updates the requirements on [pyramid](https://github.com/Pylons/pyramid) to permit the latest version. - [Changelog](https://github.com/Pylons/pyramid/blob/2.1/CHANGES.rst) - [Commits](Pylons/pyramid@1.0...2.1) --- updated-dependencies: - dependency-name: pyramid dependency-version: '2.1' dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 29b9dbd commit b650df4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/adapter_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Flask>=1,<4; python_version<"3.9"
1717
Flask>=3.1.3,<4; python_version>="3.9"
1818
Werkzeug>=2,<3; python_version<"3.9"
1919
Werkzeug>=3.1.8,<4; python_version>="3.9"
20-
pyramid>=1,<3
20+
pyramid>=2.1,<3
2121
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
2222

2323
# Sanic and its dependencies

0 commit comments

Comments
 (0)