Skip to content

Commit

Permalink
chore: Update dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nfelt14 committed Aug 26, 2024
1 parent 630c3e3 commit d0ed2ab
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion actions/create_unique_testpypi_version/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion actions/find_unreleased_changelog_items/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
tomli==2.0.1 ; python_version >= "3.12" and python_version < "3.13"
2 changes: 1 addition & 1 deletion actions/update_development_dependencies/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ 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"
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"
Expand Down

0 comments on commit d0ed2ab

Please sign in to comment.