From 247f8256cd6e500d38acde36ecc7ebfd894d5e5c Mon Sep 17 00:00:00 2001 From: PiotrIw Date: Tue, 5 Dec 2023 21:48:50 +0100 Subject: [PATCH 1/2] chore: update dependencies --- requirements/base.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements/base.txt b/requirements/base.txt index 399d82ca6..27249e8d9 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -30,18 +30,18 @@ django-autoslug==1.9.9 # Useful things # Time zones support pytz==2023.3 -lxml==4.9.2 +lxml==4.9.3 cssselect==1.2.0 # Your custom requirements go here django-guardian==2.4.0 django-mailbox==4.8.2 -django-filter==23.1 +django-filter==23.5 # django-ajax-datatable to be installed from github fork until # https://github.com/morlandi/django-ajax-datatable/pull/111 is merged # django-ajax-datatable==4.4.5 git+https://github.com/PiotrIw/django-ajax-datatable.git@05afe42 # dal 3.9.4 has broken initialisation of jquery on multiselect2 -django-autocomplete-light==3.5.0 +django-autocomplete-light==3.9.7 django-tinymce==3.6.1 django-atom==0.16.3 django-tinycontent==0.8.0 @@ -49,7 +49,7 @@ icalendar==5.0.11 html2text==2020.1.16 pyGravatar==0.0.6 django-bootstrap-pagination==1.7.1 -sentry-sdk==1.21.0 +sentry-sdk==1.38.0 python-dateutil==2.8.2 django-github-revision==0.0.3 zipstream-new==1.1.8 From de584a76e7327b8e84772fffe54ab02aff58625a Mon Sep 17 00:00:00 2001 From: PiotrIw Date: Tue, 5 Dec 2023 21:49:18 +0100 Subject: [PATCH 2/2] chore: version bumpup --- poradnia/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poradnia/__init__.py b/poradnia/__init__.py index a658a0c70..418788556 100644 --- a/poradnia/__init__.py +++ b/poradnia/__init__.py @@ -1,4 +1,4 @@ -__version__ = "1.1.15" +__version__ = "1.1.16" # Compatibility to eg. django-rest-framework