8000 chore(renovate): pin httpx until respx is fixed · python-gitlab/python-gitlab@b70830d · GitHub
[go: up one dir, main page]

Skip to content

Commit b70830d

Browse files
nejchJohnVillalovos
authored andcommitted
chore(renovate): pin httpx until respx is fixed
1 parent 0d41da3 commit b70830d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.renovaterc.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@
2626
}
2727
],
2828
"packageRules": [
29+
{
30+
"description": "Pin httpx until https://github.com/lundberg/respx/issues/277 is solved",
31+
"matchPackageNames": "httpx",
32+
"allowedVersions": "<0.28.0"
33+
},
2934
{
3035
"depTypeList": [
3136
"action"

0 commit comments

Comments
 (0)
0