summaryrefslogtreecommitdiff
path: root/pyproject.toml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5 from zerolabsco/dependabot/uv/pydantic-2.13.4Christian Cleberg2026-07-201-1/+1
|\ | | | | chore(deps): bump pydantic from 2.12.5 to 2.13.4
| * chore(deps): bump pydantic from 2.12.5 to 2.13.4dependabot[bot]2026-07-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.12.5 to 2.13.4. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.12.5...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
* | Merge pull request #1 from zerolabsco/dependabot/uv/apscheduler-3.11.3Christian Cleberg2026-07-201-1/+1
|\ \ | | | | | | chore(deps): bump apscheduler from 3.11.2 to 3.11.3
| * | chore(deps): bump apscheduler from 3.11.2 to 3.11.3dependabot[bot]2026-07-201-1/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [apscheduler](https://github.com/agronholm/apscheduler) from 3.11.2 to 3.11.3. - [Release notes](https://github.com/agronholm/apscheduler/releases) - [Commits](https://github.com/agronholm/apscheduler/compare/3.11.2...3.11.3) --- updated-dependencies: - dependency-name: apscheduler dependency-version: 3.11.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
* / chore(deps): allow pytest 9 and upgrade to 9.1.1Christian Cleberg2026-07-201-1/+1
|/ | | | | | | | | Closes CVE-2025-71176 (tmpdir handling). Test-only dependency, never in the runtime image. Floor raised to 9.0.3 rather than just dropping the <9.0 ceiling: with the floor left at 8.2 a fresh resolve could still land on a vulnerable 8.x and the advisory would stay open.
* add durable actor queueing and staggered discovery importsChristian Cleberg2026-04-111-0/+3
|
* initial commitChristian Cleberg2026-04-091-0/+35