Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
build-backend = "setuptools.build_meta"
requires = ["setuptools<66.0"]
requires = ["setuptools<79.0"]

[dependency-groups]
dev = [
Expand Down Expand Up @@ -56,7 +56,7 @@ dependencies = [
"django-sitetree==1.18.0",
"django-taggit==3.1.0",
"django-threadlocals==0.8",
"djangorestframework==3.15.0",
"djangorestframework==3.15.2",
"djangorestframework_xml==2.0.0",
"django~=4.2.0",
"dogpile-cache==1.3.4",
Expand Down Expand Up @@ -89,9 +89,9 @@ dependencies = [
"raven",
"redis~=4.0",
"requests-oauthlib==1.3.0",
"requests==2.20.0",
"requests==2.32.2",
"rq==1.16.2",
"setuptools<66.0",
"setuptools<79.0",
"simplejson==3.8.2",
"six==1.16.0",
"statsd==3.2.1",
Expand Down
12 changes: 6 additions & 6 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ django-taggit==3.1.0
# via ralph (pyproject.toml)
django-threadlocals==0.8
# via ralph (pyproject.toml)
djangorestframework==3.15.0
djangorestframework==3.15.2
# via
# ralph (pyproject.toml)
# drf-nested-routers
Expand Down Expand Up @@ -178,7 +178,7 @@ gunicorn==23.0.0
# via ralph (pyproject.toml:prod)
hiredis==3.1.1
# via ralph (pyproject.toml)
idna==2.7
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -441,7 +441,7 @@ referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
requests==2.20.0
requests==2.32.2
# via
# ralph (pyproject.toml)
# coveralls
Expand Down Expand Up @@ -470,7 +470,7 @@ rq==1.16.2
# django-rq
ruff==0.11.10
# via ralph (pyproject.toml:dev)
setuptools==65.7.0
setuptools==78.1.1
# via
# ralph (pyproject.toml)
# django-money
Expand Down Expand Up @@ -559,7 +559,7 @@ tzdata==2025.2
# oslo-utils
unidecode==0.4.18
# via ralph (pyproject.toml)
urllib3==1.24.3
urllib3==1.26.19
# via requests
urwid==3.0.2
# via
Expand All @@ -574,7 +574,7 @@ wcwidth==0.2.13
# cmd2
# prompt-toolkit
# urwid
werkzeug==0.16.1
werkzeug==3.0.6
# via ralph (pyproject.toml:dev)
wrapt==1.10.6
# via
Expand Down
10 changes: 5 additions & 5 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ django-taggit==3.1.0
# via ralph (pyproject.toml)
django-threadlocals==0.8
# via ralph (pyproject.toml)
djangorestframework==3.15.0
djangorestframework==3.15.2
# via
# ralph (pyproject.toml)
# drf-nested-routers
Expand All @@ -130,7 +130,7 @@ gnureadline==8.2.13
# via cmd2
hiredis==3.1.1
# via ralph (pyproject.toml)
idna==2.7
idna==3.7
# via requests
iso8601==0.1.11
# via
Expand Down Expand Up @@ -355,7 +355,7 @@ referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
requests==2.20.0
requests==2.32.2
# via
# ralph (pyproject.toml)
# keystoneauth1
Expand All @@ -380,7 +380,7 @@ rq==1.16.2
# via
# ralph (pyproject.toml)
# django-rq
setuptools==65.7.0
setuptools==78.1.1
# via
# ralph (pyproject.toml)
# django-money
Expand Down Expand Up @@ -432,7 +432,7 @@ tzdata==2025.2
# oslo-utils
unidecode==0.4.18
# via ralph (pyproject.toml)
urllib3==1.24.3
urllib3==1.26.19
# via requests
watchdog==6.0.0
# via mkdocs
Expand Down
10 changes: 5 additions & 5 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ django-taggit==3.1.0
# via ralph (pyproject.toml)
django-threadlocals==0.8
# via ralph (pyproject.toml)
djangorestframework==3.15.0
djangorestframework==3.15.2
# via
# ralph (pyproject.toml)
# drf-nested-routers
Expand All @@ -128,7 +128,7 @@ gunicorn==23.0.0
# via ralph (pyproject.toml:prod)
hiredis==3.1.1
# via ralph (pyproject.toml)
idna==2.7
idna==3.7
# via requests
iso8601==0.1.11
# via
Expand Down Expand Up @@ -311,7 +311,7 @@ referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
requests==2.20.0
requests==2.32.2
# via
# ralph (pyproject.toml)
# keystoneauth1
Expand All @@ -336,7 +336,7 @@ rq==1.16.2
# via
# ralph (pyproject.toml)
# django-rq
setuptools==65.7.0
setuptools==78.1.1
# via
# ralph (pyproject.toml)
# django-money
Expand Down Expand Up @@ -388,7 +388,7 @@ tzdata==2025.2
# oslo-utils
unidecode==0.4.18
# via ralph (pyproject.toml)
urllib3==1.24.3
urllib3==1.26.19
# via requests
wcwidth==0.2.13
# via cmd2
Expand Down
12 changes: 6 additions & 6 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ django-taggit==3.1.0
# via ralph (pyproject.toml)
django-threadlocals==0.8
# via ralph (pyproject.toml)
djangorestframework==3.15.0
djangorestframework==3.15.2
# via
# ralph (pyproject.toml)
# drf-nested-routers
Expand Down Expand Up @@ -172,7 +172,7 @@ gprof2dot==2025.4.14
# via django-silk
hiredis==3.1.1
# via ralph (pyproject.toml)
idna==2.7
idna==3.7
# via requests
imagesize==1.4.1
# via sphinx
Expand Down Expand Up @@ -395,7 +395,7 @@ referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
requests==2.20.0
requests==2.32.2
# via
# ralph (pyproject.toml)
# coveralls
Expand Down Expand Up @@ -424,7 +424,7 @@ rq==1.16.2
# django-rq
ruff==0.11.10
# via ralph (pyproject.toml:dev)
setuptools==65.7.0
setuptools==78.1.1
# via
# ralph (pyproject.toml)
# django-money
Expand Down Expand Up @@ -513,7 +513,7 @@ tzdata==2025.2
# oslo-utils
unidecode==0.4.18
# via ralph (pyproject.toml)
urllib3==1.24.3
urllib3==1.26.19
# via requests
urwid==3.0.2
# via
Expand All @@ -526,7 +526,7 @@ wcwidth==0.2.13
# cmd2
# prompt-toolkit
# urwid
werkzeug==0.16.1
werkzeug==3.0.6
# via ralph (pyproject.toml:dev)
wrapt==1.10.6
# via
Expand Down
Loading