Skip to content
This repository was archived by the owner on Sep 5, 2023. It is now read-only.

Commit

Permalink
Merge branch 'main' into fix/add-try-except
Browse files Browse the repository at this point in the history
  • Loading branch information
jgwerner authored May 14, 2021
2 parents 66d46e9 + 907e6c5 commit ba000b3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
9 changes: 5 additions & 4 deletions dev-requirements.in
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
black==20.8b1
codecov==2.1.9
coverage==5.5
flake8==3.9.0
flake8==3.9.1
flask==1.1.2
flask-sqlalchemy==2.5.1
gunicorn==20.1.0
isort==5.8.0
kubernetes==12.0.1
mock==4.0.2
pip-tools==6.1.0
pytest==6.2.2
pip-tools==5.4.0
pre-commit==2.10.1
pytest==6.2.4
pre-commit==2.10.0
pykube==0.15.0
pytest-cov==2.11.1
pytest-asyncio==0.15.1
pytest-cov==2.10.1
pytest-flask==1.2.0
pytest-html==3.0.0
pytest-metadata==1.10.0
Expand Down
8 changes: 4 additions & 4 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ distlib==0.3.1
# via virtualenv
filelock==3.0.12
# via virtualenv
flake8==3.9.0
flake8==3.9.1
# via -r dev-requirements.in
flask-sqlalchemy==2.5.1
# via -r dev-requirements.in
Expand Down Expand Up @@ -91,7 +91,7 @@ pip-tools==6.1.0
# via -r dev-requirements.in
pluggy==0.13.1
# via pytest
pre-commit==2.10.0
pre-commit==2.10.1
# via -r dev-requirements.in
py==1.10.0
# via pytest
Expand All @@ -116,7 +116,7 @@ pyparsing==2.4.7
# packaging
pytest-asyncio==0.15.1
# via -r dev-requirements.in
pytest-cov==2.10.1
pytest-cov==2.11.1
# via -r dev-requirements.in
pytest-flask==1.2.0
# via -r dev-requirements.in
Expand All @@ -128,7 +128,7 @@ pytest-metadata==1.10.0
# pytest-html
pytest-mock==3.3.1
# via -r dev-requirements.in
pytest==6.2.2
pytest==6.2.4
# via
# -r dev-requirements.in
# pytest-asyncio
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ba000b3

Please sign in to comment.