Skip to content

Commit

Permalink
Update zipp for new release that raises MSPV (#11932)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex authored Nov 11, 2024
1 parent 854da3d commit 7a22df0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci-constraints-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -302,10 +302,12 @@ webencodings==0.5.1 ; python_full_version < '3.8'
# via bleach
zipp==3.15.0 ; python_full_version < '3.8'
# via importlib-metadata
zipp==3.20.2 ; python_full_version >= '3.8' and python_full_version < '3.10.2'
zipp==3.20.2 ; python_full_version == '3.8.*'
# via
# importlib-metadata
# importlib-resources
zipp==3.21.0 ; python_full_version >= '3.9' and python_full_version < '3.10.2'
# via importlib-metadata

# The following packages were excluded from the output:
# cffi
Expand Down

0 comments on commit 7a22df0

Please sign in to comment.