Skip to content

Commit 2794a33

Browse files
authored
bump regex
1 parent 6d545e3 commit 2794a33

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bioconda_utils/bioconda_utils-requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tqdm=4.67.* # Progress monitor
2020
yaspin=3.* #
2121
ruamel.yaml=0.18.* # Recipe YAML parsing
2222
pyaml=25.7.* # Faster YAML parser (deprecate?)
23-
networkx=3.4.* # (networkx>3.3 needs python>=3.10)
23+
networkx=3.5.* # (networkx>3.3 needs python>=3.10)
2424
pandas=2.3.* #
2525
libblas=*=*openblas # Avoid large mkl package (pulled in by pandas)
2626
boltons=25.0.* #
@@ -35,7 +35,7 @@ findutils # find/xargs copy built packages from container
3535
git=2.* # well - git
3636

3737
# hosters - special regex not supported by RE
38-
regex=2024.* #
38+
regex=2025.* #
3939

4040
# asyncio
4141
aiohttp>=3.12.14 # HTTP lib; pinning to reflect dependabot alert

0 commit comments

Comments
 (0)