Commit 25032a4
Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (#308)
* Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.13.0 to 1.14.0.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.13.0...v1.14.0)
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-version: 1.14.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Remove unnecessary list argument from deque initialization (#309)
* Fix ruff RUF037: replace deque([]) with deque()
https://claude.ai/code/session_01LXPFPqVYySeSgtYYdKU56U
* Accept 403/429 status codes in lychee link check
Academic PDF servers (Stanford, Brown, Inria, VLDB, etc.) and some other
sites block lychee's user-agent with 403 responses despite being valid
links. Accept 403 and 429 (rate-limit) status codes to avoid false
positives in the link-check CI job.
https://claude.ai/code/session_01LXPFPqVYySeSgtYYdKU56U
---------
Co-authored-by: Claude <noreply@anthropic.com>
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Eric Zhu <320302+ekzhu@users.noreply.github.com>
Co-authored-by: Claude <noreply@anthropic.com>1 parent cc635ed commit 25032a4
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
207 | | - | |
| 207 | + | |
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
| |||
0 commit comments