diff --git a/backend/dataall/base/cdkproxy/requirements.txt b/backend/dataall/base/cdkproxy/requirements.txt index d50cc92f3..15874c98f 100644 --- a/backend/dataall/base/cdkproxy/requirements.txt +++ b/backend/dataall/base/cdkproxy/requirements.txt @@ -11,9 +11,7 @@ PyYAML==6.0 requests==2.31.0 tabulate==0.8.9 uvicorn==0.15.0 -jinja2==3.1.2 werkzeug==3.0.1 constructs>=10.0.0,<11.0.0 git-remote-codecommit==1.16 -aws-ddk-core==1.3.0 -deprecated==1.2.13 \ No newline at end of file +aws-ddk-core==1.3.0 \ No newline at end of file diff --git a/backend/requirements.txt b/backend/requirements.txt index eaa4b6435..16f1de1bc 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -14,5 +14,4 @@ PyYAML==6.0 requests==2.31.0 requests_aws4auth==1.1.1 sqlalchemy==1.3.24 -starlette==0.27.0 -deprecated==1.2.13 \ No newline at end of file +starlette==0.27.0 \ No newline at end of file diff --git a/tests/requirements.txt b/tests/requirements.txt index 852f411a2..1c5ef81c2 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,5 +3,4 @@ pytest==7.3.1 pytest-cov==3.0.0 pytest-mock==3.6.1 pytest-dependency==0.5.1 -werkzeug==3.0.1 -deprecated==1.2.13 \ No newline at end of file +werkzeug==3.0.1 \ No newline at end of file