pin back josepy

This commit is contained in:
Brad Warren 2021-11-22 17:17:54 -08:00
parent f029746960
commit 90fb08a4a0
2 changed files with 5 additions and 1 deletions

View file

@ -51,6 +51,10 @@ awscli = ">=1.19.62"
# as a dependency here to ensure a version of cython is pinned for extra
# stability.
cython = "*"
# Due to better type annotations in new versions, mypy tests currently fail
# with new versions of josepy so we pin it back for now. Fixing this is being
# tracked by https://github.com/certbot/certbot/issues/9113.
josepy = "1.9.0"
# We install mock in our "external-mock" tox environment to test that we didn't
# break Certbot's test API which used to always use mock objects from the 3rd
# party mock library. We list the mock dependency here so that is pinned, but

View file

@ -76,7 +76,7 @@ jedi==0.18.1; python_version == "3.6" or python_version >= "3.7"
jeepney==0.7.1; python_version >= "3.6" and python_version < "4.0" and sys_platform == "linux"
jinja2==3.0.3; python_version >= "3.6" or python_version >= "3.6"
jmespath==0.10.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
josepy==1.11.0; python_version >= "3.6"
josepy==1.9.0; python_version >= "3.6"
jsonlines==2.0.0; python_version >= "3.6"
jsonpickle==2.0.0; python_version >= "3.6"
jsonschema==3.2.0; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6"