Skip to content

Commit cd47347

Browse files
narrower pin
1 parent 6ace6fd commit cd47347

3 files changed

Lines changed: 14 additions & 4 deletions

File tree

scripts/populate_tox/config.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,9 @@
346346
"pyramid": {
347347
"package": "pyramid",
348348
"deps": {
349-
"*": ["werkzeug<2.1.0", "setuptools<82"],
349+
"*": ["werkzeug<2.1.0"],
350+
# Pinned by library in https://github.com/Pylons/pyramid/commit/e239cb693b06e8d01c02dacd2a7b93e5d0a4d5ae
351+
"<2.1": ["setuptools<82"],
350352
},
351353
},
352354
"quart": {
@@ -367,7 +369,8 @@
367369
"ray": {
368370
"package": "ray",
369371
"deps": {
370-
"*": ["setuptools<82"],
372+
# Required for pkg_resources import prior to https://github.com/ray-project/ray/commit/7e9043c38d76412c310fcf6e3fff79cb55d481da
373+
"<2.10": ["setuptools<82"],
371374
},
372375
"python": {
373376
">0.0,<2.52.0": ">=3.9",

0 commit comments

Comments
 (0)