diff --git a/docsrc/dev_requirements.txt b/docsrc/dev_requirements.txt index 85dd605b..4b4f3cb6 100644 --- a/docsrc/dev_requirements.txt +++ b/docsrc/dev_requirements.txt @@ -15,7 +15,7 @@ python-jose[cryptography]==3.3.0 aenum==3.1.16 ; python_version >= "3.9.2" and python_version < "4.0" arrow==1.4.0 ; python_version >= "3.9.2" and python_version < "4.0" -certifi==2025.4.26 ; python_version >= "3.9.2" and python_version < "4.0" +certifi==2025.11.12 ; python_version >= "3.9.2" and python_version < "4.0" cffi==1.17.1 ; python_version >= "3.9.2" and python_version < "4.0" and platform_python_implementation != "PyPy" charset-normalizer==3.4.3 ; python_version >= "3.9.2" and python_version < "4.0" cryptography==45.0.5 ; python_version >= "3.9.2" and python_version < "4.0" diff --git a/requirements.txt b/requirements.txt index 5fe5680b..fc51d7e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ aenum==3.1.16 ; python_full_version >= "3.9.2" and python_version < "4.0" arrow==1.4.0 ; python_full_version >= "3.9.2" and python_version < "4.0" -certifi==2025.10.5 ; python_full_version >= "3.9.2" and python_version < "4.0" +certifi==2025.11.12 ; python_full_version >= "3.9.2" and python_version < "4.0" cffi==2.0.0 ; python_full_version >= "3.9.2" and platform_python_implementation != "PyPy" and python_version < "4.0" charset-normalizer==3.4.4 ; python_full_version >= "3.9.2" and python_version < "4.0" cryptography==46.0.3 ; python_full_version >= "3.9.2" and python_version < "4.0"