Skip to content

Commit

Permalink
Merge pull request #1338 from watchdogpolska/dev
Browse files Browse the repository at this point in the history
v1.1.16: Dependencies update
  • Loading branch information
PiotrIw authored Dec 6, 2023
2 parents 583ff99 + c136825 commit 47dc1ca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion poradnia/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "1.1.15"
__version__ = "1.1.16"


# Compatibility to eg. django-rest-framework
Expand Down
10 changes: 5 additions & 5 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,27 @@ django-autoslug==1.9.9

# Useful things
# Time zones support
pytz==2023.3.post1
lxml==4.9.2
pytz==2023.3.post1
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
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
Expand Down

0 comments on commit 47dc1ca

Please sign in to comment.