Skip to content

Commit 8571a4d

Browse files
authored
#1213 Update all python dependencies
2 parents 54969f4 + 8abb5a0 commit 8571a4d

File tree

4 files changed

+290
-287
lines changed

4 files changed

+290
-287
lines changed

Gemfile.lock

Lines changed: 26 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/fastlane/fastlane
3-
revision: 152b38262f3a5563c07133555ecc080c4f8e43e0
3+
revision: 806c80c39754034c3dfcdade6beb51bb55c7f3b1
44
specs:
55
fastlane (2.220.0)
66
CFPropertyList (>= 2.3, < 4.0.0)
@@ -57,17 +57,17 @@ GEM
5757
ast (2.4.2)
5858
atomos (0.1.3)
5959
aws-eventstream (1.3.0)
60-
aws-partitions (1.907.0)
61-
aws-sdk-core (3.191.6)
60+
aws-partitions (1.938.0)
61+
aws-sdk-core (3.196.1)
6262
aws-eventstream (~> 1, >= 1.3.0)
6363
aws-partitions (~> 1, >= 1.651.0)
6464
aws-sigv4 (~> 1.8)
6565
jmespath (~> 1, >= 1.6.1)
66-
aws-sdk-kms (1.78.0)
67-
aws-sdk-core (~> 3, >= 3.191.0)
66+
aws-sdk-kms (1.82.0)
67+
aws-sdk-core (~> 3, >= 3.193.0)
6868
aws-sigv4 (~> 1.1)
69-
aws-sdk-s3 (1.146.1)
70-
aws-sdk-core (~> 3, >= 3.191.0)
69+
aws-sdk-s3 (1.151.0)
70+
aws-sdk-core (~> 3, >= 3.194.0)
7171
aws-sdk-kms (~> 1)
7272
aws-sigv4 (~> 1.8)
7373
aws-sigv4 (1.8.0)
@@ -101,10 +101,11 @@ GEM
101101
declarative (0.0.20)
102102
digest-crc (0.6.5)
103103
rake (>= 12.0.0, < 14.0.0)
104-
domain_name (0.6.20240107)
104+
domain_name (0.5.20190701)
105+
unf (>= 0.0.5, < 1.0.0)
105106
dotenv (2.8.1)
106107
emoji_regex (3.2.3)
107-
excon (0.110.0)
108+
excon (0.109.0)
108109
faraday (1.10.3)
109110
faraday-em_http (~> 1.0)
110111
faraday-em_synchrony (~> 1.0)
@@ -154,19 +155,19 @@ GEM
154155
google-apis-core (>= 0.11.0, < 2.a)
155156
google-apis-playcustomapp_v1 (0.13.0)
156157
google-apis-core (>= 0.11.0, < 2.a)
157-
google-apis-storage_v1 (0.31.0)
158+
google-apis-storage_v1 (0.29.0)
158159
google-apis-core (>= 0.11.0, < 2.a)
159-
google-cloud-core (1.7.0)
160+
google-cloud-core (1.6.1)
160161
google-cloud-env (>= 1.0, < 3.a)
161162
google-cloud-errors (~> 1.0)
162163
google-cloud-env (1.6.0)
163164
faraday (>= 0.17.3, < 3.0)
164-
google-cloud-errors (1.4.0)
165-
google-cloud-storage (1.47.0)
165+
google-cloud-errors (1.3.1)
166+
google-cloud-storage (1.45.0)
166167
addressable (~> 2.8)
167168
digest-crc (~> 0.4)
168169
google-apis-iamcredentials_v1 (~> 0.1)
169-
google-apis-storage_v1 (~> 0.31.0)
170+
google-apis-storage_v1 (~> 0.29.0)
170171
google-cloud-core (~> 1.6)
171172
googleauth (>= 0.16.2, < 2.a)
172173
mini_mime (~> 1.0)
@@ -177,7 +178,7 @@ GEM
177178
os (>= 0.9, < 2.0)
178179
signet (>= 0.16, < 2.a)
179180
highline (2.0.3)
180-
http-cookie (1.0.5)
181+
http-cookie (1.0.6)
181182
domain_name (~> 0.5)
182183
httpclient (2.8.3)
183184
jmespath (1.6.2)
@@ -191,7 +192,7 @@ GEM
191192
mini_magick (4.12.0)
192193
mini_mime (1.1.5)
193194
multi_json (1.15.0)
194-
multipart-post (2.4.0)
195+
multipart-post (2.4.1)
195196
nanaimo (0.3.0)
196197
nap (1.1.0)
197198
naturally (2.2.1)
@@ -201,7 +202,7 @@ GEM
201202
faraday (>= 1, < 3)
202203
sawyer (~> 0.9)
203204
open4 (1.3.4)
204-
optparse (0.4.0)
205+
optparse (0.5.0)
205206
os (1.1.4)
206207
parallel (1.24.0)
207208
parser (2.7.2.0)
@@ -211,14 +212,15 @@ GEM
211212
public_suffix (5.0.5)
212213
rainbow (2.2.2)
213214
rake
214-
rake (13.2.0)
215+
rake (13.2.1)
215216
rchardet (1.8.0)
216217
representable (3.2.0)
217218
declarative (< 0.1.0)
218219
trailblazer-option (>= 0.1.1, < 0.2.0)
219220
uber (< 0.2.0)
220221
retriable (3.1.2)
221-
rexml (3.2.6)
222+
rexml (3.2.8)
223+
strscan (>= 3.0.9)
222224
rouge (2.0.7)
223225
rubocop (0.49.1)
224226
parallel (~> 1.10)
@@ -234,7 +236,7 @@ GEM
234236
addressable (>= 2.3.5)
235237
faraday (>= 0.17.3, < 3)
236238
security (0.1.5)
237-
signet (0.19.0)
239+
signet (0.18.0)
238240
addressable (~> 2.8)
239241
faraday (>= 0.17.5, < 3.a)
240242
jwt (>= 1.5, < 3.0)
@@ -243,6 +245,7 @@ GEM
243245
CFPropertyList
244246
naturally
245247
slack-notifier (2.4.0)
248+
strscan (3.1.0)
246249
terminal-notifier (2.0.0)
247250
terminal-table (3.0.2)
248251
unicode-display_width (>= 1.1.1, < 3)
@@ -252,6 +255,9 @@ GEM
252255
tty-spinner (0.9.3)
253256
tty-cursor (~> 0.7)
254257
uber (0.1.0)
258+
unf (0.1.4)
259+
unf_ext
260+
unf_ext (0.0.9.1)
255261
unicode-display_width (1.8.0)
256262
word_wrap (1.0.0)
257263
xcodeproj (1.24.0)
@@ -276,7 +282,6 @@ GEM
276282

277283
PLATFORMS
278284
-darwin-22
279-
ruby
280285
x86_64-linux
281286

282287
DEPENDENCIES

Pipfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ verify_ssl = true
44
name = "pypi"
55

66
[packages]
7-
markdown-include = "==0.6.0"
8-
mdx-truly-sane-lists = "==1.2"
9-
mkdocs = "==1.1.2"
10-
mkdocs-bootstrap = "==0.2.0"
11-
mkdocs-bootswatch = "==0.5.0"
12-
mkdocs-simple-hooks = "==0.1.3"
13-
pymdown-extensions = "==8.1.1"
7+
markdown-include = "*"
8+
mdx-truly-sane-lists = "*"
9+
mkdocs = "*"
10+
mkdocs-bootstrap = "*"
11+
mkdocs-bootswatch = "*"
12+
mkdocs-simple-hooks = "*"
13+
pymdown-extensions = "*"
1414
importlib-metadata = "*"
1515
typing-extensions = "*"
1616

0 commit comments

Comments
 (0)