Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into MOD-856_validate_id…
Browse files Browse the repository at this point in the history
…entifiers
  • Loading branch information
odelaere committed Jun 7, 2022
2 parents 5d73f56 + 0c26c05 commit d9516a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/collective/contact/core/safe_utils.py
@@ -1,4 +1,5 @@
# encoding: utf-8
# flake8: noqa

from collective.contact.core.utils import get_gender_and_number
from collective.contact.core.utils import get_position_type_name
4 changes: 3 additions & 1 deletion versions.cfg
Expand Up @@ -4,4 +4,6 @@ zc.buildout = 2.13.3
# python 2 ...
traitlets = 4.3.2
# misc
python-dateutil = 2.8.0
python-dateutil = 2.8.0
# html.escape backport is not available in old future...
future = 0.18.2

0 comments on commit d9516a8

Please sign in to comment.