Skip to content
This repository was archived by the owner on Jun 22, 2025. It is now read-only.

Commit eb705d1

Browse files
Merge pull request #645 from python-eel/SW-bump-bottle
Bump bottle from v0.12.13 to v0.12.20
2 parents bdfaed2 + 4d5e1d8 commit eb705d1

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Change log
22

3+
### v0.15.1
4+
* Bump bottle dependency from 0.12.13 to 0.12.20 to address the critical CVE-2022-31799 and moderate CVE-2020-28473.
5+
36
### v0.15.0
47
* Add `shutdown_delay` as a `start()` function parameter ([#529](https://github.com/python-eel/Eel/pull/529))
58

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bottle==0.12.13
1+
bottle==0.12.20
22
bottle-websocket==0.2.9
33
gevent==1.3.6
44
gevent-websocket==0.10.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='Eel',
9-
version='0.15.0',
9+
version='0.15.1',
1010
author='Python Eel Organisation',
1111
author_email='python-eel@protonmail.com',
1212
url='https://github.com/python-eel/Eel',

0 commit comments

Comments
 (0)