Skip to content

Commit 3e0dd87

Browse files
Bump psycopg2 from 2.9.10 to 2.9.11
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](https://github.com/psycopg/psycopg2/commits) --- 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] <[email protected]>
1 parent 59635e0 commit 3e0dd87

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ patool==4.0.1
2525
pluggy==1.6.0
2626
prometheus_client==0.21.1
2727
psutil==7.0.0
28-
psycopg2==2.9.10
28+
psycopg2==2.9.11
2929
pycryptodomex==3.23.0
3030
pycups==2.0.4
3131
Pygments==2.19.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ classifiers = [
1616

1717
dependencies = [
1818
"tornado==4.5.3", # http://www.tornadoweb.org/en/stable/releases.html
19-
"psycopg2==2.9.10", # http://initd.org/psycopg/articles/tag/release/
19+
"psycopg2==2.9.11", # http://initd.org/psycopg/articles/tag/release/
2020
"sqlalchemy>=1.3,<1.4", # http://docs.sqlalchemy.org/en/latest/changelog/index.html
2121
"netifaces>=0.10,<0.12", # https://bitbucket.org/al45tair/netifaces/src/
2222
"pycryptodomex==3.23.0", # https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst

0 commit comments

Comments
 (0)