forked from Wavyzz/py-healthchecks.io
Compare commits
1 Commits
dependabot
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e586702cc |
6
.github/workflows/constraints.txt
vendored
6
.github/workflows/constraints.txt
vendored
@@ -1,6 +1,6 @@
|
||||
pip==24.2
|
||||
nox==2024.10.9
|
||||
nox==2024.4.15
|
||||
nox-poetry==1.0.3
|
||||
poetry==1.8.4
|
||||
virtualenv==20.27.1
|
||||
poetry==1.8.3
|
||||
virtualenv==20.26.3
|
||||
toml==0.10.2
|
||||
|
||||
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
@@ -13,6 +13,6 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run Labeler
|
||||
uses: crazy-max/ghaction-github-labeler@v5.1.0
|
||||
uses: crazy-max/ghaction-github-labeler@v5.0.0
|
||||
with:
|
||||
skip-delete: true
|
||||
|
||||
4
.github/workflows/pre-release.yml
vendored
4
.github/workflows/pre-release.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
fetch-depth: 2
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5.3.0
|
||||
uses: actions/setup-python@v5.2.0
|
||||
with:
|
||||
python-version: "3.10"
|
||||
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
poetry build --ansi
|
||||
|
||||
- name: Publish package on TestPyPI
|
||||
uses: pypa/gh-action-pypi-publish@v1.10.3
|
||||
uses: pypa/gh-action-pypi-publish@v1.10.0
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.TEST_PYPI_TOKEN }}
|
||||
|
||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v5.3.0
|
||||
uses: actions/setup-python@v5.2.0
|
||||
with:
|
||||
python-version: "3.11"
|
||||
- name: Install pip and poetry
|
||||
|
||||
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Set up Python ${{ matrix.python }}
|
||||
uses: actions/setup-python@v5.3.0
|
||||
uses: actions/setup-python@v5.2.0
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
|
||||
@@ -60,7 +60,7 @@ jobs:
|
||||
fh.write(f"result={result}\n")
|
||||
|
||||
- name: Restore pre-commit cache
|
||||
uses: actions/cache@v4.1.2
|
||||
uses: actions/cache@v4.0.2
|
||||
if: matrix.session == 'pre-commit'
|
||||
with:
|
||||
path: ~/.cache/pre-commit
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
furo==2024.8.6
|
||||
sphinx==8.1.3
|
||||
sphinx==8.0.2
|
||||
|
||||
468
poetry.lock
generated
468
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -29,7 +29,7 @@ python = "^3.8"
|
||||
pydantic = ">=1.9.1,<3.0.0"
|
||||
httpx = ">=0.23.0,<0.28.0"
|
||||
croniter = ">=1.1,<4.0"
|
||||
pytz = ">=2024.1,<2026.0"
|
||||
pytz = ">=2024.1,<2025.0"
|
||||
packaging = "^24.1"
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
@@ -53,7 +53,7 @@ respx = ">=0.20.1,<0.22.0"
|
||||
pytest-mock = "^3.10.0"
|
||||
pytest-lazy-fixture = "^0.6.3"
|
||||
pytest-xdist = "^3.2.0"
|
||||
ruff = ">=0.5.1,<0.6.9"
|
||||
ruff = ">=0.5.1,<0.6.4"
|
||||
bandit = "^1.7.4"
|
||||
|
||||
[tool.coverage.paths]
|
||||
|
||||
Reference in New Issue
Block a user