Skip to content

Commit

Permalink
Bump bottle from v0.12.13 to v0.12.20
Browse files Browse the repository at this point in the history
Addresses two CVEs flagged by dependabot:

* Critical: CVE-2022-31799
* Moderate: CVE-2020-28473
  • Loading branch information
samuelhwilliams committed Dec 9, 2022
1 parent bdfaed2 commit 4d5e1d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Change log

### v0.15.1
* Bump bottle dependency from 0.12.13 to 0.12.20 to address the critical CVE-2022-31799 and moderate CVE-2020-28473.

### v0.15.0
* Add `shutdown_delay` as a `start()` function parameter ([#529](https://github.com/python-eel/Eel/pull/529))

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,4 +1,4 @@
bottle==0.12.13
bottle==0.12.20
bottle-websocket==0.2.9
gevent==1.3.6
gevent-websocket==0.10.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -6,7 +6,7 @@

setup(
name='Eel',
version='0.15.0',
version='0.15.1',
author='Python Eel Organisation',
author_email='python-eel@protonmail.com',
url='https://github.com/python-eel/Eel',
Expand Down

0 comments on commit 4d5e1d8

Please sign in to comment.