File tree Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Expand file tree Collapse file tree 3 files changed +10
-12
lines changed Original file line number Diff line number Diff line change @@ -129,11 +129,9 @@ mysql = [
129
129
# https://github.com/PyMySQL/mysqlclient/issues/620
130
130
" mysqlclient<2.2"
131
131
]
132
- postgres = [" psycopg[c,pool]" ]
132
+ postgres = [" psycopg[c,pool]>=3 " ]
133
133
# remove psycopg3 in django-ca==2.0
134
- psycopg3 = [
135
- " psycopg[c,pool]" ,
136
- ]
134
+ psycopg3 = [" psycopg[c,pool]>=3" ]
137
135
yaml = [" PyYAML>=6.0.0" ]
138
136
139
137
[project .urls ]
Original file line number Diff line number Diff line change 4
4
-rrequirements/requirements-lint.txt
5
5
-rrequirements/requirements-mypy.txt
6
6
ipython >= 7.28.0
7
- docker == 6.1.3
7
+ docker == 7.0.0
8
8
pip >= 21.3
9
9
10
10
tox >= 4.4.6
Original file line number Diff line number Diff line change 2
2
-r requirements-test.txt
3
3
mypy==1.8.0
4
4
django-stubs==4.2.7
5
- types-docutils==0.20.0.3
5
+ types-docutils==0.20.0.20240106
6
6
types-freezegun==1.1.10
7
7
types-jinja2==2.11.9
8
8
types-mysqlclient==2.2.0.1
9
- types-psycopg2==2.9.21.20
10
- types-pyOpenSSL==23.3.0.0
9
+ types-psycopg2==2.9.21.20240106
10
+ types-pyOpenSSL==23.3.0.20240106
11
11
types-pyRFC3339==1.1.1.5
12
- types-redis==4.6.0.11
13
- types-requests==2.31.0.10
14
- types-setuptools==69.0.0.0
15
- types-tabulate==0.9.0.3
12
+ types-redis==4.6.0.20240106
13
+ types-requests==2.31.0.20240106
14
+ types-setuptools==69.0.0.20240106
15
+ types-tabulate==0.9.0.20240106
You can’t perform that action at this time.
0 commit comments