Skip to content

Commit

Permalink
🐛 Pin django-filter<24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pajowu committed Oct 17, 2024
1 parent e9d46cd commit 9490e2a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 32 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"django-elasticsearch-dsl>=8.0,<9.0",
"django-filer>=3.0.0",
"django-filingcabinet @ git+https://github.com/okfde/django-filingcabinet.git@main",
"django-filter>=24.3",
"django-filter<24.1",
"django-floppyforms>=1.9.0",
"django-json-widget>=2.0.1",
"django-leaflet>=0.30.1",
Expand Down
21 changes: 6 additions & 15 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ asgiref==3.8.1
# django
# django-countries
async-timeout==4.0.3
# via
# fragdenstaat-de (pyproject.toml)
# aiohttp
# via fragdenstaat-de (pyproject.toml)
attrs==24.2.0
# via
# aiohttp
Expand Down Expand Up @@ -255,7 +253,7 @@ django-filingcabinet @ git+https://github.com/okfde/django-filingcabinet.git@3b1
# fragdenstaat-de (pyproject.toml)
# fcdocs-annotate
# froide
django-filter==24.3
django-filter==23.5
# via
# fragdenstaat-de (pyproject.toml)
# django-filingcabinet
Expand Down Expand Up @@ -418,8 +416,6 @@ enmerkar==0.7.1
# via django-prices
et-xmlfile==1.1.0
# via openpyxl
exceptiongroup==1.2.2
# via pytest
factory-boy==3.3.1
# via
# fragdenstaat-de (pyproject.toml)
Expand Down Expand Up @@ -612,6 +608,8 @@ pandas==2.2.2
# via fragdenstaat-de (pyproject.toml)
parso==0.8.4
# via jedi
pathlib2==2.3.7.post1
# via pickleshare
pathspec==0.12.1
# via djlint
pbr==6.1.0
Expand Down Expand Up @@ -810,6 +808,7 @@ setuptools==74.1.2
# django-cms
# geoip2
# ipython
# torch
six==1.16.0
# via
# bleach
Expand All @@ -818,6 +817,7 @@ six==1.16.0
# geocoder
# html5lib
# jsbeautifier
# pathlib2
# python-dateutil
snowballstemmer==2.2.0
# via sphinx
Expand Down Expand Up @@ -862,12 +862,6 @@ tinycss2==1.3.0
# cssselect2
# svglib
# weasyprint
tomli==2.0.1
# via
# djlint
# ipdb
# pytest
# sphinx
torch==2.4.1
# via
# fragdenstaat-de (pyproject.toml)
Expand All @@ -882,15 +876,12 @@ traitlets==5.14.3
# matplotlib-inline
typing-extensions==4.12.2
# via
# asgiref
# dj-database-url
# django-countries
# elasticsearch-dsl
# jwcrypto
# multidict
# psycopg
# pyee
# pypdf
# pytest-factoryboy
# python-docx
# torch
Expand Down
12 changes: 3 additions & 9 deletions requirements-production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ asgiref==3.8.1
# django
# django-countries
async-timeout==4.0.3
# via
# fragdenstaat-de (pyproject.toml)
# aiohttp
# redis
# via fragdenstaat-de (pyproject.toml)
attrs==24.2.0
# via
# aiohttp
Expand Down Expand Up @@ -233,7 +230,7 @@ django-filingcabinet @ git+https://github.com/okfde/django-filingcabinet.git@3b1
# fragdenstaat-de (pyproject.toml)
# fcdocs-annotate
# froide
django-filter==24.3
django-filter==23.5
# via
# fragdenstaat-de (pyproject.toml)
# django-filingcabinet
Expand Down Expand Up @@ -682,6 +679,7 @@ setuptools==74.1.2
# via
# django-cms
# geoip2
# torch
six==1.16.0
# via
# bleach
Expand Down Expand Up @@ -718,17 +716,13 @@ torchvision==0.19.1
# via fragdenstaat-de (pyproject.toml)
typing-extensions==4.12.2
# via
# asgiref
# dj-database-url
# django-countries
# elasticsearch-dsl
# jwcrypto
# multidict
# psycopg
# pypdf
# python-docx
# torch
# uvicorn
tzdata==2024.1
# via
# celery
Expand Down
10 changes: 3 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@ asgiref==3.8.1
# django
# django-countries
async-timeout==4.0.3
# via
# fragdenstaat-de (pyproject.toml)
# aiohttp
# via fragdenstaat-de (pyproject.toml)
attrs==23.2.0
# via
# aiohttp
Expand Down Expand Up @@ -227,7 +225,7 @@ django-filingcabinet @ git+https://github.com/okfde/django-filingcabinet.git@3b1
# fragdenstaat-de (pyproject.toml)
# fcdocs-annotate
# froide
django-filter==24.3
django-filter==23.5
# via
# fragdenstaat-de (pyproject.toml)
# django-filingcabinet
Expand Down Expand Up @@ -663,6 +661,7 @@ setuptools==74.1.2
# via
# django-cms
# geoip2
# torch
six==1.16.0
# via
# bleach
Expand Down Expand Up @@ -699,14 +698,11 @@ torchvision==0.19.1
# via fragdenstaat-de (pyproject.toml)
typing-extensions==4.12.2
# via
# asgiref
# dj-database-url
# django-countries
# elasticsearch-dsl
# jwcrypto
# multidict
# psycopg
# pypdf
# python-docx
# torch
tzdata==2024.1
Expand Down

0 comments on commit 9490e2a

Please sign in to comment.