Compare commits

..

1 Commits

Author SHA1 Message Date
dependabot[bot]
9e586702cc deps: bump cryptography from 42.0.8 to 43.0.1 in the pip group
Bumps the pip group with 1 update: [cryptography](https://github.com/pyca/cryptography).


Updates `cryptography` from 42.0.8 to 43.0.1
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/42.0.8...43.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-04 00:29:51 +00:00
8 changed files with 190 additions and 302 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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 }}

View File

@@ -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

View File

@@ -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

View File

@@ -1,2 +1,2 @@
furo==2024.8.6
sphinx==8.1.3
sphinx==8.0.2

468
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -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]