Skip to content

Commit

Permalink
pin twitcher>=0.10.0 for same security fixes as magpie (relates to bi…
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Jul 23, 2024
1 parent d0c8829 commit e67771b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Features / Changes
* Pin ``requests>=2.32.3`` for CVE-2024-35195.
* Pin ``urllib3>=2.2.2`` for CVE-2024-37891.
* Pin ``zipp>=3.19.1`` for CVE-2024-5569.
* Pin ``pyramid-twitcher>=0.10.0`` and ``birdhouse/twitcher:v0.10.0`` for same security updates as above
(relates to `bird-house/twitcher#136 <https://github.com/bird-house/twitcher/pull/136>`_).

.. _changes_4.1.0:

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.adapter
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# docker run will need to override ini file with mounted volume
# using config 'twitcher.adapter = magpie.adapter.MagpieAdapter'
#
FROM birdhouse/twitcher:v0.9.0
FROM birdhouse/twitcher:v0.10.0
LABEL Description="Configures MagpieAdapter on top of Twitcher application."
LABEL Maintainer="Francis Charette-Migneault <[email protected]>"
LABEL Vendor="CRIM"
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ mock>4
pylint>=2.11,!=2.12,!=2.15
pylint-quotes
# bird-house/twticher, must match version in Dockerfile.adapater
pyramid-twitcher>=0.9.0
pyramid-twitcher>=0.10.0
pytest
safety
tox>=3.0
Expand Down

0 comments on commit e67771b

Please sign in to comment.