Bump telepath to 0.3.1

This ensures that people upgrading to Django 5.0 will have a compatible version. Now that Python <3.8 and Django <3.2 are EOL, there's no reason for anyone to be running an older version.

# Conflicts:
#	setup.py
pull/11601/head
Matt Westcott 2023-12-12 19:59:41 +00:00 zatwierdzone przez LB Johnston
rodzic 5dd4315caa
commit d7c1345fa1
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -35,7 +35,7 @@ install_requires = [
"l18n>=2018.5",
"openpyxl>=3.0.10,<4.0",
"anyascii>=0.1.5",
"telepath>=0.1.1,<1",
"telepath>=0.3.1,<1",
]
# Testing dependencies