Skip to content

Commit

Permalink
Fixed min version of importlib-metadata inconsistency
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed Oct 12, 2022
1 parent 31785b5 commit 4b86502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minimum-constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ testfixtures==6.3.0; python_version == '3.5'
testfixtures==6.9.0; python_version >= '3.6'
colorama==0.3.9; python_version <= '3.4'
colorama==0.4.0; python_version >= '3.5'
importlib-metadata==0.12; python_version <= '3.7'
importlib-metadata==0.22; python_version <= '3.7'
importlib-metadata==1.1.0; python_version >= '3.8'
pytz==2016.10; python_version <= '3.9'
pytz==2019.1; python_version >= '3.10'
Expand Down

0 comments on commit 4b86502

Please sign in to comment.