Skip to content

Commit

Permalink
update dependency pinning (#1509)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Nov 28, 2024
1 parent 6163f31 commit 076fc1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ Added
Changed
-------

- **General**
- Update dependency pinning (#1509)
- **Projectroles**
- Update default OIDC login button template (#1503)
- Update ownership transfer timeline event data (#1514)
Expand Down
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ versioneer==0.29
######################

# Django-plugins (with Django v4.2 support)
django-plugins-bihealth==0.5.2
django-plugins-bihealth>=0.5.2, <0.6

# Rules for permissions
rules>=3.3, <3.4
Expand All @@ -61,7 +61,7 @@ rules>=3.3, <3.4
djangorestframework>=3.15.2, <3.16

# Keyed list addon for DRF
drf-keyed-list-bihealth==0.2.1
drf-keyed-list-bihealth>=0.2.1, <0.3

# Token authentication
django-rest-knox>=4.2.0, <4.3
Expand All @@ -82,4 +82,4 @@ redis>=5.0.2
celery>=5.3.6, <5.4

# Django autocomplete light (DAL)
django-autocomplete-light==3.11.0 # See issue #1224
django-autocomplete-light==3.11.0

0 comments on commit 076fc1b

Please sign in to comment.