Skip to content

Commit

Permalink
Upgrade test requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
j4mie committed Jan 20, 2025
1 parent d797d37 commit e9f2347
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion django_dbq/tests.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from datetime import datetime, timedelta, timezone as datetime_timezone
import mock
from unittest import mock

import freezegun
from django.core.management import call_command
Expand Down
11 changes: 5 additions & 6 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
mysqlclient==1.4.6
freezegun==0.3.12
mock==3.0.5
dj-database-url==0.5.0
psycopg2==2.9.5
black==24.3.0
mysqlclient==2.2.7
freezegun==1.5.1
dj-database-url==2.3.0
psycopg2==2.9.10
black==24.10.0

0 comments on commit e9f2347

Please sign in to comment.