Skip to content

Commit

Permalink
upgrade python dependencies (#1348)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Feb 9, 2024
1 parent fdab9f8 commit 209ba81
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ Changelog for the **SODAR Core** Django app package. Loosely follows the
Unreleased
==========

Changed
-------

- **General**
- Upgrade minimum Django version to v3.2.24 (#1348)
- Upgrade LDAP dependencies (#1348)

Fixed
-----

Expand Down
9 changes: 9 additions & 0 deletions docs/source/major_changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ Release Highlights

- General bug fixes and minor updates

Breaking Changes
================

System Prerequisites
--------------------

The minimum Django version has been bumped to v3.2.24. Optional LDAP
requirements in ``requirements/ldap.txt`` have also been upgraded.


v0.13.3 (2023-12-06)
********************
Expand Down
2 changes: 1 addition & 1 deletion 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.23, <3.3
django>=3.2.24, <3.3

# Configuration
django-environ>=0.10.0, <0.11
Expand Down
4 changes: 2 additions & 2 deletions requirements/ldap.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Optional LDAP dependencies go here

django-auth-ldap==4.1.0
python-ldap==3.4.3
django-auth-ldap>=4.6.0, <4.7
python-ldap>=3.4.4, <3.5

0 comments on commit 209ba81

Please sign in to comment.