Skip to content

Commit e67771b

Browse files
committed
pin twitcher>=0.10.0 for same security fixes as magpie (relates to bird-house/twitcher#136)
1 parent d0c8829 commit e67771b

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGES.rst

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Features / Changes
1717
* Pin ``requests>=2.32.3`` for CVE-2024-35195.
1818
* Pin ``urllib3>=2.2.2`` for CVE-2024-37891.
1919
* 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>`_).
2022

2123
.. _changes_4.1.0:
2224

Dockerfile.adapter

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# docker run will need to override ini file with mounted volume
44
# using config 'twitcher.adapter = magpie.adapter.MagpieAdapter'
55
#
6-
FROM birdhouse/twitcher:v0.9.0
6+
FROM birdhouse/twitcher:v0.10.0
77
LABEL Description="Configures MagpieAdapter on top of Twitcher application."
88
LABEL Maintainer="Francis Charette-Migneault <francis.charette-migneault@crim.ca>"
99
LABEL Vendor="CRIM"

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ mock>4
1414
pylint>=2.11,!=2.12,!=2.15
1515
pylint-quotes
1616
# bird-house/twticher, must match version in Dockerfile.adapater
17-
pyramid-twitcher>=0.9.0
17+
pyramid-twitcher>=0.10.0
1818
pytest
1919
safety
2020
tox>=3.0

0 commit comments

Comments
 (0)