File tree Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Expand file tree Collapse file tree 3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- ARG BASE=registry.access.redhat.com/ubi9/ubi:9.2
1
+ ARG BASE=registry.access.redhat.com/ubi9/ubi:9.3
2
2
FROM $BASE
3
3
4
4
LABEL com.ibm.name="IBM Storage Scale bridge for Grafana"
Original file line number Diff line number Diff line change 3
3
#
4
4
# pip-compile --output-file=/root/requirements_ubi9.txt /root/requirements_ubi.in
5
5
#
6
- annotated-types==0.5 .0
6
+ annotated-types==0.6 .0
7
7
# via pydantic
8
8
autocommand==2.2.2
9
9
# via jaraco-text
10
10
cheroot==10.0.0
11
11
# via cherrypy
12
- cherrypy==18.8 .0
12
+ cherrypy==18.9 .0
13
13
# via -r /root/requirements_ubi.in
14
14
inflect==7.0.0
15
15
# via jaraco-text
16
- jaraco-collections==4.3 .0
16
+ jaraco-collections==5.0 .0
17
17
# via cherrypy
18
18
jaraco-context==4.3.0
19
19
# via jaraco-text
20
- jaraco-functools==3.8 .0
20
+ jaraco-functools==4.0 .0
21
21
# via
22
22
# cheroot
23
23
# jaraco-text
24
24
# tempora
25
- jaraco-text==3.11.1
25
+ jaraco-text==3.12.0
26
26
# via jaraco-collections
27
- more-itertools==10.0 .0
27
+ more-itertools==10.2 .0
28
28
# via
29
29
# cheroot
30
30
# cherrypy
31
31
# jaraco-functools
32
32
# jaraco-text
33
33
portend==3.2.0
34
34
# via cherrypy
35
- pydantic==2.1.0
35
+ pydantic==2.5.3
36
36
# via inflect
37
- pydantic-core==2.4.0
37
+ pydantic-core==2.14.6
38
38
# via pydantic
39
- pytz==2023.3
39
+ pytz==2023.3.post1
40
40
# via tempora
41
41
tempora==5.5.0
42
42
# via portend
43
- typing-extensions==4.7.1
43
+ typing-extensions==4.9.0
44
44
# via
45
45
# inflect
46
46
# pydantic
Original file line number Diff line number Diff line change 20
20
@author: HWASSMAN
21
21
'''
22
22
23
- __version__ = '7.1 .0'
23
+ __version__ = '7.2 .0'
You can’t perform that action at this time.
0 commit comments