Skip to content

Commit

Permalink
Fix: update test requirements versions (#54)
Browse files Browse the repository at this point in the history
* fix: update test requirements versions

* feat: update changelog
  • Loading branch information
joshyu authored Mar 18, 2024
1 parent 0cb708e commit ff2963b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Unreleased
* Python 3.10 support added
* Python 3.7 support removed
* Django 4.2 support added
* Dropped Python 3.7 and below version support

1.4.3 (2024-02-07)
==========
Expand Down
1 change: 0 additions & 1 deletion tests/requirements/dj32_cms40.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@
Django>=3.2,<4.0

# Unreleased django-cms 4.0 compatible packages
https://github.com/django-cms/django-cms/tarball/release/4.0.1.x#egg=django-cms
https://github.com/django-cms/djangocms-versioning/tarball/1.2.2#egg=djangocms-versioning
https://github.com/django-cms/djangocms-alias/tarball/1.11.0#egg=djangocms-alias
6 changes: 2 additions & 4 deletions tests/requirements/dj42_cms40.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@

Django>=4.2,<5.0

#https://github.com/django-cms/django-cms/tarball/release/4.0.1.x#egg=django-cms
https://github.com/joshyu/django-cms/tarball/feat/django-42-compatible#egg=django-cms
https://github.com/joshyu/djangocms-versioning/tarball/feat/django-42-compatible#egg=djangocms-versioning
https://github.com/joshyu/djangocms-alias/tarball/feat/django-42-compatible#egg=djangocms-alias
https://github.com/django-cms/djangocms-versioning/tarball/support/django-cms-4.0.x#egg=djangocms-versioning
https://github.com/django-cms/djangocms-alias/tarball/support/django-cms-4.0.x#egg=djangocms-alias
2 changes: 2 additions & 0 deletions tests/requirements/requirements_base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ factory-boy
flake8
isort
tox

https://github.com/django-cms/django-cms/tarball/release/4.0.1.x#egg=django-cms

0 comments on commit ff2963b

Please sign in to comment.