Skip to content

Commit

Permalink
Bump flask to 1.1.1 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulineribeyre authored Sep 25, 2019
1 parent 3cfb128 commit 39cb859
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
httmock==1.2.3
pytest>=3.2.3,<4.0.0
pytest>=4.6.5,<5.0.0
lockfile==0.10.2
coverage==3.7.1
mock==1.0.1
pytest-flask==0.8.1
pytest-flask==0.15.0
pytest-cov==2.5.1
codacy-coverage
moto==0.4.5
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ python-Levenshtein==0.12.0
python-keystoneclient==1.6.0
fuzzywuzzy==0.6.1
addict==0.2.7
Flask==0.12.4
Flask==1.1.1
Flask-Cors==1.9.0
gen3authz==0.2.1
Jinja2==2.7.3
MarkupSafe==0.23
PyYAML==5.1
Werkzeug==0.9.6
Werkzeug==0.16.0
boto==2.36.0
elasticsearch==1.2.0
itsdangerous==0.24
Expand Down
1 change: 0 additions & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
sys.path.insert(0, here)


@pytest.fixture(scope='session')
def pg_config():
return dict(
host='localhost',
Expand Down

0 comments on commit 39cb859

Please sign in to comment.