Skip to content

Commit 3972286

Browse files
committed
mini dep update
1 parent 23f199b commit 3972286

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

pyproject.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -129,11 +129,9 @@ mysql = [
129129
# https://github.com/PyMySQL/mysqlclient/issues/620
130130
"mysqlclient<2.2"
131131
]
132-
postgres = ["psycopg[c,pool]"]
132+
postgres = ["psycopg[c,pool]>=3"]
133133
# remove psycopg3 in django-ca==2.0
134-
psycopg3 = [
135-
"psycopg[c,pool]",
136-
]
134+
psycopg3 = ["psycopg[c,pool]>=3"]
137135
yaml = ["PyYAML>=6.0.0"]
138136

139137
[project.urls]

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-rrequirements/requirements-lint.txt
55
-rrequirements/requirements-mypy.txt
66
ipython>=7.28.0
7-
docker==6.1.3
7+
docker==7.0.0
88
pip>=21.3
99

1010
tox>=4.4.6

requirements/requirements-mypy.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
-r requirements-test.txt
33
mypy==1.8.0
44
django-stubs==4.2.7
5-
types-docutils==0.20.0.3
5+
types-docutils==0.20.0.20240106
66
types-freezegun==1.1.10
77
types-jinja2==2.11.9
88
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
1111
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

0 commit comments

Comments
 (0)