Skip to content

Commit 35196f9

Browse files
committed
chore: unpin dynaconf for testing
The pinned version still relies on pkg_resources, which setuptools dropped since version 82.0.0. dynaconf does not use pkg_resources anymore starting from version 3.2.1. Since dynaconf should be stable, unpin it rather than bumping the pin, so we can check whether new versions work fine.
1 parent 7caf17d commit 35196f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ pytest-cov
1616
pytest-check
1717
marshmallow==3.26.1
1818
pytest-jira
19-
dynaconf==3.1.11
19+
dynaconf
2020
freezegun
2121
oauthlib>=3.2.0
2222
kubernetes

0 commit comments

Comments
 (0)