Skip to content

Commit 11d8742

Browse files
committed
Update dependencies with suggested updates.
These updates are a first step in upgrading dependencies in the Chimbuko visualization package. See also PR #95 in the visualization repo: CODARcode/ChimbukoVisualizationII#95
1 parent f1a7838 commit 11d8742

1 file changed

Lines changed: 17 additions & 12 deletions

File tree

  • spack/repo/chimbuko/packages/chimbuko-visualization2

spack/repo/chimbuko/packages/chimbuko-visualization2/package.py

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,23 @@ class ChimbukoVisualization2(Package):
1414

1515
depends_on('python@3:')
1616
depends_on('py-mochi-sonata', type=('build', 'run'))
17-
depends_on('py-flask', type=('build', 'run'))
18-
depends_on('py-flask-script', type=('build', 'run'))
19-
depends_on('py-flask-sqlalchemy', type=('build', 'run'))
20-
depends_on('py-flask-socketio', type=('build', 'run'))
21-
depends_on('py-sqlalchemy', type=('build', 'run'))
22-
depends_on('py-werkzeug', type=('build', 'run'))
23-
depends_on('py-celery', type=('build', 'run'))
24-
depends_on('py-gevent', type=('build', 'run'))
25-
depends_on('py-eventlet', type=('build', 'run'))
26-
depends_on('py-runstats', type=('build', 'run'))
27-
depends_on('py-redis', type=('build', 'run'))
28-
depends_on('py-requests', type=('build','run'))
17+
depends_on('py-celery@4.4.7:', type=('build', 'run'))
18+
depends_on('py-certifi@2024.7.4:', type=('build', 'run'))
19+
depends_on('py-dns-python@2.6.1:', type=('build', 'run'))
20+
depends_on('py-eventlet@0.35.2:', type=('build', 'run'))
21+
depends_on('py-flask-script@2.0.6:', type=('build', 'run'))
22+
depends_on('py-flask-socketio@2.9.6:', type=('build', 'run'))
23+
depends_on('py-flask-sqlalchemy@2.5.1:', type=('build', 'run'))
24+
depends_on('py-flask@1.1.2:', type=('build', 'run'))
25+
depends_on('py-gevent@23.7.0:', type=('build', 'run'))
26+
depends_on('py-idna@3.7:', type=('build', 'run'))
27+
depends_on('py-jinja2@3.0.3:', type=('build', 'run'))
28+
depends_on('py-redis@4.5.1:', type=('build', 'run'))
29+
depends_on('py-requests@2.32.3:', type=('build','run'))
30+
depends_on('py-runstats@1.8.0:', type=('build', 'run'))
31+
depends_on('py-sqlalchemy@1.4.45:', type=('build', 'run'))
32+
depends_on('py-urllib@1.26.19:', type=('build', 'run'))
33+
depends_on('py-werkzeug@0.16.0:', type=('build', 'run'))
2934
depends_on('redis', type='run')
3035
depends_on('curl', type='run')
3136

0 commit comments

Comments
 (0)