Skip to content

Commit 4a85cfa

Browse files
Bump psycopg2 from 2.9.10 to 2.9.11 (#7315)
Bumps [psycopg2](https://github.com/psycopg/psycopg2) from 2.9.10 to 2.9.11. - [Changelog](https://github.com/psycopg/psycopg2/blob/master/NEWS) - [Commits](psycopg/psycopg2@2.9.10...2.9.11) --- updated-dependencies: - dependency-name: psycopg2 dependency-version: 2.9.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 15391da commit 4a85cfa

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ propcache==0.2.0
237237
# -r requirements/prod.txt
238238
# aiohttp
239239
# yarl
240-
psycopg2==2.9.10
240+
psycopg2==2.9.11
241241
# via
242242
# -r requirements/prod.txt
243243
# data-tasks

requirements/functests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ propcache==0.2.0
236236
# -r requirements/prod.txt
237237
# aiohttp
238238
# yarl
239-
psycopg2==2.9.10
239+
psycopg2==2.9.11
240240
# via
241241
# -r requirements/prod.txt
242242
# data-tasks

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ psutil==5.9.7
349349
# via
350350
# -r requirements/tests.txt
351351
# pytest-xdist
352-
psycopg2==2.9.10
352+
psycopg2==2.9.11
353353
# via
354354
# -r requirements/functests.txt
355355
# -r requirements/tests.txt

requirements/prod.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ propcache==0.2.0
144144
# via
145145
# aiohttp
146146
# yarl
147-
psycopg2==2.9.10
147+
psycopg2==2.9.11
148148
# via
149149
# -r requirements/prod.in
150150
# data-tasks

requirements/tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ propcache==0.2.0
249249
# yarl
250250
psutil==5.9.7
251251
# via pytest-xdist
252-
psycopg2==2.9.10
252+
psycopg2==2.9.11
253253
# via
254254
# -r requirements/prod.txt
255255
# data-tasks

requirements/typecheck.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ propcache==0.2.0
218218
# -r requirements/prod.txt
219219
# aiohttp
220220
# yarl
221-
psycopg2==2.9.10
221+
psycopg2==2.9.11
222222
# via
223223
# -r requirements/prod.txt
224224
# data-tasks

0 commit comments

Comments
 (0)