From 6f3eb0d2bccd8ff0ea4cffbccc8d18d3c7f0611e Mon Sep 17 00:00:00 2001 From: Will Greenberg Date: Mon, 25 Mar 2024 15:46:33 -0700 Subject: [PATCH] Update oldest pyOpenSSL, which also bumps cryptography --- tools/oldest_constraints.txt | 4 ++-- tools/pinning/oldest/pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/oldest_constraints.txt b/tools/oldest_constraints.txt index 44574481e..2937d05a8 100644 --- a/tools/oldest_constraints.txt +++ b/tools/oldest_constraints.txt @@ -15,7 +15,7 @@ colorama==0.4.6 ; python_version >= "3.8" and python_version < "3.9" and sys_pla configargparse==1.5.3 ; python_version >= "3.8" and python_version < "3.9" configobj==5.0.6 ; python_version >= "3.8" and python_version < "3.9" coverage==7.4.4 ; python_version >= "3.8" and python_version < "3.9" -cryptography==36.0.0 ; python_version >= "3.8" and python_version < "3.9" +cryptography==41.0.5 ; python_version >= "3.8" and python_version < "3.9" cython==0.29.37 ; python_version >= "3.8" and python_version < "3.9" dill==0.3.8 ; python_version >= "3.8" and python_version < "3.9" distlib==0.3.8 ; python_version >= "3.8" and python_version < "3.9" @@ -56,7 +56,7 @@ pyasn1-modules==0.3.0 ; python_version >= "3.8" and python_version < "3.9" pyasn1==0.4.8 ; python_version >= "3.8" and python_version < "3.9" pycparser==2.14 ; python_version >= "3.8" and python_version < "3.9" pylint==3.1.0 ; python_version >= "3.8" and python_version < "3.9" -pyopenssl==17.5.0 ; python_version >= "3.8" and python_version < "3.9" +pyopenssl==24.1.0 ; python_version >= "3.8" and python_version < "3.9" pyotp==2.9.0 ; python_version >= "3.8" and python_version < "3.9" pyparsing==2.2.1 ; python_version >= "3.8" and python_version < "3.9" pyrfc3339==1.0 ; python_version >= "3.8" and python_version < "3.9" diff --git a/tools/pinning/oldest/pyproject.toml b/tools/pinning/oldest/pyproject.toml index 043557bfc..1adec254f 100644 --- a/tools/pinning/oldest/pyproject.toml +++ b/tools/pinning/oldest/pyproject.toml @@ -52,7 +52,7 @@ cffi = "1.12.3" chardet = "3.0.4" cloudflare = "1.5.1" configobj = "5.0.6" -cryptography = "36.0.0" +cryptography = "41.0.5" distro = "1.0.1" dns-lexicon = "3.15.1" dnspython = "1.15.0" @@ -67,7 +67,7 @@ ndg-httpsclient = "0.3.2" parsedatetime = "2.4" pbr = "1.8.0" ply = "3.4" -pyOpenSSL = "17.5.0" +pyOpenSSL = "24.1.0" pyRFC3339 = "1.0" pyasn1 = "0.4.8" pycparser = "2.14"