Skip to content

Commit

Permalink
Allow newer releases of most deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Dec 28, 2024
1 parent 9b01dd6 commit a1d1b97
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 18 deletions.
21 changes: 9 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,21 @@ license = { text = "AGPL-3.0-only" }
classifiers = ["Private :: Do Not Upload"]
requires-python = ">=3.12,<3.13"
dependencies = [
"cssselect==1.2.0",
"cssselect>=1.2.0",
"defusedxml>=0.7.1",
"dj-database-url>=2.2.0",
"django-allauth==0.51",
"django-bootstrap-form==3.4",
"django-compressor==4.5.1",
"django-invitations==2.1.0",
"django-tastypie==0.14.7",
"django==4.2.17",
"django-allauth==0.51", # TODO: Review changelog and update
"django-bootstrap-form>=3.4",
"django-compressor>=4.5.1",
"django-invitations>=2.1.0",
"django-tastypie>=0.14.7",
"django>=4.2.17,<5",
"feedparser>=6.0.11",
"httpx>=0.28.1",
"lxml>=5.3.0",
"pillow>=11.0.0",
"sentry-sdk>=2.19.2",
"setuptools>=75.6.0", # Needed by django-bootstrap-form
"setuptools>=75.6.0", # Needed by django-bootstrap-form
"typenv>=0.2.0",
]

Expand Down Expand Up @@ -52,10 +52,7 @@ tests = [
"pytest-django>=4.8.0",
"pytest-mock>=3.14.0",
]
typing = [
"django-stubs==4.2.7",
"mypy>=1.7,<1.8",
]
typing = ["django-stubs==4.2.7", "mypy>=1.7,<1.8"]


[tool.django-stubs]
Expand Down
12 changes: 6 additions & 6 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a1d1b97

Please sign in to comment.