Skip to content

Commit

Permalink
Fix more deprecation warnings
Browse files Browse the repository at this point in the history
By updating a couple libraries and removing a deprecated setting
  • Loading branch information
Viicos committed Feb 14, 2024
1 parent f465f0d commit 2601e48
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jsonschema==4.17.3
# drf-spectacular
kombu==5.3.5
# via celery
markdown==3.3.4
markdown==3.5.2
# via commonground-api-common
markupsafe==2.1.3
# via jinja2
Expand Down Expand Up @@ -271,7 +271,7 @@ requests-mock==1.8.0
# via zgw-consumers
sentry-sdk==1.0.0
# via -r requirements/base.in
six==1.15.0
six==1.16.0
# via
# django-markup
# isodate
Expand Down
4 changes: 2 additions & 2 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ kombu==5.3.5
# celery
lxml==4.7.1
# via pyquery
markdown==3.3.4
markdown==3.5.2
# via
# -r requirements/base.txt
# commonground-api-common
Expand Down Expand Up @@ -403,7 +403,7 @@ requests-mock==1.8.0
# zgw-consumers
sentry-sdk==1.0.0
# via -r requirements/base.txt
six==1.15.0
six==1.16.0
# via
# -r requirements/base.txt
# django-markup
Expand Down
4 changes: 2 additions & 2 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ lxml==4.7.1
# via
# -r requirements/ci.txt
# pyquery
markdown==3.3.4
markdown==3.5.2
# via -r requirements/ci.txt
markupsafe==2.1.3
# via
Expand Down Expand Up @@ -466,7 +466,7 @@ requests-mock==1.8.0
# zgw-consumers
sentry-sdk==1.0.0
# via -r requirements/ci.txt
six==1.15.0
six==1.16.0
# via
# -r requirements/ci.txt
# django-markup
Expand Down
2 changes: 0 additions & 2 deletions src/objects/conf/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,8 +170,6 @@

USE_I18N = True

USE_L10N = True

USE_TZ = True

USE_THOUSAND_SEPARATOR = True
Expand Down

0 comments on commit 2601e48

Please sign in to comment.