Skip to content

Commit fa685f0

Browse files
authored
Merge pull request #157 from Helene/ubi_9.3
Switch to base image ubi_9.3
2 parents c5e7bd1 + 9223c1a commit fa685f0

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.2
1+
ARG BASE=registry.access.redhat.com/ubi9/ubi:9.3
22
FROM $BASE
33

44
LABEL com.ibm.name="IBM Storage Scale bridge for Grafana"

requirements/requirements_ubi9.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,44 +3,44 @@
33
#
44
# pip-compile --output-file=/root/requirements_ubi9.txt /root/requirements_ubi.in
55
#
6-
annotated-types==0.5.0
6+
annotated-types==0.6.0
77
# via pydantic
88
autocommand==2.2.2
99
# via jaraco-text
1010
cheroot==10.0.0
1111
# via cherrypy
12-
cherrypy==18.8.0
12+
cherrypy==18.9.0
1313
# via -r /root/requirements_ubi.in
1414
inflect==7.0.0
1515
# via jaraco-text
16-
jaraco-collections==4.3.0
16+
jaraco-collections==5.0.0
1717
# via cherrypy
1818
jaraco-context==4.3.0
1919
# via jaraco-text
20-
jaraco-functools==3.8.0
20+
jaraco-functools==4.0.0
2121
# via
2222
# cheroot
2323
# jaraco-text
2424
# tempora
25-
jaraco-text==3.11.1
25+
jaraco-text==3.12.0
2626
# via jaraco-collections
27-
more-itertools==10.0.0
27+
more-itertools==10.2.0
2828
# via
2929
# cheroot
3030
# cherrypy
3131
# jaraco-functools
3232
# jaraco-text
3333
portend==3.2.0
3434
# via cherrypy
35-
pydantic==2.1.0
35+
pydantic==2.5.3
3636
# via inflect
37-
pydantic-core==2.4.0
37+
pydantic-core==2.14.6
3838
# via pydantic
39-
pytz==2023.3
39+
pytz==2023.3.post1
4040
# via tempora
4141
tempora==5.5.0
4242
# via portend
43-
typing-extensions==4.7.1
43+
typing-extensions==4.9.0
4444
# via
4545
# inflect
4646
# pydantic

source/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@
2020
@author: HWASSMAN
2121
'''
2222

23-
__version__ = '7.1.0'
23+
__version__ = '7.2.0'

0 commit comments

Comments
 (0)