File tree 7 files changed +26
-56
lines changed
7 files changed +26
-56
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ billiard==3.6.4.0
24
24
# via
25
25
# -r requirements/pip.txt
26
26
# celery
27
- boto3==1.28.44
27
+ boto3==1.28.45
28
28
# via
29
29
# -r requirements/pip.txt
30
30
# django-storages
31
- botocore==1.31.44
31
+ botocore==1.31.45
32
32
# via
33
33
# -r requirements/pip.txt
34
34
# boto3
@@ -265,16 +265,8 @@ prompt-toolkit==3.0.39
265
265
# -r requirements/pip.txt
266
266
# click-repl
267
267
# ipython
268
- psycopg[binary,pool]==3.1.10
268
+ psycopg2==2.9.7
269
269
# via -r requirements/pip.txt
270
- psycopg-binary==3.1.10
271
- # via
272
- # -r requirements/pip.txt
273
- # psycopg
274
- psycopg-pool==3.1.7
275
- # via
276
- # -r requirements/pip.txt
277
- # psycopg
278
270
ptyprocess==0.7.0
279
271
# via pexpect
280
272
pure-eval==0.2.2
@@ -385,8 +377,6 @@ typing-extensions==4.7.1
385
377
# -r requirements/pip.txt
386
378
# asgiref
387
379
# filelock
388
- # psycopg
389
- # psycopg-pool
390
380
tzdata==2023.3
391
381
# via
392
382
# -r requirements/pip.txt
@@ -423,7 +413,7 @@ wcwidth==0.2.6
423
413
# via
424
414
# -r requirements/pip.txt
425
415
# prompt-toolkit
426
- websocket-client==1.6.2
416
+ websocket-client==1.6.3
427
417
# via
428
418
# -r requirements/pip.txt
429
419
# docker
Original file line number Diff line number Diff line change 2
2
3
3
-r pip.txt
4
4
5
+ # https://www.psycopg.org/docs/install.html#psycopg-vs-psycopg-binary
6
+ psycopg2-binary
7
+
5
8
# run tests
6
9
tox
7
10
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ billiard==3.6.4.0
24
24
# via
25
25
# -r requirements/pip.txt
26
26
# celery
27
- boto3==1.28.44
27
+ boto3==1.28.45
28
28
# via
29
29
# -r requirements/pip.txt
30
30
# django-storages
31
- botocore==1.31.44
31
+ botocore==1.31.45
32
32
# via
33
33
# -r requirements/pip.txt
34
34
# boto3
@@ -288,16 +288,10 @@ prompt-toolkit==3.0.39
288
288
# -r requirements/pip.txt
289
289
# click-repl
290
290
# ipython
291
- psycopg[binary,pool]==3.1.10
291
+ psycopg2==2.9.7
292
292
# via -r requirements/pip.txt
293
- psycopg-binary==3.1.10
294
- # via
295
- # -r requirements/pip.txt
296
- # psycopg
297
- psycopg-pool==3.1.7
298
- # via
299
- # -r requirements/pip.txt
300
- # psycopg
293
+ psycopg2-binary==2.9.7
294
+ # via -r requirements/docker.in
301
295
ptyprocess==0.7.0
302
296
# via pexpect
303
297
pure-eval==0.2.2
@@ -416,8 +410,6 @@ typing-extensions==4.7.1
416
410
# -r requirements/pip.txt
417
411
# asgiref
418
412
# filelock
419
- # psycopg
420
- # psycopg-pool
421
413
tzdata==2023.3
422
414
# via
423
415
# -r requirements/pip.txt
@@ -455,7 +447,7 @@ wcwidth==0.2.6
455
447
# via
456
448
# -r requirements/pip.txt
457
449
# prompt-toolkit
458
- websocket-client==1.6.2
450
+ websocket-client==1.6.3
459
451
# via
460
452
# -r requirements/pip.txt
461
453
# docker
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ markdown-it-py==3.0.0
49
49
# myst-parser
50
50
markupsafe==2.1.3
51
51
# via jinja2
52
- matplotlib==3.7.2
52
+ matplotlib==3.7.3
53
53
# via sphinxext-opengraph
54
54
mdit-py-plugins==0.4.0
55
55
# via myst-parser
@@ -74,7 +74,7 @@ pygments==2.16.1
74
74
# sphinx
75
75
# sphinx-prompt
76
76
# sphinx-tabs
77
- pyparsing==3.0.9
77
+ pyparsing==3.1.1
78
78
# via matplotlib
79
79
python-dateutil==2.8.2
80
80
# via matplotlib
Original file line number Diff line number Diff line change @@ -7,8 +7,9 @@ django-extensions
7
7
django-polymorphic
8
8
django-autoslug
9
9
10
- # https://www.psycopg.org/psycopg3/docs/basic/install.html
11
- psycopg[binary,pool]
10
+ # NOTE: we cannot use ``psycopg`` (3.x), even if it's supported by Django 4.2
11
+ # because New Relic agent is not sending the data of the database to their servers.
12
+ psycopg2
12
13
13
14
# 3.1.0 includes changes that require running `makemigrations`
14
15
# https://django-simple-history.readthedocs.io/en/latest/#changes
Original file line number Diff line number Diff line change @@ -12,9 +12,9 @@ async-timeout==4.0.3
12
12
# via redis
13
13
billiard==3.6.4.0
14
14
# via celery
15
- boto3==1.28.44
15
+ boto3==1.28.45
16
16
# via django-storages
17
- botocore==1.31.44
17
+ botocore==1.31.45
18
18
# via
19
19
# boto3
20
20
# s3transfer
@@ -185,12 +185,8 @@ platformdirs==3.10.0
185
185
# via virtualenv
186
186
prompt-toolkit==3.0.39
187
187
# via click-repl
188
- psycopg[binary,pool]==3.1.10
188
+ psycopg2==2.9.7
189
189
# via -r requirements/pip.in
190
- psycopg-binary==3.1.10
191
- # via psycopg
192
- psycopg-pool==3.1.7
193
- # via psycopg
194
190
pycparser==2.21
195
191
# via cffi
196
192
pygments==2.16.1
@@ -268,8 +264,6 @@ typing-extensions==4.7.1
268
264
# via
269
265
# asgiref
270
266
# filelock
271
- # psycopg
272
- # psycopg-pool
273
267
tzdata==2023.3
274
268
# via
275
269
# -r requirements/pip.in
@@ -297,7 +291,7 @@ virtualenv==20.24.5
297
291
# via -r requirements/pip.in
298
292
wcwidth==0.2.6
299
293
# via prompt-toolkit
300
- websocket-client==1.6.2
294
+ websocket-client==1.6.3
301
295
# via docker
302
296
303
297
# The following packages are considered to be unsafe in a requirements file:
Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ billiard==3.6.4.0
24
24
# via
25
25
# -r requirements/pip.txt
26
26
# celery
27
- boto3==1.28.44
27
+ boto3==1.28.45
28
28
# via
29
29
# -r requirements/pip.txt
30
30
# django-storages
31
- botocore==1.31.44
31
+ botocore==1.31.45
32
32
# via
33
33
# -r requirements/pip.txt
34
34
# boto3
@@ -265,16 +265,8 @@ prompt-toolkit==3.0.39
265
265
# via
266
266
# -r requirements/pip.txt
267
267
# click-repl
268
- psycopg[binary,pool]==3.1.10
268
+ psycopg2==2.9.7
269
269
# via -r requirements/pip.txt
270
- psycopg-binary==3.1.10
271
- # via
272
- # -r requirements/pip.txt
273
- # psycopg
274
- psycopg-pool==3.1.7
275
- # via
276
- # -r requirements/pip.txt
277
- # psycopg
278
270
pycparser==2.21
279
271
# via
280
272
# -r requirements/pip.txt
@@ -415,8 +407,6 @@ typing-extensions==4.7.1
415
407
# -r requirements/pip.txt
416
408
# asgiref
417
409
# filelock
418
- # psycopg
419
- # psycopg-pool
420
410
tzdata==2023.3
421
411
# via
422
412
# -r requirements/pip.txt
@@ -452,7 +442,7 @@ wcwidth==0.2.6
452
442
# via
453
443
# -r requirements/pip.txt
454
444
# prompt-toolkit
455
- websocket-client==1.6.2
445
+ websocket-client==1.6.3
456
446
# via
457
447
# -r requirements/pip.txt
458
448
# docker
You can’t perform that action at this time.
0 commit comments