From faf43bd3b0adafc0f71b129fe71e82ab9c6a0e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Fri, 21 Jul 2023 12:45:12 +0200 Subject: [PATCH] chore: actually do upgrade cryptography req See: https://github.com/overhangio/tutor/security/dependabot/14 --- requirements/base.txt | 2 +- requirements/dev.txt | 4 ++-- requirements/docs.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index ef14424..fa90477 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # -# pip-compile --config=pyproject.toml requirements/base.in +# pip-compile requirements/base.in # appdirs==1.4.4 # via -r requirements/base.in diff --git a/requirements/dev.txt b/requirements/dev.txt index 6689b85..316b907 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # -# pip-compile --config=pyproject.toml requirements/dev.in +# pip-compile requirements/dev.in # altgraph==0.17.3 # via pyinstaller @@ -44,7 +44,7 @@ click-log==0.4.0 # via scriv coverage==7.2.7 # via -r requirements/dev.in -cryptography==41.0.1 +cryptography==41.0.2 # via secretstorage dill==0.3.6 # via pylint diff --git a/requirements/docs.txt b/requirements/docs.txt index cc0ab3d..016cb3d 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -2,7 +2,7 @@ # This file is autogenerated by pip-compile with Python 3.10 # by the following command: # -# pip-compile --config=pyproject.toml requirements/docs.in +# pip-compile requirements/docs.in # alabaster==0.7.13 # via sphinx