diff --git a/requirements/app.txt b/requirements/app.txt index 4a85c6d..543a098 100644 --- a/requirements/app.txt +++ b/requirements/app.txt @@ -6,7 +6,7 @@ # async-timeout==4.0.3 # via redis -attrs==23.1.0 +attrs==23.2.0 # via # jsonschema # referencing @@ -94,7 +94,7 @@ redis==5.0.1 # -r requirements/app.in # flask-redis # limits -referencing==0.32.0 +referencing==0.32.1 # via # jsonschema # jsonschema-specifications @@ -126,5 +126,5 @@ werkzeug==3.0.1 # via flask wrapt==1.16.0 # via deprecated -wtforms==3.1.1 +wtforms==3.1.2 # via flask-inputs diff --git a/requirements/deploy.txt b/requirements/deploy.txt index e252218..b269451 100644 --- a/requirements/deploy.txt +++ b/requirements/deploy.txt @@ -6,7 +6,7 @@ # async-timeout==4.0.3 # via redis -attrs==23.1.0 +attrs==23.2.0 # via # jsonschema # referencing @@ -94,7 +94,7 @@ redis==5.0.1 # -r requirements/app.in # flask-redis # limits -referencing==0.32.0 +referencing==0.32.1 # via # jsonschema # jsonschema-specifications @@ -128,5 +128,5 @@ werkzeug==3.0.1 # via flask wrapt==1.16.0 # via deprecated -wtforms==3.1.1 +wtforms==3.1.2 # via flask-inputs diff --git a/requirements/dev.txt b/requirements/dev.txt index 7847cc7..dceff38 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -12,7 +12,7 @@ asgiref==3.7.2 # via -r requirements/tests.in async-timeout==4.0.3 # via redis -attrs==23.1.0 +attrs==23.2.0 # via # jsonschema # referencing @@ -173,7 +173,7 @@ pyproject-api==1.6.1 # via tox pyproject-hooks==1.0.0 # via build -pytest==7.4.3 +pytest==7.4.4 # via # -r requirements/tests.in # pytest-cov @@ -188,7 +188,7 @@ redis==5.0.1 # -r requirements/app.in # flask-redis # limits -referencing==0.32.0 +referencing==0.32.1 # via # jsonschema # jsonschema-specifications @@ -285,7 +285,7 @@ wheel==0.42.0 # via pip-tools wrapt==1.16.0 # via deprecated -wtforms==3.1.1 +wtforms==3.1.2 # via flask-inputs # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements/docs.txt b/requirements/docs.txt index c360835..601ce7e 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -10,7 +10,7 @@ annotated-types==0.6.0 # via pydantic async-timeout==4.0.3 # via redis -attrs==23.1.0 +attrs==23.2.0 # via # jsonschema # referencing @@ -125,7 +125,7 @@ redis==5.0.1 # -r requirements/app.in # flask-redis # limits -referencing==0.32.0 +referencing==0.32.1 # via # jsonschema # jsonschema-specifications @@ -205,5 +205,5 @@ werkzeug==3.0.1 # via flask wrapt==1.16.0 # via deprecated -wtforms==3.1.1 +wtforms==3.1.2 # via flask-inputs diff --git a/requirements/tests.txt b/requirements/tests.txt index 2bfce6b..8ca690d 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -8,7 +8,7 @@ asgiref==3.7.2 # via -r requirements/tests.in async-timeout==4.0.3 # via redis -attrs==23.1.0 +attrs==23.2.0 # via # jsonschema # referencing @@ -126,7 +126,7 @@ pygments==2.17.2 # via rich pyproject-api==1.6.1 # via tox -pytest==7.4.3 +pytest==7.4.4 # via # -r requirements/tests.in # pytest-cov @@ -141,7 +141,7 @@ redis==5.0.1 # -r requirements/app.in # flask-redis # limits -referencing==0.32.0 +referencing==0.32.1 # via # jsonschema # jsonschema-specifications @@ -184,5 +184,5 @@ werkzeug==3.0.1 # via flask wrapt==1.16.0 # via deprecated -wtforms==3.1.1 +wtforms==3.1.2 # via flask-inputs