Skip to content

Commit

Permalink
Merge branch 'main' into add-polish-url
Browse files Browse the repository at this point in the history
  • Loading branch information
mwvolo authored Feb 23, 2024
2 parents 79d3595 + 489dfc7 commit 4e4a0bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion errata/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from django.utils.html import mark_safe

from extraadminfilters.filters import UnionFieldListFilter
from rangefilter.filter import DateRangeFilter
from rangefilter.filters import DateRangeFilter

from reversion.admin import VersionAdmin

Expand Down
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
appdirs==1.4.4
chardet==4.0.0
django==4.2.8
django-admin-rangefilter==0.8.4
django==4.2.10
django-admin-rangefilter==0.12.1
django-crontab==0.7.1
django-extensions==3.2.1
django-filter==23.5
Expand All @@ -21,7 +21,7 @@ MarkupPy==1.14
odfpy==1.4.1
openpyxl==3.0.10
psycopg2>=2.9.9
pycryptodome==3.14.1 # for using the SSO cookie from accounts
pycryptodome==3.19.1 # for using the SSO cookie from accounts
PyJWE==1.0.0
sentry-sdk
setuptools==65.5.1
Expand Down

0 comments on commit 4e4a0bf

Please sign in to comment.