File tree Expand file tree Collapse file tree 6 files changed +50
-44
lines changed
tests/integration/ha_tests/application-charm Expand file tree Collapse file tree 6 files changed +50
-44
lines changed Original file line number Diff line number Diff line change 15
15
- cargo
16
16
- pkg-config
17
17
charm-binary-python-packages :
18
- - psycopg2-binary==2.9.5 # renovate
18
+ - psycopg2-binary==2.9.6 # renovate
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ jinja2 = "3.1.2"
22
22
lightkube = " 0.12.0"
23
23
lightkube-models = " 1.26.0.4"
24
24
requests = " 2.28.2"
25
- boto3 = " 1.26.102 "
25
+ boto3 = " 1.26.106 "
26
26
# psycopg2 = "^2.9.5" # Injected in charmcraft.yaml
27
27
28
28
[tool .poetry .group .format ]
@@ -50,18 +50,18 @@ optional = true
50
50
[tool .poetry .group .unit .dependencies ]
51
51
coverage = {extras = [" toml" ], version = " 7.2.2" }
52
52
pytest = " 7.2.2"
53
- pytest-asyncio = " 0.20.3 "
54
- psycopg2 = {version = " 2.9.5 " , extras = [" binary" ]}
53
+ pytest-asyncio = " 0.21.0 "
54
+ psycopg2 = {version = " 2.9.6 " , extras = [" binary" ]}
55
55
56
56
[tool .poetry .group .integration ]
57
57
optional = true
58
58
59
59
[tool .poetry .group .integration .dependencies ]
60
60
lightkube = " ^0.12.0"
61
61
pytest = " 7.2.2"
62
- pytest-operator = " 0.23 .0"
62
+ pytest-operator = " 0.26 .0"
63
63
juju = " 2.9.42.1" # Latest juju 2
64
- psycopg2 = {version = " 2.9.5 " , extras = [" binary" ]}
64
+ psycopg2 = {version = " 2.9.6 " , extras = [" binary" ]}
65
65
66
66
[tool .poetry .group .ha_charm ]
67
67
optional = true
Original file line number Diff line number Diff line change 24
24
}, {
25
25
"matchPackageNames" : [" juju" ],
26
26
"allowedVersions" : " <3.0.0"
27
+ }, {
28
+ "matchPackageNames" : [" httpcore" ],
29
+ "allowedVersions" : " <0.17.0"
30
+ }, {
31
+ "matchPackageNames" : [" rfc3986" ],
32
+ "allowedVersions" : " <2.0.0"
27
33
}
28
34
],
29
35
"regexManagers" : [
42
48
}
43
49
],
44
50
"ignorePaths" : [],
45
- "ignoreDeps" : [" rfc3986 " ]
51
+ "ignoreDeps" : []
46
52
}
Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ anyio==3.6.2 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0"
4
4
attrs == 22.2.0 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0" \
5
5
--hash =sha256:29e95c7f6778868dbd49170f98f8818f78f3dc5e0e37c0b1f474e3561b240836 \
6
6
--hash =sha256:c9227bfc2f01993c03f68db37d1d15c9690188323c067c641f1a35ca58185f99
7
- boto3 == 1.26.102 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0" \
8
- --hash =sha256:043f8981d10c4e7c48736df4381dac557b46c5b369b0a450d8f3d7f5fdd24db5 \
9
- --hash =sha256:b00f416832bc59863b96175045d2ebe067d9222289bce677c48fd72c006eaaad
10
- botocore == 1.29.105 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0" \
11
- --hash =sha256:06a2838daad3f346cba5460d0d3deb198225b556ff9ca729798d787fadbdebde \
12
- --hash =sha256:17c82391dfd6aaa8f96fbbb08cad2c2431ef3cda0ece89e6e6ba444c5eed45c2
7
+ boto3 == 1.26.106 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0" \
8
+ --hash =sha256:53d449bc3445da0a8812857f3e24e143dc56573bc365f36a5610900b09d06faf \
9
+ --hash =sha256:bdabab7ad27ae86de22a8687cbf55d8a152c6d6f178ffb452e560bac0be957a7
10
+ botocore == 1.29.106 ; python_full_version >= "3.8.10" and python_full_version < "4.0.0" \
11
+ --hash =sha256:d50df9a39da1b0e475727c6c2ba141b44d9df527d3dc1936b264ee4cb1525ab7 \
12
+ --hash =sha256:eaaa669fe33a0ef2e9d345a98ed0befac1ea33395d63620913c1bb738c387d4d
13
13
certifi == 2022.12.7 ; python_full_version >= "3.8.10" and python_version < "4" \
14
14
--hash =sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3 \
15
15
--hash =sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18
Original file line number Diff line number Diff line change 12
12
parts :
13
13
charm :
14
14
charm-binary-python-packages :
15
- - psycopg2-binary==2.9.5 # renovate
15
+ - psycopg2-binary==2.9.6 # renovate
You can’t perform that action at this time.
0 commit comments