Skip to content

Commit 96140ad

Browse files
authored
build(deps): bump craft-providers to 1.24.2 (#5006)
Signed-off-by: Callahan Kovacs <[email protected]>
1 parent 7bee67c commit 96140ad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ craft-archives==1.1.3
1818
craft-cli==2.6.0
1919
craft-grammar==1.2.0
2020
craft-parts==1.33.0
21-
craft-providers==1.23.1
21+
craft-providers==1.24.2
2222
craft-store==2.6.2
2323
cryptography==42.0.8
2424
Deprecated==1.2.14

requirements-devel.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ craft-archives==1.1.3
1616
craft-cli==2.6.0
1717
craft-grammar==1.2.0
1818
craft-parts==1.33.0
19-
craft-providers==1.23.1
19+
craft-providers==1.24.2
2020
craft-store==2.6.2
2121
cryptography==42.0.8
2222
Deprecated==1.2.14

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ craft-archives==1.1.3
1010
craft-cli==2.6.0
1111
craft-grammar==1.2.0
1212
craft-parts==1.33.0
13-
craft-providers==1.23.1
13+
craft-providers==1.24.2
1414
craft-store==2.6.2
1515
cryptography==42.0.8
1616
Deprecated==1.2.14

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def recursive_data_files(directory, install_directory):
9898
"craft-cli>=2.6.0",
9999
"craft-grammar",
100100
"craft-parts>=1.33.0",
101-
"craft-providers",
101+
"craft-providers>=1.24.2",
102102
"craft-store",
103103
"docutils<0.20", # Frozen until we can update sphinx dependencies.
104104
"gnupg",

0 commit comments

Comments
 (0)