Bump versions for pre-commit, pytest-xdist, msal and fastapi[all] (#3197)

* Bump versions

* Upgrade api version

* Upgrade precommit hooks

* Upgrade flake8 version
This commit is contained in:
Liza Shakury 2023-02-06 15:40:48 +02:00 коммит произвёл GitHub
Родитель 6ada035efe
Коммит d3fae422e2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -1,10 +1,10 @@
---
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
- repo: https://github.com/pycqa/flake8
rev: '6.0.0'
hooks:
- id: flake8
- repo: https://github.com/hcodes/yaspeller
rev: v7.0.0
rev: v8.0.1
hooks:
- id: yaspeller

Просмотреть файл

@ -1 +1 @@
__version__ = "0.11.2"
__version__ = "0.11.3"

Просмотреть файл

@ -9,11 +9,11 @@ azure-mgmt-costmanagement==3.0.0
azure-storage-blob==12.14.1
azure-servicebus==7.8.1
azure-eventgrid==4.9.1
fastapi[all]==0.88.0
fastapi[all]==0.89.1
fastapi-utils==0.2.1
gunicorn==20.1.0
jsonschema[format_nongpl]==4.17.1
msal==1.20.0
msal==1.21.0
opencensus-ext-azure==1.1.7
opencensus-ext-logging==0.1.1
PyJWT==2.6.0

Просмотреть файл

@ -4,5 +4,5 @@ pytest==7.2.0
pytest-asyncio==0.20.3
starlette
pytest-timeout==2.1.0
pytest-xdist==3.0.2
pytest-xdist==3.1.0
backoff==2.2.1

Просмотреть файл

@ -1,6 +1,6 @@
# Dev requirements
flake8==5.0.4 # same as super linter
pre-commit==2.21.0
flake8==6.0.0 # same as super linter
pre-commit==3.0.4
semantic-version==2.10.0
-r api_app/requirements.txt