diff --git a/.github/workflows/bar-api.yml b/.github/workflows/bar-api.yml index 290039b9..9fc65888 100644 --- a/.github/workflows/bar-api.yml +++ b/.github/workflows/bar-api.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - python-version: [3.7, 3.8, 3.9, 3.10.6] + python-version: [3.8, 3.9, 3.10.8, 3.11] services: redis: diff --git a/requirements.txt b/requirements.txt index 3a30c5a1..0d8bd36e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ aniso8601==9.0.1 appdirs==1.4.4 async-timeout==4.0.2 attrs==22.1.0 -black==22.8.0 +black==22.10.0 cachelib==0.9.0 certifi==2022.9.24 cffi==1.15.1 @@ -11,60 +11,61 @@ charset-normalizer==2.1.1 click commonmark==0.9.1 coverage==6.5.0 -cryptography==38.0.1 +cryptography==38.0.4 Deprecated==1.2.13 docopt==0.6.2 +exceptiongroup==1.0.4 flake8 -Flask==2.1.2 +Flask==2.2.2 Flask-Caching==2.0.1 Flask-Cors==3.0.10 -Flask-Limiter==2.6.3 +Flask-Limiter==2.8.1 flask-marshmallow==0.14.0 -flask-restx==0.5.1 +flask-restx==1.0.3 Flask-SQLAlchemy==2.5.1 -greenlet==1.1.3 +greenlet==2.0.1 idna==3.4 importlib-metadata iniconfig==1.1.1 itsdangerous==2.1.2 Jinja2==3.1.2 -jsonschema==4.16.0 -limits==2.7.0 +jsonschema==4.17.1 +limits==2.7.1 MarkupSafe==2.1.1 -marshmallow==3.18.0 +marshmallow==3.19.0 mccabe==0.7.0 -more-itertools==8.14.0 +more-itertools==9.0.0 mypy-extensions==0.4.3 mysqlclient==2.1.1 -numpy==1.21.6 +numpy==1.23.5 packaging==21.3 -pandas==1.3.5 -pathspec==0.9.0 -platformdirs==2.5.2 +pandas==1.5.2 +pathspec==0.10.2 +platformdirs==2.5.4 pluggy==1.0.0 py==1.11.0 -pycodestyle==2.9.1 +pycodestyle==2.10.0 pycparser==2.21 -pyflakes==2.5.0 +pyflakes==3.0.1 Pygments==2.13.0 pyparsing==3.0.9 -pyrsistent==0.18.1 -pytest==7.1.2 +pyrsistent==0.19.2 +pytest==7.2.0 python-dateutil==2.8.2 -pytz==2022.2.1 -redis==4.3.4 -regex==2022.9.13 +pytz==2022.6 +redis==4.3.5 +regex==2022.10.31 requests==2.28.1 rich==12.6.0 scour==0.38.2 six==1.16.0 -SQLAlchemy==1.4.40 +SQLAlchemy==1.4.44 toml==0.10.2 tomli==2.0.1 typed-ast==1.5.4 -typing_extensions==4.3.0 -urllib3==1.26.12 +typing_extensions==4.4.0 +urllib3==1.26.13 wcwidth==0.2.5 -Werkzeug==2.1.2 +Werkzeug==2.2.2 wrapt==1.14.1 -zipp==3.8.1 +zipp==3.11.0