mirror of
https://github.com/umap-project/umap.git
synced 2025-04-28 19:42:36 +02:00
chore: bump rcssmin from 1.1.3 to 1.2.0 (#2273)
Bumps [rcssmin](https://github.com/ndparker/rcssmin) from 1.1.3 to 1.2.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/ndparker/rcssmin/blob/master/CHANGES">rcssmin's changelog</a>.</em></p> <blockquote> <p>Changes with version 1.2.0</p> <p>*) Add support for nesting selector (&)</p> <p>*) Update project boilerplate</p> <p>Changes with version 1.1.3</p> <p>*) Add support for Python 3.13</p> <p>*) Update project boilerplate</p> <p>Changes with version 1.1.2</p> <p>*) Add support for Python 3.12</p> <p>*) Add musllinux wheels</p> <p>*) Update project boilerplate</p> <p>Changes with version 1.1.1</p> <p>*) Add support for Python 3.11</p> <p>*) Update project boilerplate</p> <p>Changes with version 1.1.0</p> <p>*) quoted data urls which are not base64 encoded keep their spaces now (<a href="https://redirect.github.com/ndparker/rcssmin/issues/8">#8</a>)</p> <p>*) Add x86_64, i686 and aarch64 wheels</p> <p>*) Update python support: 2.7, 3.6+</p> <p>*) Both python 2 and 3 now accept bytes and text as input. All other types now raise a TypeError. Before they possibly have been converted to a string, depending on the python version and the implementation. Python 3 also accepts bytearray input.</p> <p>*) Support for PyPy and Jython is no longer tested. Patches are accepted, though.</p> <p>*) The python version will only accept the C implementation if the versions match exactly. This should prevent using older installed C versions. Fixes <a href="https://redirect.github.com/ndparker/rcssmin/issues/11">#11</a>. This issue is now more relevant since <a href="https://redirect.github.com/ndparker/rcssmin/issues/7">#7</a> is fixed.</p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="5396f5ec39
"><code>5396f5e</code></a> Bump version to 1.2.0</li> <li><a href="81da21987b
"><code>81da219</code></a> Update benchmarks</li> <li><a href="1f9ff6d2d8
"><code>1f9ff6d</code></a> Add support for nesting selector (&)</li> <li><a href="eac70b68c2
"><code>eac70b6</code></a> Add pyproject.toml, update dependencies</li> <li><a href="c1beaf0f1c
"><code>c1beaf0</code></a> update gpg info</li> <li>See full diff in <a href="https://github.com/ndparker/rcssmin/compare/1.1.3...1.2.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
This commit is contained in:
commit
25bf7e1466
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ dependencies = [
|
||||||
"Pillow==11.0.0",
|
"Pillow==11.0.0",
|
||||||
"psycopg==3.2.3",
|
"psycopg==3.2.3",
|
||||||
"requests==2.32.3",
|
"requests==2.32.3",
|
||||||
"rcssmin==1.1.3",
|
"rcssmin==1.2.0",
|
||||||
"rjsmin==1.2.3",
|
"rjsmin==1.2.3",
|
||||||
"social-auth-core==4.5.4",
|
"social-auth-core==4.5.4",
|
||||||
"social-auth-app-django==5.4.2",
|
"social-auth-app-django==5.4.2",
|
||||||
|
|
Loading…
Reference in a new issue