diff --git a/requirements/dev.txt b/requirements/dev.txt index 99e17b4408..f40b307b8e 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -79,7 +79,7 @@ click-repl==0.3.0 # via # -r prod.txt # celery -cryptography==46.0.7 +cryptography==48.0.1 # via # -r prod.txt # joserfc diff --git a/requirements/functests.txt b/requirements/functests.txt index c4b62e8f71..4520c495c9 100644 --- a/requirements/functests.txt +++ b/requirements/functests.txt @@ -79,7 +79,7 @@ click-repl==0.3.0 # via # -r prod.txt # celery -cryptography==46.0.7 +cryptography==48.0.1 # via # -r prod.txt # joserfc diff --git a/requirements/lint.txt b/requirements/lint.txt index 46f3692a6d..aeb39d52c6 100644 --- a/requirements/lint.txt +++ b/requirements/lint.txt @@ -111,7 +111,7 @@ coverage[toml]==7.10.6 # via # -r tests.txt # pytest-cov -cryptography==46.0.7 +cryptography==48.0.1 # via # -r functests.txt # -r tests.txt diff --git a/requirements/prod.txt b/requirements/prod.txt index 075ce6792c..d4c52c5654 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -49,7 +49,7 @@ click-plugins==1.1.1 # via celery click-repl==0.3.0 # via celery -cryptography==46.0.7 +cryptography==48.0.1 # via # joserfc # pyjwt diff --git a/requirements/tests.txt b/requirements/tests.txt index fc673748d8..9ff1e57a4b 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -83,7 +83,7 @@ click-repl==0.3.0 # celery coverage[toml]==7.10.6 # via pytest-cov -cryptography==46.0.7 +cryptography==48.0.1 # via # -r prod.txt # joserfc diff --git a/requirements/typecheck.txt b/requirements/typecheck.txt index 6ae38067a5..7720e70c82 100644 --- a/requirements/typecheck.txt +++ b/requirements/typecheck.txt @@ -77,7 +77,7 @@ click-repl==0.3.0 # via # -r prod.txt # celery -cryptography==46.0.7 +cryptography==48.0.1 # via # -r prod.txt # joserfc