File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ Features / Changes
17
17
* Pin ``requests>=2.32.3 `` for CVE-2024-35195.
18
18
* Pin ``urllib3>=2.2.2 `` for CVE-2024-37891.
19
19
* Pin ``zipp>=3.19.1 `` for CVE-2024-5569.
20
+ * Pin ``pyramid-twitcher>=0.10.0 `` and ``birdhouse/twitcher:v0.10.0 `` for same security updates as above
21
+ (relates to `bird-house/twitcher#136 <https://github.com/bird-house/twitcher/pull/136 >`_).
20
22
21
23
.. _changes_4.1.0 :
22
24
Original file line number Diff line number Diff line change 3
3
# docker run will need to override ini file with mounted volume
4
4
# using config 'twitcher.adapter = magpie.adapter.MagpieAdapter'
5
5
#
6
- FROM birdhouse/twitcher:v0.9 .0
6
+ FROM birdhouse/twitcher:v0.10 .0
7
7
LABEL Description="Configures MagpieAdapter on top of Twitcher application."
8
8
LABEL Maintainer="Francis Charette-Migneault <francis.charette-migneault@crim.ca>"
9
9
LABEL Vendor="CRIM"
Original file line number Diff line number Diff line change 14
14
pylint >= 2.11 ,!= 2.12 ,!= 2.15
15
15
pylint-quotes
16
16
# bird-house/twticher, must match version in Dockerfile.adapater
17
- pyramid-twitcher >= 0.9 .0
17
+ pyramid-twitcher >= 0.10 .0
18
18
pytest
19
19
safety
20
20
tox >= 3.0
You can’t perform that action at this time.
0 commit comments