also update jaroco-context as a workaround
see previous commit
This commit is contained in:
parent
433074c681
commit
adf39e9f72
|
|
@ -31,11 +31,13 @@ pytest-xdist
|
|||
# Needed to test misc/userscripts/qute-lastpass
|
||||
tldextract
|
||||
|
||||
# importlib_resources==6.4.0 is being included in the lock file via
|
||||
# setuptools' vendored dependencies and conflicting with the more up to date
|
||||
# one pulled down by other requirements files. Include it here even though we
|
||||
# don't need to to make sure we at least get an up to date one.
|
||||
# importlib_resources==6.4.0 and context==5.3.0 are being included in the lock
|
||||
# file via setuptools' vendored dependencies and conflicting with the more up
|
||||
# to date one pulled down by other requirements files.
|
||||
# Include them here even though we don't need them to make sure we at least
|
||||
# get an up to date version.
|
||||
importlib_resources
|
||||
#@ markers: importlib_resources python_version=="3.8.*"
|
||||
jaraco.context
|
||||
|
||||
#@ ignore: Jinja2, MarkupSafe, colorama
|
||||
|
|
|
|||
Loading…
Reference in New Issue