Skip to content

Commit

Permalink
Bump flask from 1.1.2 to 2.3.2 in /streampipes-wrapper-python (#1540)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 1, 2023
1 parent 3a7322d commit 793674e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion streampipes-wrapper-python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
waitress==2.1.2
click==7.1.2
confluent-kafka==1.4.2
Flask==1.1.2
Flask==2.3.2
Flask-Classful==0.14.2
Flask-Negotiate==0.1.0
idna==2.10
Expand Down
2 changes: 1 addition & 1 deletion streampipes-wrapper-python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
long_description_content_type='text/markdown',
install_requires=[
'confluent-kafka==1.4.2',
'Flask==1.1.2',
'Flask==2.3.2',
'flask-classful==0.14.2',
'Flask-Negotiate==0.1.0',
'waitress==2.1.2',
Expand Down

0 comments on commit 793674e

Please sign in to comment.