mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
remove pylint pinning
This commit is contained in:
parent
d244013355
commit
4155ea7a3d
2 changed files with 18 additions and 25 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# that script.
|
||||
apacheconfig==0.3.2 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
asn1crypto==0.24.0 ; python_full_version >= "3.7.0" and python_full_version < "3.8.0"
|
||||
astroid==2.11.7 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
astroid==2.12.12 ; python_full_version >= "3.7.2" and python_full_version < "3.8.0"
|
||||
attrs==22.1.0 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
boto3==1.15.15 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
botocore==1.18.15 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
|
|
@ -16,12 +16,12 @@ configobj==5.0.6 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
|||
coverage==6.5.0 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
cryptography==3.2.1 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
cython==0.29.32 ; python_full_version >= "3.7.0" and python_full_version < "3.8.0"
|
||||
dill==0.3.6 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
dill==0.3.6 ; python_full_version >= "3.7.2" and python_full_version < "3.8.0"
|
||||
distlib==0.3.6 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
distro==1.0.1 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
dns-lexicon==3.2.1 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
dnspython==1.15.0 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
exceptiongroup==1.0.1 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
exceptiongroup==1.0.4 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
execnet==1.9.0 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
filelock==3.8.0 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
funcsigs==0.4 ; python_full_version >= "3.7.0" and python_full_version < "3.8.0"
|
||||
|
|
@ -32,28 +32,28 @@ idna==2.6 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
|||
importlib-metadata==5.0.0 ; python_version >= "3.7" and python_version < "3.8"
|
||||
iniconfig==1.1.1 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
ipaddress==1.0.16 ; python_full_version >= "3.7.0" and python_full_version < "3.8.0"
|
||||
isort==5.10.1 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
isort==5.10.1 ; python_full_version >= "3.7.2" and python_full_version < "3.8.0"
|
||||
jmespath==0.10.0 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
josepy==1.13.0 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
lazy-object-proxy==1.8.0 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
lazy-object-proxy==1.8.0 ; python_full_version >= "3.7.2" and python_full_version < "3.8.0"
|
||||
logger==1.4 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
mccabe==0.7.0 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
mccabe==0.7.0 ; python_full_version >= "3.7.2" and python_full_version < "3.8.0"
|
||||
mypy-extensions==0.4.3 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
mypy==0.990 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
mypy==0.991 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
ndg-httpsclient==0.3.2 ; python_full_version >= "3.7.0" and python_full_version < "3.8.0"
|
||||
oauth2client==4.0.0 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
packaging==21.3 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
parsedatetime==2.4 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
pbr==1.8.0 ; python_full_version >= "3.7.0" and python_full_version < "3.8.0"
|
||||
pip==22.3.1 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
platformdirs==2.5.3 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
platformdirs==2.5.4 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
pluggy==1.0.0 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
ply==3.4 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
py==1.11.0 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
pyasn1-modules==0.0.10 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
pyasn1==0.1.9 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
pycparser==2.14 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
pylint==2.13.9 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
pylint==2.15.5 ; python_full_version >= "3.7.2" and python_full_version < "3.8.0"
|
||||
pyopenssl==17.5.0 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
pyparsing==2.2.1 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
pyrfc3339==1.0 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
|
|
@ -73,22 +73,23 @@ s3transfer==0.3.7 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
|||
setuptools==41.6.0 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
six==1.11.0 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
tldextract==3.4.0 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
tomli==2.0.1 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
tomli==2.0.1 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
tomlkit==0.11.6 ; python_full_version >= "3.7.2" and python_full_version < "3.8.0"
|
||||
tox==1.9.2 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
typed-ast==1.5.4 ; python_version < "3.8" and python_version >= "3.7"
|
||||
types-cryptography==3.3.23.2 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
types-pyopenssl==22.1.0.2 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
types-pyrfc3339==1.1.1 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
types-python-dateutil==2.8.19.3 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
types-python-dateutil==2.8.19.4 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
types-pytz==2022.6.0.1 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
types-requests==2.28.11.4 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
types-setuptools==65.5.0.2 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
types-six==1.16.21.2 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
types-urllib3==1.26.25.3 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
types-requests==2.28.11.5 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
types-setuptools==65.5.0.3 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
types-six==1.16.21.3 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
types-urllib3==1.26.25.4 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
typing-extensions==4.4.0 ; python_version >= "3.7" and python_version < "3.8"
|
||||
uritemplate==3.0.1 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
urllib3==1.24.2 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
virtualenv==20.16.6 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
virtualenv==20.16.7 ; python_version >= "3.7" and python_full_version < "3.8.0"
|
||||
wheel==0.33.6 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
wrapt==1.14.1 ; python_full_version < "3.8.0" and python_version >= "3.7"
|
||||
wrapt==1.14.1 ; python_full_version >= "3.7.2" and python_full_version < "3.8.0"
|
||||
zipp==3.10.0 ; python_version >= "3.7" and python_version < "3.8"
|
||||
|
|
|
|||
|
|
@ -97,14 +97,6 @@ cython = "*"
|
|||
# wheel 0.34.0 is buggy).
|
||||
wheel = "<0.34.0"
|
||||
|
||||
# pylint often adds new checks that we need to conform our code to when
|
||||
# upgrading our dependencies. To help control when this needs to be done, we
|
||||
# pin pylint to a compatible version here.
|
||||
#
|
||||
# If this pinning is removed, we may still need to add a lower bound for the
|
||||
# pylint version. See https://github.com/certbot/certbot/pull/9229.
|
||||
pylint = "2.13.9"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
[build-system]
|
||||
|
|
|
|||
Loading…
Reference in a new issue