@@ -36,7 +36,7 @@ dependencies = [ "django>=4.2" ]
3636
3737optional-dependencies.documentation = [
3838 # MkDocs to build our documentation.
39- " mkdocs==1.6" ,
39+ " mkdocs==1.6.0 " ,
4040 # pylinkvalidator to check for broken links in documentation.
4141 " pylinkvalidator==0.3" ,
4242]
@@ -45,7 +45,7 @@ optional-dependencies.optional = [
4545 " coreapi==2.3.1" ,
4646 " coreschema==0.0.4" ,
4747 " django-filter" ,
48- " django-guardian>=2.4,<2.5" ,
48+ " django-guardian>=2.4.0 ,<2.5" ,
4949 " inflection==0.5.1" ,
5050 " legacy-cgi; python_version>='3.13'" ,
5151 " markdown>=3.3.7" ,
@@ -60,18 +60,20 @@ optional-dependencies.packaging = [
6060 " twine>=3.4.2,<4.0.2" ,
6161
6262 # Wheel for PyPI installs.
63- " wheel>=0.36.2,<0.40" ,
63+ " wheel>=0.36.2,<0.40.0 " ,
6464
6565]
6666optional-dependencies.testing = [
6767 # temporary pin of attrs
68- " attrs==22.1" ,
69- " importlib-metadata<5" ,
68+ " attrs==22.1.0 " ,
69+ " importlib-metadata<5.0 " ,
7070
7171 # Pytest for running the tests.
72- " pytest>=7.0.1,<8" ,
73- " pytest-cov>=4,<5" ,
74- " pytest-django>=4.5.2,<5" ,
72+ " pytest>=7.0.1,<8.0" ,
73+ " pytest-cov>=4.0.0,<5.0" ,
74+ " pytest-django>=4.5.2,<5.0" ,
75+
76+ # Remove when dropping support for Django<5.0
7577 " pytz" ,
7678]
7779urls.Changelog = " https://www.django-rest-framework.org/community/release-notes/"
0 commit comments