summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-09-25 17:48:42 +0100
committerGitHub <noreply@github.com>2023-09-25 17:48:42 +0100
commitb225acf3e60f2413fd9bc8198ddbecf6d5ad4f84 (patch)
tree86f6e6de48857ffd07d8e6c7c58cbc4fe31df10a /changelog.d
parentBump actions/checkout from 3 to 4 (#16250) (diff)
downloadsynapse-b225acf3e60f2413fd9bc8198ddbecf6d5ad4f84.tar.xz
Bump types-psycopg2 from 2.9.21.11 to 2.9.21.14 (#16381)
* Bump types-psycopg2 from 2.9.21.11 to 2.9.21.14

Bumps [types-psycopg2](https://github.com/python/typeshed) from 2.9.21.11 to 2.9.21.14.
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-psycopg2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Relax the annotation of Cursor.description

See
https://github.com/matrix-org/synapse/pull/16343#issuecomment-1726083384
for rationale.

* Changelog

* Changelog

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Robertson <davidr@element.io>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16381.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16381.misc b/changelog.d/16381.misc
new file mode 100644
index 0000000000..a454651952
--- /dev/null
+++ b/changelog.d/16381.misc
@@ -0,0 +1 @@
+Improve type hints, and bump types-psycopg2 from 2.9.21.11 to 2.9.21.14.