Skip to content

Commit

Permalink
Update package versions (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
maddenp-noaa committed Sep 3, 2024
1 parent 251c2c0 commit 506f50a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions recipe/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"name": "uwtools",
"packages": {
"dev": [
"black =24.4.*",
"black =24.8.*",
"docformatter =1.7.*",
"f90nml =1.4.*",
"iotaa =0.8.*",
"isort =5.13.*",
"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",
Expand All @@ -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.*"
]
Expand Down
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 506f50a

Please sign in to comment.