diff --git a/circleci/images/stylechecker/files/etc/requirements.txt b/circleci/images/stylechecker/files/etc/requirements.txt index 55f4558..b798026 100644 --- a/circleci/images/stylechecker/files/etc/requirements.txt +++ b/circleci/images/stylechecker/files/etc/requirements.txt @@ -61,7 +61,7 @@ pyyaml==6.0 ruamel.yaml==0.17.16; python_version >= '3' ruamel.yaml.clib==0.2.7; platform_python_implementation == 'CPython' and python_version < '3.10' sortedcontainers==2.4.0 -tornado==6.3; python_version >= '3.8' +tornado==6.3.2; python_version >= '3.8' urwid==2.1.2 werkzeug==2.2.3; python_version >= '3.7' wsproto==1.0.0; python_full_version >= '3.6.1'