From d0ed2abd8f3d834d43326aaec679d53eaa21a1c3 Mon Sep 17 00:00:00 2001 From: "Felt, Nicholas" Date: Mon, 26 Aug 2024 14:45:32 -0700 Subject: [PATCH] chore: Update dependency versions --- .pre-commit-config.yaml | 2 +- actions/create_unique_testpypi_version/requirements.txt | 2 +- actions/find_unreleased_changelog_items/requirements.txt | 1 - actions/update_development_dependencies/requirements.txt | 2 +- pyproject.toml | 1 - tests/requirements.txt | 4 ++-- 6 files changed, 5 insertions(+), 7 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2ab0f352..8fff417c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,7 +30,7 @@ repos: - id: remove-tabs - id: forbid-tabs - repo: https://github.com/python-jsonschema/check-jsonschema - rev: e2dde74d0702d15f4f43e4f4fb93e301b4bc1e30 # frozen: 0.29.1 + rev: 5c70e3d884fdbe99af42f2714a444e39f321498d # frozen: 0.29.2 hooks: - id: check-dependabot - id: check-github-actions diff --git a/actions/create_unique_testpypi_version/requirements.txt b/actions/create_unique_testpypi_version/requirements.txt index 6dfbe066..20140be4 100644 --- a/actions/create_unique_testpypi_version/requirements.txt +++ b/actions/create_unique_testpypi_version/requirements.txt @@ -3,7 +3,7 @@ attrs==24.2.0 ; python_version >= "3.12" and python_version < "3.13" beautifulsoup4==4.12.3 ; python_version >= "3.12" and python_version < "3.13" certifi==2024.7.4 ; python_version >= "3.12" and python_version < "3.13" charset-normalizer==3.3.2 ; python_version >= "3.12" and python_version < "3.13" -idna==3.7 ; python_version >= "3.12" and python_version < "3.13" +idna==3.8 ; python_version >= "3.12" and python_version < "3.13" mailbits==0.2.1 ; python_version >= "3.12" and python_version < "3.13" packaging==24.1 ; python_version >= "3.12" and python_version < "3.13" poetry-core==1.9.0 ; python_version >= "3.12" and python_version < "3.13" diff --git a/actions/find_unreleased_changelog_items/requirements.txt b/actions/find_unreleased_changelog_items/requirements.txt index f29c938b..e69de29b 100644 --- a/actions/find_unreleased_changelog_items/requirements.txt +++ b/actions/find_unreleased_changelog_items/requirements.txt @@ -1 +0,0 @@ -tomli==2.0.1 ; python_version >= "3.12" and python_version < "3.13" diff --git a/actions/update_development_dependencies/requirements.txt b/actions/update_development_dependencies/requirements.txt index 206dc35d..5651c0bc 100644 --- a/actions/update_development_dependencies/requirements.txt +++ b/actions/update_development_dependencies/requirements.txt @@ -18,7 +18,7 @@ dulwich==0.21.7 ; python_version >= "3.12" and python_version < "3.13" fastjsonschema==2.20.0 ; python_version >= "3.12" and python_version < "3.13" filelock==3.15.4 ; python_version >= "3.12" and python_version < "3.13" identify==2.6.0 ; python_version >= "3.12" and python_version < "3.13" -idna==3.7 ; python_version >= "3.12" and python_version < "3.13" +idna==3.8 ; python_version >= "3.12" and python_version < "3.13" installer==0.7.0 ; python_version >= "3.12" and python_version < "3.13" jaraco-classes==3.4.0 ; python_version >= "3.12" and python_version < "3.13" jeepney==0.8.0 ; python_version >= "3.12" and python_version < "3.13" and sys_platform == "linux" diff --git a/pyproject.toml b/pyproject.toml index 4c957181..1dc83c96 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,6 @@ tox = "^4.18.0" tox-gh-actions = "^3.2.0" [tool.poetry.group.fci.dependencies] # dependencies for actions/find_unreleased_changelog_items -tomli = "^2.0.1" [tool.poetry.group.tests.dependencies] coverage = "^7.5.0" diff --git a/tests/requirements.txt b/tests/requirements.txt index 46729721..d810e124 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -8,7 +8,7 @@ coverage[toml]==7.6.1 ; python_version >= "3.12" and python_version < "3.13" dataproperty==1.0.1 ; python_version >= "3.12" and python_version < "3.13" dnspython==2.6.1 ; python_version >= "3.12" and python_version < "3.13" future-fstrings==1.2.0 ; python_version >= "3.12" and python_version < "3.13" -idna==3.7 ; python_version >= "3.12" and python_version < "3.13" +idna==3.8 ; python_version >= "3.12" and python_version < "3.13" iniconfig==2.0.0 ; python_version >= "3.12" and python_version < "3.13" jinja2==3.1.4 ; python_version >= "3.12" and python_version < "3.13" linkchecker==10.4.0 ; python_version >= "3.12" and python_version < "3.13" @@ -16,7 +16,7 @@ markupsafe==2.1.5 ; python_version >= "3.12" and python_version < "3.13" mbstrdecoder==1.1.3 ; python_version >= "3.12" and python_version < "3.13" networkx==3.3 ; python_version >= "3.12" and python_version < "3.13" packaging==24.1 ; python_version >= "3.12" and python_version < "3.13" -pathvalidate==3.2.0 ; python_version >= "3.12" and python_version < "3.13" +pathvalidate==3.2.1 ; python_version >= "3.12" and python_version < "3.13" pluggy==1.5.0 ; python_version >= "3.12" and python_version < "3.13" pytablewriter==1.2.0 ; python_version >= "3.12" and python_version < "3.13" pytest==8.3.2 ; python_version >= "3.12" and python_version < "3.13"