Skip to content

Commit be299e7

Browse files
dependabot[bot]WilliamBergaminClaude
authored
chore(deps-dev): update pyramid requirement from <3,>=1 to >=2.1,<3 (#1538)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William Bergamin <wbergamin@salesforce.com> Co-authored-by: William Bergamin <wbergamin@slack-corp.com> Co-authored-by: Claude <svc-devxp-claude@slack-corp.com>
1 parent abac1dd commit be299e7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

requirements/adapter_dev.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ Werkzeug>=2,<3; python_version < "3.9"
4545
Werkzeug>=3.1.8,<4; python_version >= "3.9"
4646

4747
# pyramid
48-
pyramid>=1,<3
48+
# Note: pyramid 2.1 requires Python >=3.10; 3.7/3.8/3.9 stay on the last 2.0.x release.
49+
pyramid>=1,<2.1; python_version < "3.10"
50+
pyramid>=2.1,<3; python_version >= "3.10"
4951

5052
# setuptools
5153
# Note: Pyramid depends on pkg_resources (deprecated in setuptools 67.5.0, removed in 82+). See: https://github.com/Pylons/pyramid/issues/3731

0 commit comments

Comments
 (0)