Skip to content

Commit

Permalink
Bump versions for pre-commit, pytest-xdist, msal and fastapi[all] (#3197
Browse files Browse the repository at this point in the history
)

* Bump versions

* Upgrade api version

* Upgrade precommit hooks

* Upgrade flake8 version
  • Loading branch information
LizaShak authored Feb 6, 2023
1 parent 6ada035 commit d3fae42
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion api_app/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.11.2"
__version__ = "0.11.3"
4 changes: 2 additions & 2 deletions api_app/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion e2e_tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d3fae42

Please sign in to comment.