python-gitea 0.11.2__tar.gz → 0.11.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.github/workflows/codeql.yml +3 -3
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.github/workflows/draft_release.yml +1 -1
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.github/workflows/release.yml +1 -1
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.github/workflows/scheduled_release.yml +1 -1
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.github/workflows/support_floor_update.yml +1 -1
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.pre-commit-config.yaml +3 -3
- {python_gitea-0.11.2 → python_gitea-0.11.4}/PKG-INFO +2 -2
- {python_gitea-0.11.2 → python_gitea-0.11.4}/pyproject.toml +3 -3
- {python_gitea-0.11.2 → python_gitea-0.11.4}/uv.lock +75 -83
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.coderabbit.yaml +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.github/ISSUE_TEMPLATE/bug-report.md +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.github/ISSUE_TEMPLATE/feature-request.md +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.github/pull_request_template.md +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.github/workflows/ci.yml +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.github/workflows/documentation.yml +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.github/workflows/publish.yml +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.github/workflows/publish_testpypi.yml +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.github/workflows/semantic_pull_request.yml +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.gitignore +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.markdownlint.yaml +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.prettierrc +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.pypirc +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/.typos.toml +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/CITATION.cff +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/CODE_OF_CONDUCT.md +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/CONTRIBUTING.md +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/LICENSE +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/README.md +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/SECURITY.md +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/SUPPORT.md +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/cliff.toml +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/docs/contributing.md +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/docs/dev/architecture.md +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/docs/dev/troubleshooting.md +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/docs/gen_ref_pages.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/docs/index.md +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/docs/javascripts/mathjax.js +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/docs/security.md +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/docs/style/api.css +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/docs/user-guide/cli.md +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/docs/user-guide/configuration.md +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/docs/user-guide/installation.md +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/docs/user-guide/python-api.md +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/docs/user-guide/quickstart.md +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/mkdocs.yml +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/renovate.json +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/scripts/release_version.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/__main__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/_lazy.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/actions/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/actions/actions.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/actions/artifact.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/actions/async_actions.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/actions/async_artifact.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/actions/async_run_management.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/actions/async_runner.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/actions/async_secret.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/actions/async_variable.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/actions/base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/actions/run_management.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/actions/runner.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/actions/scope.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/actions/secret.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/actions/variable.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/artifact/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/artifact/delete.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/artifact/download.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/artifact/get.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/artifact/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/job/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/job/get.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/job/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/job/logs.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/job/rerun.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/run/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/run/approve.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/run/cancel.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/run/delete.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/run/force_cancel.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/run/get.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/run/jobs.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/run/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/run/rerun.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/runner/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/runner/delete.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/runner/get.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/runner/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/runner/registration_token.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/runner/state.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/runner/update.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/secret/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/secret/delete.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/secret/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/secret/set.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/variable/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/variable/create.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/variable/delete.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/variable/get.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/variable/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/variable/update.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/workflow/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/workflow/dispatch.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/workflow/get.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/actions/workflow/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/comment/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/comment/add.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/comment/delete.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/comment/edit.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/comment/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/comment/main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/config/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/config/add.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/config/delete.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/config/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/config/main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/config/update.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/issue/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/issue/close.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/issue/create.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/issue/dependency/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/issue/dependency/add.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/issue/dependency/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/issue/dependency/main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/issue/dependency/remove.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/issue/edit.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/issue/get.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/issue/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/issue/main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/label/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/label/create.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/label/delete.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/label/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/label/main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/label/update.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/milestone/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/milestone/create.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/milestone/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/milestone/main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/notification/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/notification/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/notification/main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/notification/read.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/organization/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/organization/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/organization/main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/output.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/project/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/project/column/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/project/column/create.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/project/column/issues.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/project/column/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/project/create.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/project/delete.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/project/edit.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/project/get.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/project/issue/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/project/issue/add.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/project/issue/move.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/project/issue/remove.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/project/issues.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/project/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/project/main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/project/show.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/pull_request/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/pull_request/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/pull_request/main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/repository/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/repository/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/repository/main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/user/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/user/get.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/user/main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/user/update_settings.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/utils/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/utils/api.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/utils/auth.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/utils/convert.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/utils/errors.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/utils/issue.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/utils/options.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/watch/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/watch/advance.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/watch/list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/watch/main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/cli/watch/scopes.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/client/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/client/async_gitea.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/client/base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/client/gitea.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/comment/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/comment/async_comment.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/comment/base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/comment/comment.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/config/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/config/manager.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/config/model.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/issue/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/issue/async_issue.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/issue/base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/issue/issue.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/issue/project_column.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/label/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/label/async_label.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/label/base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/label/label.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/milestone/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/milestone/async_milestone.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/milestone/base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/milestone/milestone.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/notification/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/notification/async_notification.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/notification/base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/notification/notification.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/organization/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/organization/async_organization.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/organization/base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/organization/organization.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/project/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/project/async_project.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/project/base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/project/project.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/pull_request/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/pull_request/async_pull_request.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/pull_request/base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/pull_request/pull_request.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/repository/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/repository/async_repository.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/repository/base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/repository/repository.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/resource/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/resource/async_resource.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/resource/protocol.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/resource/resource.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/user/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/user/async_user.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/user/base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/user/user.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/utils/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/utils/fields.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/utils/log.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/utils/pagination.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/utils/response.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/version.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/watch/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/watch/changes.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/src/gitea/watch/state.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/actions/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/actions/test_actions_base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/actions/test_actions_imports.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/actions/test_actions_requests.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/actions/test_actions_scope.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/board.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/actions/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/actions/invoking.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/actions/test_cli_actions_artifact.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/actions/test_cli_actions_job_get.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/actions/test_cli_actions_job_list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/actions/test_cli_actions_job_logs.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/actions/test_cli_actions_main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/actions/test_cli_actions_run_get.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/actions/test_cli_actions_run_jobs.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/actions/test_cli_actions_run_list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/actions/test_cli_actions_run_management.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/actions/test_cli_actions_runner.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/actions/test_cli_actions_secret.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/actions/test_cli_actions_variable.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/actions/test_cli_actions_workflow_dispatch.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/actions/test_cli_actions_workflow_get.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/actions/test_cli_actions_workflow_list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/comment/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/comment/test_cli_comment_add.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/comment/test_cli_comment_delete.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/comment/test_cli_comment_edit.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/comment/test_cli_comment_list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/comment/test_cli_comment_main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/config/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/config/test_cli_config_add.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/config/test_cli_config_delete.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/config/test_cli_config_list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/config/test_cli_config_main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/config/test_cli_config_update.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/envelope.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/issue/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/issue/dependency/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/issue/dependency/test_cli_issue_dependency.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/issue/test_cli_issue_close.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/issue/test_cli_issue_comment.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/issue/test_cli_issue_create.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/issue/test_cli_issue_edit.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/issue/test_cli_issue_get.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/issue/test_cli_issue_list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/issue/test_cli_issue_main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/label/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/label/test_cli_label_create.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/label/test_cli_label_delete.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/label/test_cli_label_list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/label/test_cli_label_main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/label/test_cli_label_update.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/milestone/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/milestone/test_cli_milestone_create.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/milestone/test_cli_milestone_list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/milestone/test_cli_milestone_main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/notification/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/notification/test_cli_notification.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/organization/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/organization/test_cli_organization_list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/organization/test_cli_organization_main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/project/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/project/test_cli_project.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/project/test_cli_project_column_issues.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/project/test_cli_project_show.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/pull_request/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/pull_request/test_cli_pull_request_list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/pull_request/test_cli_pull_request_main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/rendering.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/repository/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/repository/test_cli_repository_list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/repository/test_cli_repository_main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/test_cli_contract.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/test_cli_main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/test_cli_output.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/tree.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/user/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/user/test_cli_user_get.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/user/test_cli_user_update_settings.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/utils/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/utils/test_cli_utils_api.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/utils/test_cli_utils_auth.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/utils/test_cli_utils_convert.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/utils/test_cli_utils_errors.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/utils/test_cli_utils_issue.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/utils/test_cli_utils_options.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/watch/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/watch/support.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/watch/test_cli_watch_advance.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/watch/test_cli_watch_list.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/cli/watch/test_cli_watch_scopes.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/client/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/client/test_client_async_gitea.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/client/test_client_base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/client/test_client_gitea.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/comment/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/comment/test_comment_async_comment.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/comment/test_comment_base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/comment/test_comment_comment.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/config/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/config/test_config_manager.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/config/test_config_model.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/conftest.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/issue/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/issue/test_issue_async_issue.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/issue/test_issue_async_project_column.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/issue/test_issue_base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/issue/test_issue_dependencies.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/issue/test_issue_issue.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/issue/test_issue_project_column.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/label/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/label/test_label_async_label.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/label/test_label_base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/label/test_label_label.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/milestone/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/milestone/test_milestone_async_milestone.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/milestone/test_milestone_base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/milestone/test_milestone_milestone.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/notification/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/notification/test_notification_base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/notification/test_notification_notification.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/organization/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/organization/test_organization_async_organization.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/organization/test_organization_base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/organization/test_organization_organization.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/project/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/project/test_project_base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/project/test_project_project.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/project/test_project_requests.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/pull_request/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/pull_request/test_pull_request_async_pull_request.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/pull_request/test_pull_request_base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/pull_request/test_pull_request_pull_request.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/repository/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/repository/test_repository_async_repository.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/repository/test_repository_base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/repository/test_repository_repository.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/resource/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/resource/test_resource_async_resource.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/resource/test_resource_resource.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/smoke_test.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/test_import.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/test_lazy_reexports.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/test_main.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/test_release_version.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/test_version.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/transport.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/user/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/user/test_user_async_user.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/user/test_user_base.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/user/test_user_user.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/utils/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/utils/test_utils_fields.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/utils/test_utils_log.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/utils/test_utils_pagination.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/utils/test_utils_response.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/watch/__init__.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/watch/test_watch_changes.py +0 -0
- {python_gitea-0.11.2 → python_gitea-0.11.4}/tests/watch/test_watch_state.py +0 -0
|
@@ -22,13 +22,13 @@ jobs:
|
|
|
22
22
|
uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
|
|
23
23
|
|
|
24
24
|
- name: Initialize CodeQL
|
|
25
|
-
uses: github/codeql-action/init@
|
|
25
|
+
uses: github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4
|
|
26
26
|
with:
|
|
27
27
|
languages: python
|
|
28
28
|
queries: security-and-quality
|
|
29
29
|
|
|
30
30
|
- name: Autobuild
|
|
31
|
-
uses: github/codeql-action/autobuild@
|
|
31
|
+
uses: github/codeql-action/autobuild@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4
|
|
32
32
|
|
|
33
33
|
- name: Perform CodeQL Analysis
|
|
34
|
-
uses: github/codeql-action/analyze@
|
|
34
|
+
uses: github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # v4
|
|
@@ -22,7 +22,7 @@ jobs:
|
|
|
22
22
|
|
|
23
23
|
- name: Generate changelog
|
|
24
24
|
id: changelog
|
|
25
|
-
uses: orhun/git-cliff-action@
|
|
25
|
+
uses: orhun/git-cliff-action@3d96a18cc4ec17e9dc69ddcc424ccafaf1f78ce2 # v4.9.0
|
|
26
26
|
with:
|
|
27
27
|
config: cliff.toml
|
|
28
28
|
args: --unreleased --verbose
|
|
@@ -30,7 +30,7 @@ jobs:
|
|
|
30
30
|
|
|
31
31
|
- name: Generate changelog
|
|
32
32
|
id: changelog
|
|
33
|
-
uses: orhun/git-cliff-action@
|
|
33
|
+
uses: orhun/git-cliff-action@3d96a18cc4ec17e9dc69ddcc424ccafaf1f78ce2 # v4.9.0
|
|
34
34
|
with:
|
|
35
35
|
config: cliff.toml
|
|
36
36
|
args: --current --verbose
|
|
@@ -31,7 +31,7 @@ jobs:
|
|
|
31
31
|
|
|
32
32
|
- name: Check for new commits
|
|
33
33
|
id: check_commits
|
|
34
|
-
uses: isaac-cf-wong/detect-git-changes-action@
|
|
34
|
+
uses: isaac-cf-wong/detect-git-changes-action@10d1e3ac7c5ee0997d7b370e9929cacac9c87013 # v0.0.19
|
|
35
35
|
with:
|
|
36
36
|
use-latest-tag: true
|
|
37
37
|
|
|
@@ -22,7 +22,7 @@ jobs:
|
|
|
22
22
|
|
|
23
23
|
- name: Apply support policy (spec0, from pyproject tool table)
|
|
24
24
|
id: policy
|
|
25
|
-
uses: isaac-cf-wong/dependency-support-policy-action@
|
|
25
|
+
uses: isaac-cf-wong/dependency-support-policy-action@3831b000a448af639c88b8529d7057778edbc6ae # v0.2.8
|
|
26
26
|
with:
|
|
27
27
|
mode: update
|
|
28
28
|
|
|
@@ -16,7 +16,7 @@ repos:
|
|
|
16
16
|
- id: check-json
|
|
17
17
|
|
|
18
18
|
- repo: https://github.com/astral-sh/ruff-pre-commit
|
|
19
|
-
rev: v0.16.
|
|
19
|
+
rev: v0.16.7
|
|
20
20
|
hooks:
|
|
21
21
|
- id: ruff
|
|
22
22
|
args: [--fix, --config=pyproject.toml]
|
|
@@ -28,7 +28,7 @@ repos:
|
|
|
28
28
|
- id: taplo-format
|
|
29
29
|
|
|
30
30
|
- repo: https://github.com/crate-ci/typos
|
|
31
|
-
rev: v1.50.
|
|
31
|
+
rev: v1.50.1
|
|
32
32
|
hooks:
|
|
33
33
|
- id: typos
|
|
34
34
|
args: []
|
|
@@ -52,7 +52,7 @@ repos:
|
|
|
52
52
|
- id: actionlint
|
|
53
53
|
|
|
54
54
|
- repo: https://github.com/astral-sh/uv-pre-commit
|
|
55
|
-
rev: 0.12.
|
|
55
|
+
rev: 0.12.13
|
|
56
56
|
hooks:
|
|
57
57
|
# Update the uv lockfile
|
|
58
58
|
- id: uv-lock
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: python-gitea
|
|
3
|
-
Version: 0.11.
|
|
3
|
+
Version: 0.11.4
|
|
4
4
|
Summary: A Python package for interacting with the Gitea API, offering a simple interface to access repositories, users, organizations, issues, and more for automation and data management.
|
|
5
5
|
Project-URL: Documentation, https://isaac-cf-wong.github.io/python-gitea
|
|
6
6
|
Project-URL: Source, https://github.com/isaac-cf-wong/python-gitea
|
|
@@ -21,7 +21,7 @@ Requires-Dist: aiohttp>=3.13.3
|
|
|
21
21
|
Requires-Dist: platformdirs>=4.3.6
|
|
22
22
|
Requires-Dist: pydantic>=2.12.5
|
|
23
23
|
Requires-Dist: pyyaml>=6.0.2
|
|
24
|
-
Requires-Dist: requests>=2.
|
|
24
|
+
Requires-Dist: requests>=2.33.0
|
|
25
25
|
Requires-Dist: typer>=0.21.1
|
|
26
26
|
Description-Content-Type: text/markdown
|
|
27
27
|
|
|
@@ -20,7 +20,7 @@ requires-python = ">=3.12"
|
|
|
20
20
|
dynamic = ["version"]
|
|
21
21
|
dependencies = [
|
|
22
22
|
"typer>=0.21.1",
|
|
23
|
-
"requests>=2.
|
|
23
|
+
"requests>=2.33.0",
|
|
24
24
|
"aiohttp>=3.13.3",
|
|
25
25
|
"pydantic>=2.12.5",
|
|
26
26
|
"platformdirs>=4.3.6",
|
|
@@ -29,13 +29,13 @@ dependencies = [
|
|
|
29
29
|
|
|
30
30
|
[dependency-groups]
|
|
31
31
|
dev = [
|
|
32
|
-
"ruff>=0.16.
|
|
32
|
+
"ruff>=0.16.7",
|
|
33
33
|
# The mutation runner, in the environment `uv run` resolves, so that
|
|
34
34
|
# `uv run mutmut run` reaches the same interpreter as `uv run pytest` and finds
|
|
35
35
|
# the pytest plugins the suite's own options need. Run from a tool environment
|
|
36
36
|
# of its own it cannot read `--cov`, and the run dies at collection.
|
|
37
37
|
"mutmut>=3.7.0",
|
|
38
|
-
"prek>=0.5.
|
|
38
|
+
"prek>=0.5.2",
|
|
39
39
|
"pytest-github-actions-annotate-failures>=0.4.2",
|
|
40
40
|
"pytest-cov>=7.1.0",
|
|
41
41
|
"pytest-mock>=3.15.1",
|
|
@@ -149,15 +149,15 @@ wheels = [
|
|
|
149
149
|
|
|
150
150
|
[[package]]
|
|
151
151
|
name = "anyio"
|
|
152
|
-
version = "4.
|
|
152
|
+
version = "4.15.1"
|
|
153
153
|
source = { registry = "https://pypi.org/simple" }
|
|
154
154
|
dependencies = [
|
|
155
155
|
{ name = "idna" },
|
|
156
|
-
{ name = "typing-extensions", marker = "python_full_version < '3.
|
|
156
|
+
{ name = "typing-extensions", marker = "python_full_version < '3.15'" },
|
|
157
157
|
]
|
|
158
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
158
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a9/d2/f4d173e22df740bc37b1db102b386ba719b66e95b0f0d751f556b387e6d2/anyio-4.15.1.tar.gz", hash = "sha256:9f28306018cbd6d329e64a36d58256edff76dd996fe423bc957326e578b82a94", size = 276966, upload-time = "2026-09-05T10:42:39.44Z" }
|
|
159
159
|
wheels = [
|
|
160
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
160
|
+
{ url = "https://files.pythonhosted.org/packages/12/b8/4bd346e22b28902df4d651910f5242c28d84e4a5c2435ca5c3f797ed7e2e/anyio-4.15.1-py3-none-any.whl", hash = "sha256:6152fdbbf9a77fdec97731721bebf7c4c44f7c29b424b0065826173efc7ed101", size = 132079, upload-time = "2026-09-05T10:42:37.923Z" },
|
|
161
161
|
]
|
|
162
162
|
|
|
163
163
|
[[package]]
|
|
@@ -614,11 +614,11 @@ wheels = [
|
|
|
614
614
|
|
|
615
615
|
[[package]]
|
|
616
616
|
name = "filelock"
|
|
617
|
-
version = "3.32.
|
|
617
|
+
version = "3.32.5"
|
|
618
618
|
source = { registry = "https://pypi.org/simple" }
|
|
619
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
619
|
+
sdist = { url = "https://files.pythonhosted.org/packages/0a/a0/50c2c0ce5e74d7721bbb1b19a26ebd339aac5878553a6e35308c2f31f935/filelock-3.32.5.tar.gz", hash = "sha256:f6a6a28f743f9b95ce19db5abe0f376f75eb56517dff21e1a4751e2657d3e83d", size = 222838, upload-time = "2026-08-31T18:56:34.729Z" }
|
|
620
620
|
wheels = [
|
|
621
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
621
|
+
{ url = "https://files.pythonhosted.org/packages/36/d2/b70a31e13d04456d28493f31d2aa087e99eeb2767ef0293b2625727ccb8c/filelock-3.32.5-py3-none-any.whl", hash = "sha256:142cd9fa77a872c5e78c62329a0d15278fadc686eb89e760017968961a4fd6b2", size = 100003, upload-time = "2026-08-31T18:56:33.078Z" },
|
|
622
622
|
]
|
|
623
623
|
|
|
624
624
|
[[package]]
|
|
@@ -744,11 +744,11 @@ wheels = [
|
|
|
744
744
|
|
|
745
745
|
[[package]]
|
|
746
746
|
name = "griffelib"
|
|
747
|
-
version = "2.
|
|
747
|
+
version = "2.3.0"
|
|
748
748
|
source = { registry = "https://pypi.org/simple" }
|
|
749
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
749
|
+
sdist = { url = "https://files.pythonhosted.org/packages/27/af/018c10bc9edd42b6ef6db2e96b09542050d5253f9b195e74bc910b2d13ab/griffelib-2.3.0.tar.gz", hash = "sha256:7b0952caf5bca6afa4bb5ee8c6a2d183fe3f21b62efc5f6c7243cb2b26d2d115", size = 234534, upload-time = "2026-09-04T15:08:17.472Z" }
|
|
750
750
|
wheels = [
|
|
751
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
751
|
+
{ url = "https://files.pythonhosted.org/packages/41/63/e876e789525063c840ccfa8857febdabd6523bcef9ce7eb979b9305ea895/griffelib-2.3.0-py3-none-any.whl", hash = "sha256:1b8f9cd525681c26b1d6d574faa1371651e8459ca51d209684f50b8096ae06e0", size = 169423, upload-time = "2026-09-04T15:08:12.956Z" },
|
|
752
752
|
]
|
|
753
753
|
|
|
754
754
|
[[package]]
|
|
@@ -1291,16 +1291,16 @@ python = [
|
|
|
1291
1291
|
|
|
1292
1292
|
[[package]]
|
|
1293
1293
|
name = "mkdocstrings-python"
|
|
1294
|
-
version = "2.0.
|
|
1294
|
+
version = "2.0.8"
|
|
1295
1295
|
source = { registry = "https://pypi.org/simple" }
|
|
1296
1296
|
dependencies = [
|
|
1297
1297
|
{ name = "griffelib" },
|
|
1298
1298
|
{ name = "mkdocs-autorefs" },
|
|
1299
1299
|
{ name = "mkdocstrings" },
|
|
1300
1300
|
]
|
|
1301
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1301
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c5/65/0db919b7c91bf033b42d04f15ff16a56f4edd6afb26e84d448359660ece3/mkdocstrings_python-2.0.8.tar.gz", hash = "sha256:34545b54681cf0b212aab95394d37b0f5326a93b102f6ad1df3d965c79384c9d", size = 201771, upload-time = "2026-08-31T20:16:06.698Z" }
|
|
1302
1302
|
wheels = [
|
|
1303
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1303
|
+
{ url = "https://files.pythonhosted.org/packages/0b/b7/a5a854d4e44853f26decc0c5e0d68df052399f3da344a313da4178f00816/mkdocstrings_python-2.0.8-py3-none-any.whl", hash = "sha256:e555d9ef53b0febdeae4dd603144d4f86ec90fef672276645ea3bb61232c3d24", size = 105443, upload-time = "2026-08-31T20:16:05.25Z" },
|
|
1304
1304
|
]
|
|
1305
1305
|
|
|
1306
1306
|
[[package]]
|
|
@@ -1469,11 +1469,11 @@ wheels = [
|
|
|
1469
1469
|
|
|
1470
1470
|
[[package]]
|
|
1471
1471
|
name = "platformdirs"
|
|
1472
|
-
version = "4.11.
|
|
1472
|
+
version = "4.11.7"
|
|
1473
1473
|
source = { registry = "https://pypi.org/simple" }
|
|
1474
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1474
|
+
sdist = { url = "https://files.pythonhosted.org/packages/69/b7/802a56eca9f2fac455b8bab5375a2647b0f0e14a2cd63ef077de3c4a7658/platformdirs-4.11.7.tar.gz", hash = "sha256:4f41487eeeeeb07f3a6625e61d9bc0ae6809f92d3386dbd74392fbb76108104d", size = 35127, upload-time = "2026-09-01T13:35:10.502Z" }
|
|
1475
1475
|
wheels = [
|
|
1476
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1476
|
+
{ url = "https://files.pythonhosted.org/packages/27/6e/80993e10a0482f630cef528635789233224f36b1ffd11592aa15d13ff9ce/platformdirs-4.11.7-py3-none-any.whl", hash = "sha256:8a02cb259042c79d1cd0450facc2fe6dc9d303ae7901afbe33bf8ea0b188cef6", size = 23938, upload-time = "2026-09-01T13:35:09.02Z" },
|
|
1477
1477
|
]
|
|
1478
1478
|
|
|
1479
1479
|
[[package]]
|
|
@@ -1487,26 +1487,18 @@ wheels = [
|
|
|
1487
1487
|
|
|
1488
1488
|
[[package]]
|
|
1489
1489
|
name = "prek"
|
|
1490
|
-
version = "0.5.
|
|
1490
|
+
version = "0.5.2"
|
|
1491
1491
|
source = { registry = "https://pypi.org/simple" }
|
|
1492
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1492
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b1/05/4402641f168dd862d27592cbd4c5fb171d119c15611e5dbef3df857e8932/prek-0.5.2.tar.gz", hash = "sha256:a90ea4eeba35c6081bad29775f6a49fcc33fb80372424fce64c7a9c5774e8204", size = 549442, upload-time = "2026-09-02T17:49:27.241Z" }
|
|
1493
1493
|
wheels = [
|
|
1494
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1495
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1496
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1497
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1498
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1499
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1500
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1501
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1502
|
-
{ url = "https://files.pythonhosted.org/packages/7b/b8/b5cdd27d6da0d754abcf9cc06a092f476bd9242f0e8e19e3dfd1a2d1b315/prek-0.5.0-py3-none-manylinux_2_28_aarch64.whl", hash = "sha256:93b4086a1b69c24a967b5c80608cfc4a111cc2b0f69bc1d1f278eb4c23ad430c", size = 5827384, upload-time = "2026-08-27T03:50:16.898Z" },
|
|
1503
|
-
{ url = "https://files.pythonhosted.org/packages/18/e5/1d8fd614dfe04aa9378b33fb23f7285da582ca090c321973da8466a754d5/prek-0.5.0-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:3299eca7269582665255f4c8f3ab38bc64e4d16ab2e9ce5e3d20cf65bc9f40ee", size = 5589195, upload-time = "2026-08-27T03:50:18.857Z" },
|
|
1504
|
-
{ url = "https://files.pythonhosted.org/packages/6c/89/e758cefe423cd1422e882325baef65af2bf2b6a903c32d657323a993d394/prek-0.5.0-py3-none-musllinux_1_1_armv7l.whl", hash = "sha256:005c20b3df988f240bfa50518777d5babeab50cf774a8917dba1705567e1f561", size = 5491009, upload-time = "2026-08-27T03:50:20.836Z" },
|
|
1505
|
-
{ url = "https://files.pythonhosted.org/packages/ea/90/6b30d898a2610113378b78b82f1d700bcdb79993ba92b85f492a02859f53/prek-0.5.0-py3-none-musllinux_1_1_i686.whl", hash = "sha256:a1a46d8de94d7c7c58b027a3622763861f1c76b01bafe9dc6d8b408713ad3946", size = 5826007, upload-time = "2026-08-27T03:50:23.1Z" },
|
|
1506
|
-
{ url = "https://files.pythonhosted.org/packages/48/23/3fd00ff6d844b1756b95fc913730c6ec2f772f36558693ff3c4cfb2d3071/prek-0.5.0-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:e2aad66e0111cab24a03af2f67fca737c3d8f7b1188cf9b8994bbbf7b52f53b8", size = 6319092, upload-time = "2026-08-27T03:50:25.41Z" },
|
|
1507
|
-
{ url = "https://files.pythonhosted.org/packages/ca/10/5d99bdfc77b51ab427a139e0b9f2dd5eacc74fe02fd1228c7be1a8ede6ad/prek-0.5.0-py3-none-win32.whl", hash = "sha256:d4970878d5032ad101b4ec5662f3848a70f80c0295ed5a1fea0aed82979c1251", size = 5340535, upload-time = "2026-08-27T03:50:27.452Z" },
|
|
1508
|
-
{ url = "https://files.pythonhosted.org/packages/ab/2a/835019081b3a09acefc6e28a6dd561a45c8270f8a84e85fa00d6f2be0300/prek-0.5.0-py3-none-win_amd64.whl", hash = "sha256:7bf2df923ba48ec72af7dc69033d613f4775eb301cdf975e19e749ecda2a28c4", size = 5725188, upload-time = "2026-08-27T03:50:29.492Z" },
|
|
1509
|
-
{ url = "https://files.pythonhosted.org/packages/55/dc/a634d4c5951bd899526c6d8f2a4776bc42af1df4b01951e4f90412909cfc/prek-0.5.0-py3-none-win_arm64.whl", hash = "sha256:43e9d2d727435b0be28fe2195a6a22b0e5e0d937270ae0c88edfc42b71db8fab", size = 5492540, upload-time = "2026-08-27T03:50:31.49Z" },
|
|
1494
|
+
{ url = "https://files.pythonhosted.org/packages/6e/25/cf9c6064fea82ba6f4801dc3be650cc86eae3d9951e2a6fb28b21cbfa156/prek-0.5.2-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:40d488a48de3f47f48bd4911ee5dec25e615f992b4cde821e9b50d40c615b39e", size = 5982622, upload-time = "2026-09-02T17:49:10.111Z" },
|
|
1495
|
+
{ url = "https://files.pythonhosted.org/packages/cb/d9/9772fd4d4023c34780d957f407d9437e2a16d6bef77e3da9fa4374cd75bb/prek-0.5.2-py3-none-macosx_11_0_arm64.whl", hash = "sha256:0eb3b812fc13bc5c05cfc1a8b469f9665a02f845753c3759ad7aca50af707afb", size = 5525662, upload-time = "2026-09-02T17:49:12.336Z" },
|
|
1496
|
+
{ url = "https://files.pythonhosted.org/packages/3b/19/be25a56ab243f2e5c9333c38bad33bddffec92ea8a25e34248eba6e00ac8/prek-0.5.2-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:c0219d1e694a962e3b3ae98f42f53065d2e2856719caee88578d24b35ea74cad", size = 5826109, upload-time = "2026-09-02T17:49:13.994Z" },
|
|
1497
|
+
{ url = "https://files.pythonhosted.org/packages/1e/bd/a4a5a3022915b8e1768df9b2d8744f3e7c4b3bb7cdbe697612cc96054169/prek-0.5.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a0e22f11c1fb5df89acf5cbde78f6139edf2c30a205bea5a5d4a094366dcdbda", size = 6201473, upload-time = "2026-09-02T17:49:16.156Z" },
|
|
1498
|
+
{ url = "https://files.pythonhosted.org/packages/f6/fb/2e5f8adbee718f15333a113872104c4b3d25ecce423dd7117cfcd28a25fe/prek-0.5.2-py3-none-manylinux_2_28_aarch64.whl", hash = "sha256:1d52de8428d5eef7c8c0fd64efd7d31210d13924fd36a02975d462675715aeb7", size = 5829166, upload-time = "2026-09-02T17:49:17.997Z" },
|
|
1499
|
+
{ url = "https://files.pythonhosted.org/packages/44/71/c798d54741cc8f345b211e453dda9599546fb213c3593eb711cb6c710bbf/prek-0.5.2-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:86aebcd8ab831036fc3ac9b15275412403e21041da031e6c9f1547888843e5c6", size = 6318980, upload-time = "2026-09-02T17:49:21.145Z" },
|
|
1500
|
+
{ url = "https://files.pythonhosted.org/packages/8f/f8/4aefbf76dae091078655fbaf065c34fa900d43b39c2b88e80cbaa71b5efb/prek-0.5.2-py3-none-win_amd64.whl", hash = "sha256:b6c0e4f272f9410f8218d1db0cc7ea10cd8f62db19f820b9ace9f6c2b33bd8dd", size = 5727075, upload-time = "2026-09-02T17:49:23.656Z" },
|
|
1501
|
+
{ url = "https://files.pythonhosted.org/packages/df/7c/409ced8866197da50e9bcb2c9bf101e3e9a35b98a851c0ccd2a44509eaa5/prek-0.5.2-py3-none-win_arm64.whl", hash = "sha256:0ebea4ef39f6446f6c414a5a506cde8942b17b5899f74cf90e352628085d4005", size = 5489643, upload-time = "2026-09-02T17:49:25.778Z" },
|
|
1510
1502
|
]
|
|
1511
1503
|
|
|
1512
1504
|
[[package]]
|
|
@@ -1910,7 +1902,7 @@ requires-dist = [
|
|
|
1910
1902
|
{ name = "platformdirs", specifier = ">=4.3.6" },
|
|
1911
1903
|
{ name = "pydantic", specifier = ">=2.12.5" },
|
|
1912
1904
|
{ name = "pyyaml", specifier = ">=6.0.2" },
|
|
1913
|
-
{ name = "requests", specifier = ">=2.
|
|
1905
|
+
{ name = "requests", specifier = ">=2.33.0" },
|
|
1914
1906
|
{ name = "typer", specifier = ">=0.21.1" },
|
|
1915
1907
|
]
|
|
1916
1908
|
|
|
@@ -1918,13 +1910,13 @@ requires-dist = [
|
|
|
1918
1910
|
build = [{ name = "hatch", specifier = ">=1.18.0" }]
|
|
1919
1911
|
dev = [
|
|
1920
1912
|
{ name = "mutmut", specifier = ">=3.7.0" },
|
|
1921
|
-
{ name = "prek", specifier = ">=0.5.
|
|
1913
|
+
{ name = "prek", specifier = ">=0.5.2" },
|
|
1922
1914
|
{ name = "pytest", specifier = ">=9.1.1" },
|
|
1923
1915
|
{ name = "pytest-asyncio", specifier = ">=1.4.0" },
|
|
1924
1916
|
{ name = "pytest-cov", specifier = ">=7.1.0" },
|
|
1925
1917
|
{ name = "pytest-github-actions-annotate-failures", specifier = ">=0.4.2" },
|
|
1926
1918
|
{ name = "pytest-mock", specifier = ">=3.15.1" },
|
|
1927
|
-
{ name = "ruff", specifier = ">=0.16.
|
|
1919
|
+
{ name = "ruff", specifier = ">=0.16.7" },
|
|
1928
1920
|
]
|
|
1929
1921
|
docs = [
|
|
1930
1922
|
{ name = "mike", specifier = ">=2.2.0" },
|
|
@@ -2058,27 +2050,27 @@ wheels = [
|
|
|
2058
2050
|
|
|
2059
2051
|
[[package]]
|
|
2060
2052
|
name = "ruff"
|
|
2061
|
-
version = "0.16.
|
|
2062
|
-
source = { registry = "https://pypi.org/simple" }
|
|
2063
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2064
|
-
wheels = [
|
|
2065
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2066
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2067
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2068
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2069
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2070
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2071
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2072
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2073
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2074
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2075
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2076
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2077
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2078
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2079
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2080
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2081
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2053
|
+
version = "0.16.7"
|
|
2054
|
+
source = { registry = "https://pypi.org/simple" }
|
|
2055
|
+
sdist = { url = "https://files.pythonhosted.org/packages/82/bb/5a449b9162e49b139d72f61672bd3ac1d790221f796d3304e2241fff4c58/ruff-0.16.7.tar.gz", hash = "sha256:5f71d004ac1263b22fa39462ac5ae618a4b77d58981af2cc79bf79a29c12b1a6", size = 4924184, upload-time = "2026-09-10T18:04:06.336Z" }
|
|
2056
|
+
wheels = [
|
|
2057
|
+
{ url = "https://files.pythonhosted.org/packages/e3/b2/c80aeeb7f9e469c0d63a85d2f1ab6e1ebfbe10ea7a8d2438b7e09e3ff09e/ruff-0.16.7-py3-none-linux_armv6l.whl", hash = "sha256:727307773e7c7f9181d3ed3a2484186e56c1fa1874255911c74585eb2c7c19f9", size = 10048917, upload-time = "2026-09-10T18:03:30.28Z" },
|
|
2058
|
+
{ url = "https://files.pythonhosted.org/packages/7b/96/20bb7bcae008004df52afcb7ac83432d4a467f2c17b672fe46d26be231c5/ruff-0.16.7-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:9d61c258deabf58f34c67bd4bb4d939c7f2e6b5f0e59c1cdd1cf771b11cde929", size = 10242929, upload-time = "2026-09-10T18:03:32.706Z" },
|
|
2059
|
+
{ url = "https://files.pythonhosted.org/packages/90/b2/f184b0d5abec02db69cfd7e49b688ae0237554528ca777136c613bf36bee/ruff-0.16.7-py3-none-macosx_11_0_arm64.whl", hash = "sha256:7ab81118df8945e0193d0240712aa4496573595b75185c3636ed825592a0f728", size = 9847245, upload-time = "2026-09-10T18:03:34.509Z" },
|
|
2060
|
+
{ url = "https://files.pythonhosted.org/packages/eb/2d/db1633a641866ed801e34cc6b60ef236c5e16f9b2124ab1d49cc24a5fe4f/ruff-0.16.7-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4c196c968874fc8019da8e7163de7a1a370f111e2309b4b7dfea0fce950198d0", size = 9961780, upload-time = "2026-09-10T18:03:36.618Z" },
|
|
2061
|
+
{ url = "https://files.pythonhosted.org/packages/4d/98/edea21e1a3e38dbbc3bf6bb068b863b3b06184cf8533a4c7dbbe208a89d5/ruff-0.16.7-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ac8c3bd0a7e10ad31e6ce51e7a99f3cb772e69aecdd6b9ea7e99b362f62a62c0", size = 9866337, upload-time = "2026-09-10T18:03:38.805Z" },
|
|
2062
|
+
{ url = "https://files.pythonhosted.org/packages/0b/11/a15e60d4c87b214646f116ca9d204475bf993ee1047459bc9a360fd4d6d1/ruff-0.16.7-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:398d3988edde000b5c75dc1b3f584708da9bc990de069c18909142580fec1af9", size = 10562512, upload-time = "2026-09-10T18:03:40.71Z" },
|
|
2063
|
+
{ url = "https://files.pythonhosted.org/packages/29/42/eaff4c9b6d0c7cdf56df313a17e89ae854f5bbc0b0c8f9cce19be0ab7a8f/ruff-0.16.7-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ce05b62b770a8217c4646a9c4139fca00efe8fe5d71f87df2b243ff20d4584d1", size = 11302938, upload-time = "2026-09-10T18:03:42.607Z" },
|
|
2064
|
+
{ url = "https://files.pythonhosted.org/packages/5d/43/c75aa59a4ec181fe2ec06cab30e198c1c6d107229a9f008ae3a7c16cabd8/ruff-0.16.7-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:af1b576fddb9d9ef2ececfb5fadcd6a624b25070ed85e3cfcfe449fc3ff6a7b9", size = 10840857, upload-time = "2026-09-10T18:03:44.604Z" },
|
|
2065
|
+
{ url = "https://files.pythonhosted.org/packages/21/33/81f3da371942ea031105ba679d8d6e28ec1660ccd690a45f42d381161356/ruff-0.16.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9ce7f8f22df67c93ed96c717f9128eadb797144ac2bad475cf536f31d6100c55", size = 10370001, upload-time = "2026-09-10T18:03:46.706Z" },
|
|
2066
|
+
{ url = "https://files.pythonhosted.org/packages/fa/0b/6345fb4dbf6dd0ed1cfe5d18391dc9c3f59cc81622a7b0a65b84b3e730ba/ruff-0.16.7-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:06d0e93d04f392996435ebd600c153f65b47d73fbec2415aa99c5ee5756b3a5f", size = 10548735, upload-time = "2026-09-10T18:03:48.658Z" },
|
|
2067
|
+
{ url = "https://files.pythonhosted.org/packages/3f/4d/c5576adf511f92a328e5569dda190ecdd430da51f1a649f3a4a2fd73e21e/ruff-0.16.7-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:142151a5e7b93c1b11111337142f89dd2fbfee92161225c99a97222f22e32656", size = 10108496, upload-time = "2026-09-10T18:03:50.563Z" },
|
|
2068
|
+
{ url = "https://files.pythonhosted.org/packages/ff/8c/667d83c16199a17a56adc6b0bd4c3beb5b767a2babcd16a56f76f9be7fd6/ruff-0.16.7-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:e6651f97a342d8b35d54d8991544ca22169b86dc54111cb604666940c431b750", size = 9860136, upload-time = "2026-09-10T18:03:52.621Z" },
|
|
2069
|
+
{ url = "https://files.pythonhosted.org/packages/99/75/78d401106731999a1dd20cc5a6961e37e1eb9397a3b589f73f3a5ce146a3/ruff-0.16.7-py3-none-musllinux_1_2_i686.whl", hash = "sha256:ef140c6eb935fa9a84c9c607dfb2cb1b85843c192e79265b0c54f35f557ea8e5", size = 10286290, upload-time = "2026-09-10T18:03:55.207Z" },
|
|
2070
|
+
{ url = "https://files.pythonhosted.org/packages/68/49/56f9c3a8b755df93a0ad318b2147bf4ef5dae9a7e5ec61c460109c67957f/ruff-0.16.7-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:53e39506a730fadeee0d998ed5946f30671f0db240c6c7c73bdabbe33604bb6f", size = 10745048, upload-time = "2026-09-10T18:03:57.299Z" },
|
|
2071
|
+
{ url = "https://files.pythonhosted.org/packages/5f/ea/7f9b938a63ece4bec677ad7f9f7fa02df3383db1949ed93a382441c09a87/ruff-0.16.7-py3-none-win32.whl", hash = "sha256:2ea3470fcebcbc5df2fb0c6f3b90333fa9084c534e0111c038fa4a6ab9f1c4b7", size = 10059082, upload-time = "2026-09-10T18:03:59.632Z" },
|
|
2072
|
+
{ url = "https://files.pythonhosted.org/packages/39/11/480a6973a927aa653e1cead6a6416008640e03a99d05b34c0434b8c6c366/ruff-0.16.7-py3-none-win_amd64.whl", hash = "sha256:7ac26aca826e9e21d0f1cb25b54ac660760a9fdd094d3e4df9848232be98cfc6", size = 10593368, upload-time = "2026-09-10T18:04:01.999Z" },
|
|
2073
|
+
{ url = "https://files.pythonhosted.org/packages/8b/4b/51327018d056f0dad2c2238f26d1fb0f53707a9d91b75dea6d1b3039f136/ruff-0.16.7-py3-none-win_arm64.whl", hash = "sha256:aab7f39e2c9df6c596216070f98eef1207b94f8516cca20c808826974971855b", size = 10412401, upload-time = "2026-09-10T18:04:04.098Z" },
|
|
2082
2074
|
]
|
|
2083
2075
|
|
|
2084
2076
|
[[package]]
|
|
@@ -2282,28 +2274,28 @@ wheels = [
|
|
|
2282
2274
|
|
|
2283
2275
|
[[package]]
|
|
2284
2276
|
name = "uv"
|
|
2285
|
-
version = "0.12.
|
|
2286
|
-
source = { registry = "https://pypi.org/simple" }
|
|
2287
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2288
|
-
wheels = [
|
|
2289
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2290
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2291
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2292
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2293
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2294
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2295
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2296
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2297
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2298
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2299
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2300
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2301
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2302
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2303
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2304
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2305
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2306
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2277
|
+
version = "0.12.10"
|
|
2278
|
+
source = { registry = "https://pypi.org/simple" }
|
|
2279
|
+
sdist = { url = "https://files.pythonhosted.org/packages/48/92/167ad4b0795530383a84560dc8bc8c0afab6b6fb10baba34b2a257fa6894/uv-0.12.10.tar.gz", hash = "sha256:27e8350faffb35d8ecaa5ed39236709809bb9a883f1d11d13c0964d6051b2384", size = 7144864, upload-time = "2026-09-04T23:14:21.301Z" }
|
|
2280
|
+
wheels = [
|
|
2281
|
+
{ url = "https://files.pythonhosted.org/packages/94/d1/b3752f00e67e5bf141adec0225c62a17c1cf3fb524db463c541c080f1237/uv-0.12.10-py3-none-linux_armv6l.whl", hash = "sha256:efbbc586d40014b9dd3bc37a2ad5803d12919458f0f9d16f122db5d91626f5ab", size = 22182923, upload-time = "2026-09-04T23:13:31.502Z" },
|
|
2282
|
+
{ url = "https://files.pythonhosted.org/packages/ab/4d/ef846ec0a4dfa8d4f47b96a87a1e331143be5a045c28c8b4b0374946455f/uv-0.12.10-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:7e3a70d9dff95481afccd7d41e7ec42fdc230d53487b3e7e633f9b35610401b5", size = 20494379, upload-time = "2026-09-04T23:13:34.339Z" },
|
|
2283
|
+
{ url = "https://files.pythonhosted.org/packages/04/2e/5614e9a940fe1bf291342410b2cde9fe35a1430135ae7434ea8fd67033f8/uv-0.12.10-py3-none-macosx_11_0_arm64.whl", hash = "sha256:5dc26c73826d2119292d49d71c5a9d5ba9dd97dd02459d816b8226f47f3dc6bd", size = 17238363, upload-time = "2026-09-04T23:13:36.905Z" },
|
|
2284
|
+
{ url = "https://files.pythonhosted.org/packages/d1/03/e71936935b8ac26390b280e102b9db823e90adb1134f7e226538054fdece/uv-0.12.10-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.musllinux_1_1_aarch64.whl", hash = "sha256:bd0afae6918795c6a61a649e64d735e339f3d62f8310235da6f19eb3f66f323b", size = 21590025, upload-time = "2026-09-04T23:13:39.588Z" },
|
|
2285
|
+
{ url = "https://files.pythonhosted.org/packages/b2/c0/c6388a722fb9db8adf8ec8eca762547b5a06ccbd1176571dc584636af5f1/uv-0.12.10-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.musllinux_1_1_armv7l.whl", hash = "sha256:c1fd0fcabc18dccaf541ca44a061c245045c937bec75c0491e94d59cd33ca97f", size = 21677222, upload-time = "2026-09-04T23:13:42.218Z" },
|
|
2286
|
+
{ url = "https://files.pythonhosted.org/packages/9d/c6/96698aed29f25ff289b28b6312c72e260c56f7e1de2e3f690788bddea19e/uv-0.12.10-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:de4b06934bd025ceeeb48af5c6f9a82407a2fe2b5b35e456cfb3198ef5029de0", size = 21712683, upload-time = "2026-09-04T23:13:44.927Z" },
|
|
2287
|
+
{ url = "https://files.pythonhosted.org/packages/df/98/5871a2bff93bd6118ae877b874a09202d39e2831af37f56e2070d5c4bc87/uv-0.12.10-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b610e8cf7c6d51dc119d352e699b674534d0de327b4d2a67eb5d71ec364b8970", size = 22331081, upload-time = "2026-09-04T23:13:47.833Z" },
|
|
2288
|
+
{ url = "https://files.pythonhosted.org/packages/3d/b6/d690f34901bdc5094645cf75a00381cfb8f1f28ee87b7089af761094bb6f/uv-0.12.10-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f43c06b19137bb05877b0ec59c4932878db5d1aeb6f7b5c33259c22e0359c4fe", size = 23785643, upload-time = "2026-09-04T23:13:51.111Z" },
|
|
2289
|
+
{ url = "https://files.pythonhosted.org/packages/90/da/168a8c69f60b9a2c90afb0b9211911ca42a81300c098d545da911bd4ef8f/uv-0.12.10-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0334577671a65b621faddfdf5f9e9dd4eb08eaa7231c4405c4a7f4f17d224d9f", size = 23337759, upload-time = "2026-09-04T23:13:54.163Z" },
|
|
2290
|
+
{ url = "https://files.pythonhosted.org/packages/f0/41/f0e14ba1f881f7126152dcaf04119b3a2bd7566ba1cac1d22834bd134cbf/uv-0.12.10-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f7d6248ad9f2d282fea795f248da8fa666ab382df50d8385bd98e01049440a0c", size = 19978237, upload-time = "2026-09-04T23:13:56.994Z" },
|
|
2291
|
+
{ url = "https://files.pythonhosted.org/packages/7a/20/acebfb5fc01b29cce5e68b4824fa451d5fb1e569bb2579bcc7233583a894/uv-0.12.10-py3-none-manylinux_2_28_aarch64.whl", hash = "sha256:5c0bcf0598742eb417f1aa41ec82f0d89bd7b7f42d0a519bea495a9419d8d8ee", size = 19402684, upload-time = "2026-09-04T23:13:59.579Z" },
|
|
2292
|
+
{ url = "https://files.pythonhosted.org/packages/49/ee/c40dc8b7b143a6f7843994b1b8a13aa8859d8404973704cd6bad7a26ac8d/uv-0.12.10-py3-none-manylinux_2_31_riscv64.musllinux_1_1_riscv64.whl", hash = "sha256:0ac914e9750bb1de2518d444cc1cff084f4eff3eefe9cdd5814b775443a16df1", size = 22450726, upload-time = "2026-09-04T23:14:02.316Z" },
|
|
2293
|
+
{ url = "https://files.pythonhosted.org/packages/c0/ec/b5df49f571b58e694ca8c3ddadd89939036ac0fe7ddaadc7600225ea8585/uv-0.12.10-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:46ca83d33bf87a67d0c5aa5b64f5576fc5c8e700a0ecf4900d409f8a1a1c9810", size = 22571602, upload-time = "2026-09-04T23:14:05.088Z" },
|
|
2294
|
+
{ url = "https://files.pythonhosted.org/packages/4a/3e/f0335142e8a4c6ddc5117dcc9b5fd55c83cdd8e20a7f3be9584282dbfb64/uv-0.12.10-py3-none-musllinux_1_1_i686.whl", hash = "sha256:c49cd1f6e5ded1bd844119da8b184d5c044ae51441c476af2382fdb8af99edb8", size = 21499938, upload-time = "2026-09-04T23:14:08.109Z" },
|
|
2295
|
+
{ url = "https://files.pythonhosted.org/packages/98/3e/991f08fcab1706175ae30eda6ef483223511679c56fe1032b919ca3ea391/uv-0.12.10-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:a34e1be296e6e30fdbfee9b84a45d082ce7df4dd4e588ebcfc44249505c10f02", size = 22879435, upload-time = "2026-09-04T23:14:11.1Z" },
|
|
2296
|
+
{ url = "https://files.pythonhosted.org/packages/c4/80/8db01aabf9937cbc228003392ee9fe542c4dad5c3c5b26f2e1f136d8e463/uv-0.12.10-py3-none-win32.whl", hash = "sha256:f7f2bc56fbd367b1066e8461a82e51e8886bbab52b1f8d1793af8ce52232348c", size = 19873629, upload-time = "2026-09-04T23:14:13.755Z" },
|
|
2297
|
+
{ url = "https://files.pythonhosted.org/packages/a6/88/e980985d93283c546374b6b9dfa486a28091c4c056226711e31bb0f722d1/uv-0.12.10-py3-none-win_amd64.whl", hash = "sha256:2ad71395c31b5db20c56327f62ee0299f75833308d4413284aba87324d092afa", size = 18084435, upload-time = "2026-09-04T23:14:16.323Z" },
|
|
2298
|
+
{ url = "https://files.pythonhosted.org/packages/84/10/fa542546044f783060d09a624f9964b595c0a0713cf2d89ade69c6667d8b/uv-0.12.10-py3-none-win_arm64.whl", hash = "sha256:4f097c6b7f63eceb3faf5102009f9a8cc22fd7d8a341858d2fd540f46a592f7a", size = 19598033, upload-time = "2026-09-04T23:14:18.829Z" },
|
|
2307
2299
|
]
|
|
2308
2300
|
|
|
2309
2301
|
[[package]]
|
|
@@ -2317,7 +2309,7 @@ wheels = [
|
|
|
2317
2309
|
|
|
2318
2310
|
[[package]]
|
|
2319
2311
|
name = "virtualenv"
|
|
2320
|
-
version = "21.7.
|
|
2312
|
+
version = "21.7.8"
|
|
2321
2313
|
source = { registry = "https://pypi.org/simple" }
|
|
2322
2314
|
dependencies = [
|
|
2323
2315
|
{ name = "distlib" },
|
|
@@ -2325,9 +2317,9 @@ dependencies = [
|
|
|
2325
2317
|
{ name = "platformdirs" },
|
|
2326
2318
|
{ name = "python-discovery" },
|
|
2327
2319
|
]
|
|
2328
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
2320
|
+
sdist = { url = "https://files.pythonhosted.org/packages/08/1c/69faa2e6a83484e2a8227bce5cfaa183941c5720f99c48f204931d286b07/virtualenv-21.7.8.tar.gz", hash = "sha256:1dc49c790072a9072cb1803f9bd62aa69cd583077cada32390f75505cdc64c9b", size = 5347580, upload-time = "2026-09-01T13:36:13.894Z" }
|
|
2329
2321
|
wheels = [
|
|
2330
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
2322
|
+
{ url = "https://files.pythonhosted.org/packages/9f/34/88d507d4a4030fa559788de9c690a214f9a4053aa1d91cfb60e9b36127c2/virtualenv-21.7.8-py3-none-any.whl", hash = "sha256:3040eb3cbf5d32b10ffd57d167e6a162237ad82ba7d8cf1400a1efed593d85ac", size = 5324617, upload-time = "2026-09-01T13:36:11.248Z" },
|
|
2331
2323
|
]
|
|
2332
2324
|
|
|
2333
2325
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|