From 506f50ae99cd779e220df3e1b292746fe99b1f56 Mon Sep 17 00:00:00 2001 From: Paul Madden <136389411+maddenp-noaa@users.noreply.github.com> Date: Tue, 3 Sep 2024 07:08:15 -0600 Subject: [PATCH] Update package versions (#600) --- recipe/meta.json | 12 ++++++------ recipe/meta.yaml | 10 +++++----- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/recipe/meta.json b/recipe/meta.json index faa658d13..6ec807fc5 100644 --- a/recipe/meta.json +++ b/recipe/meta.json @@ -4,7 +4,7 @@ "name": "uwtools", "packages": { "dev": [ - "black =24.4.*", + "black =24.8.*", "docformatter =1.7.*", "f90nml =1.4.*", "iotaa =0.8.*", @@ -12,12 +12,12 @@ "jinja2 =3.1.*", "jq =1.7.*", "jsonschema =4.23.*", - "lxml =5.2.*", - "make >=3.8", - "mypy =1.10.*", + "lxml =5.3.*", + "make =4.4.*", + "mypy =1.11.*", "pip", "pylint =3.2.*", - "pytest =8.2.*", + "pytest =8.3.*", "pytest-cov =5.0.*", "pytest-xdist =3.6.*", "python >=3.9,<3.13", @@ -28,7 +28,7 @@ "iotaa =0.8.*", "jinja2 =3.1.*", "jsonschema =4.23.*", - "lxml =5.2.*", + "lxml =5.3.*", "python >=3.9,<3.13", "pyyaml =6.0.*" ] diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f25b00ca9..08706d591 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -17,19 +17,19 @@ requirements: - iotaa 0.8.* - jinja2 3.1.* - jsonschema 4.23.* - - lxml 5.2.* + - lxml 5.3.* - python >=3.9,<3.13 - pyyaml 6.0.* test: requires: - - black 24.4.* + - black 24.8.* - docformatter 1.7.* - isort 5.13.* - jq 1.7.* - - make >=3.8 - - mypy 1.10.* + - make 4.4.* + - mypy 1.11.* - pylint 3.2.* - - pytest 8.2.* + - pytest 8.3.* - pytest-cov 5.0.* - pytest-xdist 3.6.* about: