Skip to content

Commit

Permalink
update dependencies (#1239), fix docs build (#1245)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Aug 8, 2023
1 parent d4e20f1 commit 3981ad6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,20 @@ Changed

- **General**
- Update ``django-plugins`` and ``drf-keyed-list`` dev dependencies to PyPI packages (#1241)
- Upgrade general Python dependencies (#1239)
- **Projectroles**
- Move ``setup_ip_allowing()`` to ``IPAllowMixin`` (#1237)
- Improve ``syncmodifyapi`` project logging (#1228)
- Do not exit ``syncmodifyapi`` on failure (#1229)
- **Timeline**
- Handle app plugin exceptions in ``get_object_link()`` (#1232)

Fixed
-----

- **General**
- Search in Sphinx docs build (#1245)


v0.13.0 (2023-06-01)
====================
Expand Down
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ setuptools>=67.6.0, <67.7
packaging>=23.0, <24.0

# Django
django>=3.2.19, <3.3
django>=3.2.20, <3.3

# Configuration
django-environ>=0.10.0, <0.11
Expand Down Expand Up @@ -37,9 +37,9 @@ django-iconify==0.1.1 # NOTE: v0.3 crashes, see issue

# Online documentation via django-docs
docutils==0.18.1 # NOTE: sphinx-rtd-theme 1.2 requires <0.19
Sphinx==6.1.3
Sphinx==6.2.1 # NOTE: sphinx-rtd-theme v1.2.2 forces <7
django-docs==0.3.3
sphinx-rtd-theme==1.2.0
sphinx-rtd-theme==1.2.2

# Versioning
versioneer==0.28
Expand Down

0 comments on commit 3981ad6

Please sign in to comment.