Skip to content

Commit

Permalink
🐛 fix dependency related flask and werkzeug 3x (close #99)
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelrpl committed Dec 16, 2024
1 parent 58c8d27 commit 5228dc3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
Changes
=======

Version 1.0.1 (2024-12-16)
--------------------------

- Fix depended bot related Flask dependency <2.3 due Werkzeug vulnerability on version less than 3x


Version 1.0.0 (2024-08-19)
--------------------------

Expand Down
2 changes: 1 addition & 1 deletion bdc_collectors/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

"""Version information for BDC-Collectors."""

__version__ = '1.0.0'
__version__ = '1.0.1'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@

install_requires = [
'python-dateutil>=2',
'Flask>=1.1.0,<2.3',
'Flask>=1.1',
'google-cloud-storage>=1.28,<2',
'beautifulsoup4>=4.9,<5',
'redis>=4',
Expand Down

0 comments on commit 5228dc3

Please sign in to comment.