From 4f6353e111d0165cb21835b5abd1f19b44c2e029 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Fri, 7 Feb 2025 23:14:33 +0000 Subject: [PATCH] Upgrade requirements (#540) --- tests/requirements/py39.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/requirements/py39.txt b/tests/requirements/py39.txt index 1481032..db3d83a 100644 --- a/tests/requirements/py39.txt +++ b/tests/requirements/py39.txt @@ -10,9 +10,9 @@ flake8==7.1.1 \ # via # -r requirements.in # pytest-flake8-path -importlib-metadata==8.5.0 \ - --hash=sha256:45e54197d28b7a7f1559e60b95e7c567032b602131fbd588f1497f47880aa68b \ - --hash=sha256:71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7 +importlib-metadata==8.6.1 \ + --hash=sha256:02a89390c1e15fdfdc0d7c6b25cb3e62650d0494005c97d6f148bf5b9787525e \ + --hash=sha256:310b41d755445d74569f993ccfc22838295d9fe005425094fad953d7f15c8580 # via pytest-randomly iniconfig==2.0.0 \ --hash=sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3 \