Skip to content

Commit

Permalink
Update pinned Jinja and IDNA packages due to vulnerabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
smsearcy committed May 20, 2024
1 parent dd95f97 commit da12c96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ so breaking changes are possible but will be highlighted here.
Changed
^^^^^^^

* Bump pinned version of Gunicorn due to vulnerability (`#121 <https://github.com/smsearcy/mesh-info/pull/121>`_)
* Bump pinned versions of several packages due to security vulnerabilities.
* Updated documentation and defaults for map tiles due to Stamen Tiles no longer being available (`#119 <https://github.com/smsearcy/mesh-info/pull/119>`_)

Fixed
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ gunicorn==22.0.0
# via mesh-info (pyproject.toml)
hupper==1.12
# via pyramid
idna==3.4
idna==3.7
# via yarl
jinja2==3.1.2
jinja2==3.1.4
# via pyramid-jinja2
mako==1.2.4
# via alembic
Expand Down

0 comments on commit da12c96

Please sign in to comment.