diff --git a/docs/adr/assets/ADR-003/examples/python/requirements.txt b/docs/adr/assets/ADR-003/examples/python/requirements.txt index 2217ba5..dabdf71 100644 --- a/docs/adr/assets/ADR-003/examples/python/requirements.txt +++ b/docs/adr/assets/ADR-003/examples/python/requirements.txt @@ -1,2 +1,2 @@ PyJWT==2.12.0 -requests==2.32.4 +requests==2.33.0 diff --git a/scripts/docker/examples/python/assets/hello_world/requirements.txt b/scripts/docker/examples/python/assets/hello_world/requirements.txt index fd3a2bd..d660ee6 100644 --- a/scripts/docker/examples/python/assets/hello_world/requirements.txt +++ b/scripts/docker/examples/python/assets/hello_world/requirements.txt @@ -1,12 +1,12 @@ blinker==1.6.2 click==8.1.7 Flask-WTF==1.2.0 -Flask==2.3.3 +Flask==3.1.3 itsdangerous==2.1.2 Jinja2==3.1.5 MarkupSafe==2.1.3 -pip==25.3 +pip==26.0 setuptools==78.1.1 -Werkzeug==3.1.4 +Werkzeug==3.1.6 wheel==0.46.2 WTForms==3.0.1