Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile requirements.in
# pip-compile --allow-unsafe --generate-hashes requirements.in
#
attrs==23.2.0 \
--hash=sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30 \
Expand Down Expand Up @@ -187,9 +187,9 @@ jsonschema-specifications==2023.12.1 \
--hash=sha256:48a76787b3e70f5ed53f1160d2b81f586e4ca6d1548c5de7085d1682674764cc \
--hash=sha256:87e4fdf3a94858b8a2ba2778d9ba57d8a9cafca7c7489c46ba0d30a8bc6a9c3c
# via jsonschema
kinto==18.1.1 \
--hash=sha256:bdc6ce11a1a4e6d34b1d7e90b8cec8fab092d449fd3dbc5b37a75c1e462b87b2 \
--hash=sha256:deb16051d79d459b31a9c40c1779c6983aa6098a04d707a12a74079b31187b8f
kinto==19.3.1 \
--hash=sha256:a8cbc663b8a7e273d621f0a64feaf686e1716ff7e7631e505b091db0a5fb09cc \
--hash=sha256:c2668cecbd75e4c69a134b5869af1996d6ac2d1fc6334a4ab97d8a08fd2d98d0
# via -r requirements.in
logging-color-formatter==1.0.3 \
--hash=sha256:495920c386d48cad9e9463a10f51b4deb95cab3b0185d02a36af67d66ae93787 \
Expand Down Expand Up @@ -499,3 +499,13 @@ zope-interface==6.1 \
# pyramid
# repoze-sendmail
# transaction

# The following packages are considered to be unsafe in a requirements file:
setuptools==75.6.0 \
--hash=sha256:8199222558df7c86216af4f84c30e9b34a61d8ba19366cc914424cdbd28252f6 \
--hash=sha256:ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d
# via
# pyramid
# repoze-sendmail
# zope-deprecation
# zope-interface
1 change: 1 addition & 0 deletions tests/test_command_send.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import unittest

import mock

from kinto_emailer import command_send


Expand Down
1 change: 1 addition & 0 deletions tests/test_includeme.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
from kinto.core import errors
from kinto.core.events import AfterResourceChanged
from kinto.core.testing import BaseWebTest, FormattedErrorMixin, get_user_headers

from kinto_emailer import context_from_event, get_messages, send_notification


Expand Down
Loading