Skip to content

Commit d13d493

Browse files
committed
chore(master): bump shared REANA packages as of 2025-02-03 (#291)
1 parent 01af8ef commit d13d493

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ python-dateutil==2.9.0.post0 # via arrow, bravado, bravado-core, prov
5050
pytz==2024.1 # via bravado-core
5151
pyyaml==6.0.1 # via bravado, bravado-core, reana-commons, swagger-spec-validator
5252
rdflib==5.0.0 # via cwltool, prov, schema-salad
53-
reana-commons[cwl]==0.95.0a3 # via reana-workflow-engine-cwl (setup.py)
53+
reana-commons[cwl]==0.95.0a7 # via reana-workflow-engine-cwl (setup.py)
5454
referencing==0.35.1 # via jsonschema, jsonschema-specifications
5555
requests==2.32.3 # via bravado, bravado-core, cachecontrol, cwltool, schema-salad
5656
rfc3339-validator==0.1.4 # via jsonschema

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22
#
33
# This file is part of REANA.
4-
# Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022, 2024 CERN.
4+
# Copyright (C) 2017, 2018, 2019, 2020, 2021, 2022, 2024, 2025 CERN.
55
#
66
# REANA is free software; you can redistribute it and/or modify it
77
# under the terms of the MIT License; see LICENSE file for more details.
@@ -37,7 +37,7 @@
3737
extras_require["all"].extend(reqs)
3838

3939
install_requires = [
40-
"reana-commons[cwl]>=0.95.0a2,<0.96.0",
40+
"reana-commons[cwl]>=0.95.0a7,<0.96.0",
4141
]
4242

4343
packages = find_packages()

0 commit comments

Comments
 (0)