Skip to content

Commit

Permalink
Removed vulnerable versions of flask and requests
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydvoss committed Jun 6, 2023
1 parent 3a2d8df commit b1556a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-flask/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
include_package_data=True,
long_description=open('README.rst').read(),
install_requires=[
'flask >= 0.12.3, < 3.0.0, != 1.1.3',
'flask >= 0.12.3, < 3.0.0, != 1.1.3, != 2.2.3, != 2.2.4',
'opencensus >= 0.12.dev0, < 1.0.0',
],
extras_require={},
Expand Down
2 changes: 1 addition & 1 deletion contrib/opencensus-ext-requests/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
include_package_data=True,
long_description=open('README.rst').read(),
install_requires=[
'opencensus >= 0.12.dev0, < 1.0.0',
'opencensus >= 0.12.dev0, < 1.0.0, != 2.28.2, != 2.29.0, != 2.30.0',
'requests >= 2.19.0, < 3.0.0',
'wrapt >= 1.0.0, < 2.0.0',
],
Expand Down

0 comments on commit b1556a4

Please sign in to comment.