diff --git a/.jsonschema.json b/.jsonschema.json index a26fa829d..446da0574 100644 --- a/.jsonschema.json +++ b/.jsonschema.json @@ -680,7 +680,7 @@ "pattern": "^https://github\\.com/(?!(features/actions)|(sponsors)|(logos)$)" }, "then": { - "pattern": "^https://github\\.com/[^/]+/[^/]+/(blob/[a-f\\d]{40}/[^\\s]+)|(tree/[a-f\\d]{40}(/[^\\s]+)?)|(((issues)|(pull))/\\d+#issuecomment-\\d+)$" + "pattern": "^https://github\\.com/[^/]+/[^/]+/(blob/[a-f\\d]{40}/[^\\s]+)|(tree/[a-f\\d]{40}(/[^\\s]+)?)|(((issues)|(pull)|(discussions))/\\d+#((issuecomment)|(discussioncomment))-\\d+)$" }, "else": { "$ref": "#/definitions/url" diff --git a/_data/simple-icons.json b/_data/simple-icons.json index be76b7600..71d219316 100644 --- a/_data/simple-icons.json +++ b/_data/simple-icons.json @@ -12600,6 +12600,14 @@ "hex": "FF0000", "source": "https://www.spyder-ide.org" }, + { + "title": "SQLAlchemy", + "hex": "D71F00", + "source": "https://github.com/sqlalchemy/sqlalchemy/discussions/7672#discussioncomment-2157650", + "license": { + "type": "MIT" + } + }, { "title": "SQLite", "hex": "003B57", diff --git a/icons/sqlalchemy.svg b/icons/sqlalchemy.svg new file mode 100644 index 000000000..b27cb4576 --- /dev/null +++ b/icons/sqlalchemy.svg @@ -0,0 +1 @@ +SQLAlchemy \ No newline at end of file