Skip to content

Commit 80818d0

Browse files
authored
Bump pluggy (drops py38) (#12908)
1 parent 1973c98 commit 80818d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ci-constraints-requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ platformdirs==4.3.8 ; python_full_version >= '3.9'
158158
# via virtualenv
159159
pluggy==1.2.0 ; python_full_version < '3.8'
160160
# via pytest
161-
pluggy==1.5.0 ; python_full_version >= '3.8'
161+
pluggy==1.5.0 ; python_full_version == '3.8.*'
162+
# via pytest
163+
pluggy==1.6.0 ; python_full_version >= '3.9'
162164
# via pytest
163165
pretend==1.0.9
164166
# via cryptography (pyproject.toml)

0 commit comments

Comments
 (0)