From ebc499fc021f4f9c3ddbca28adb3e0fc56ec876b Mon Sep 17 00:00:00 2001 From: p-galligan <2585069+p-galligan@users.noreply.github.com> Date: Mon, 2 Dec 2024 13:02:22 +0000 Subject: [PATCH] Dependency updates --- .pre-commit-config.yaml | 2 +- test_requirements.txt | 22 ++++++++++++++++++++-- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f174df2..e06b082 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,5 +1,5 @@ repos: - repo: https://github.com/pycqa/flake8 - rev: 6.0.0 + rev: 7.1.1 hooks: - id: flake8 diff --git a/test_requirements.txt b/test_requirements.txt index 3a58747..79d63c3 100644 --- a/test_requirements.txt +++ b/test_requirements.txt @@ -1,2 +1,20 @@ -coverage~=7.2 -pytest~=7.2 \ No newline at end of file +# +# This file is autogenerated by pip-compile with Python 3.10 +# by the following command: +# +# pip-compile --output-file=test_requirements.txt test_requirements.in +# +coverage==7.6.8 + # via -r test_requirements.in +exceptiongroup==1.2.2 + # via pytest +iniconfig==2.0.0 + # via pytest +packaging==24.2 + # via pytest +pluggy==1.5.0 + # via pytest +pytest==8.3.4 + # via -r test_requirements.in +tomli==2.2.1 + # via pytest