aboutsummaryrefslogtreecommitdiffstats
path: root/postgres/init.sql (unfollow)
Commit message (Collapse)AuthorLines
2023-09-27Change deprecated ruff output format argument (#1116)Gravatar jchristgit-1/+1
See python-discord/infra#148
2023-09-27Bump psycopg from 3.1.11 to 3.1.12Gravatar dependabot[bot]-63/+63
Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.11 to 3.1.12. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.11...3.1.12) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2023-09-25Bump psycopg from 3.1.10 to 3.1.11Gravatar dependabot[bot]-64/+64
Bumps [psycopg](https://github.com/psycopg/psycopg) from 3.1.10 to 3.1.11. - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](https://github.com/psycopg/psycopg/compare/3.1.10...3.1.11) --- updated-dependencies: - dependency-name: psycopg dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2023-09-25Bump ruff from 0.0.290 to 0.0.291Gravatar dependabot[bot]-20/+20
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.290 to 0.0.291. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md) - [Commits](https://github.com/astral-sh/ruff/compare/v0.0.290...v0.0.291) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
2023-09-21Bump cryptography from 41.0.3 to 41.0.4Gravatar dependabot[bot]-24/+24
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.3 to 41.0.4. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.3...41.0.4) --- updated-dependencies: - dependency-name: cryptography dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
2023-09-20Merge pull request #1104 from python-discord/no-more-previews-for-redirectsGravatar jchristgit-70/+8
Links have been removed as part of #681. Closes #680.