Skip to content

Commit c6698e3

Browse files
authored
feat: Update dependencies to latest versions (#1054)
1 parent 2ba618a commit c6698e3

File tree

2 files changed

+18
-19
lines changed

2 files changed

+18
-19
lines changed

bioconda_utils/bioconda_utils-conda_build_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ MACOSX_DEPLOYMENT_TARGET: # [osx]
2121
- 10.13 # [osx and x86_64]
2222

2323
bamtools:
24-
- "2.5.2"
24+
- "2.5.3"
2525

2626
# NOTE: Workaround https://github.com/conda/conda-build/issues/3974 we slightly alter the values
2727
# from conda-forge-pinnings here (inserting '.*' or ' ' which should be ignored later on).

bioconda_utils/bioconda_utils-requirements.txt

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,29 @@
66
conda-forge-pinning=2024.11.29.12.37.53
77

88
# basics
9-
python=3.10.*
10-
conda=24.9.*
11-
conda-libmamba-solver=24.1.*
12-
conda-build=24.7.*
13-
conda-index=0.5.*
14-
conda-package-streaming=0.11.*
9+
python=3.12.*
10+
conda=24.11.*
11+
conda-libmamba-solver=24.9.*
12+
conda-build=24.9.*
13+
conda-index=0.6.*
14+
conda-package-streaming=0.12.*
1515
mamba=1.5.*
16-
#boa=0.17.*
1716

1817
argh=0.31.* # CLI
1918
colorlog=6.* # Logging
20-
tqdm=4.66.* # Progress monitor
21-
yaspin=2.* #
19+
tqdm=4.67.* # Progress monitor
20+
yaspin=3.* #
2221
ruamel.yaml=0.18.* # Recipe YAML parsing
23-
pyaml=24.04.* # Faster YAML parser (deprecate?)
24-
networkx=3.3.* # (networkx>3.3 needs python>=3.10)
25-
pandas=2.2.* #
22+
pyaml=24.12.* # Faster YAML parser (deprecate?)
23+
networkx=3.4.* # (networkx>3.3 needs python>=3.10)
24+
pandas=2.3.* #
2625
libblas=*=*openblas # Avoid large mkl package (pulled in by pandas)
27-
boltons=24.0.* #
28-
jsonschema=4.22.* # JSON schema verification
26+
boltons=25.0.* #
27+
jsonschema=4.24.* # JSON schema verification
2928
jinja2=3.1.* #
3029

31-
anaconda-client=1.12.* # anaconda_upload
32-
galaxy-tool-util=24.* # mulled test and container build
30+
anaconda-client=1.13.* # anaconda_upload
31+
galaxy-tool-util=25.* # mulled test and container build
3332
involucro=1.1.* # mulled test and container build
3433
skopeo=1.15.* # docker upload
3534
findutils # find/xargs copy built packages from container
@@ -39,12 +38,12 @@ git=2.* # well - git
3938
regex=2024.* #
4039

4140
# asyncio
42-
aiohttp>=3.10.11 # HTTP lib; pinning to reflect dependabot alert
41+
aiohttp>=3.12.14 # HTTP lib; pinning to reflect dependabot alert
4342
aiohttp-jinja2 # jinja2 renderer for aiohttp.web
4443
aiohttp-session #
4544
aiohttp-security #
4645
aiofiles=23.* # async open
47-
aioftp=0.22.* # FTP lib
46+
aioftp=0.26.* # FTP lib
4847
backoff=2.2.* # retrying of failed API calls
4948
cachetools=5.3.* # request caching (NEEDED?)
5049

0 commit comments

Comments
 (0)