diff --git a/examples/webpy_example/requirements.txt b/examples/webpy_example/requirements.txt index accc6fda4..39fa96c49 100644 --- a/examples/webpy_example/requirements.txt +++ b/examples/webpy_example/requirements.txt @@ -1,3 +1,7 @@ Jinja2==2.6 -web.py==0.37 +web.py==0.39 python-social-auth +certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability +cryptography>=42.0.8 # not directly required, pinned by Snyk to avoid a vulnerability +idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability +requests>=2.31.0 # not directly required, pinned by Snyk to avoid a vulnerability