diff --git a/requirements-dev.txt b/requirements-dev.txt index f522b1e0..00f8f383 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ clickhouse-driver==0.2.9; python_version >= '3.7' and python_version < '4' clickhouse-sqlalchemy==0.2.4; python_version >= '3.7' and python_version < '4' cmdstanpy==1.2.4; python_version >= '3.8' contourpy==1.3.0; python_version >= '3.9' -cryptography==42.0.8; python_version >= '3.7' +cryptography==43.0.1; python_version >= '3.7' cx-oracle==8.3.0 cycler==0.12.1; python_version >= '3.8' et-xmlfile==1.1.0; python_version >= '3.6' diff --git a/requirements.txt b/requirements.txt index b5c42eee..d2998a98 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ click-repl==0.3.0; python_version >= '3.6' colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6' cron-descriptor==1.4.5 croniter==3.0.3; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3' -cryptography==42.0.8; python_version >= '3.7' +cryptography==43.0.1; python_version >= '3.7' deprecated==1.2.14; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' deprecation==2.1.0 dnspython==2.6.1; python_version >= '3.8'