diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e9a571be..705dabdb 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -27,7 +27,7 @@ jobs: - name: Configure Python uses: actions/setup-python@v5 with: - python-version: "3.8" + python-version: "3.10" - name: Configure dependencies run: | diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e7bab178..4cb3d332 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -70,17 +70,17 @@ jobs: - name: Configure Python uses: actions/setup-python@v5 with: - python-version: "3.8" + python-version: "3.9" - name: Configure dependencies run: | pip install --user --upgrade pip pip install --user pipx pipx ensurepath - pipx install poetry==1.4.2 + pipx install poetry poetry config virtualenvs.in-project true poetry install --with dev - poetry self add "poetry-dynamic-versioning[plugin]==1.1.1" + poetry self add "poetry-dynamic-versioning[plugin]" - name: Build release run: | diff --git a/requirements.txt b/requirements.txt index 0eab0cf8..b951d74d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ pytest-asyncio==0.23.8 ; python_version >= "3.7" and python_version < "4.0" pytest-cov==4.1.0 ; python_version >= "3.7" and python_version < "4.0" pytest==7.4.0 ; python_version >= "3.7" and python_version < "4.0" pyyaml==6.0.2 ; python_version >= "3.7" and python_version < "4.0" -requests==2.32.3 ; python_version >= "3.7" and python_version < "4.0" +requests==2.32.4 ; python_version >= "3.7" and python_version < "4.0" responses==0.23.3 ; python_version >= "3.7" and python_version < "4.0" tomli==2.0.1 ; python_version >= "3.7" and python_full_version <= "3.11.0a6" types-pyyaml==6.0.12.11 ; python_version >= "3.7" and python_version < "4.0"