Skip to content

Commit 8ee22ce

Browse files
chore: Upgrade Python requirements
1 parent 5a397e7 commit 8ee22ce

File tree

5 files changed

+14
-14
lines changed

5 files changed

+14
-14
lines changed

requirements/base.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ requests-oauthlib==2.0.0
128128
# jira
129129
requests-toolbelt==1.0.0
130130
# via jira
131-
sentry-sdk[flask]==2.48.0
131+
sentry-sdk[flask]==2.49.0
132132
# via -r requirements/base.in
133133
six==1.17.0
134134
# via python-dateutil
@@ -142,7 +142,7 @@ tzlocal==5.3.1
142142
# via celery
143143
uritemplate==4.2.0
144144
# via github3-py
145-
urllib3==2.6.2
145+
urllib3==2.6.3
146146
# via
147147
# requests
148148
# sentry-sdk
@@ -155,5 +155,5 @@ vine==5.1.0
155155
# kombu
156156
wcwidth==0.2.14
157157
# via prompt-toolkit
158-
werkzeug==3.1.4
158+
werkzeug==3.1.5
159159
# via flask

requirements/dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ boltons==25.0.0
3131
# via
3232
# face
3333
# glom
34-
build==1.3.0
34+
build==1.4.0
3535
# via pip-tools
3636
cachetools==6.2.4
3737
# via -r requirements/base.in
@@ -161,7 +161,7 @@ packaging==25.0
161161
# kombu
162162
# pytest
163163
# sphinx
164-
pathspec==0.12.1
164+
pathspec==1.0.3
165165
# via mypy
166166
pip-tools==7.5.2
167167
# via -r requirements/dev.in
@@ -270,7 +270,7 @@ schema==0.7.8
270270
# via repo-tools-data-schema
271271
scriv==1.8.0
272272
# via -r requirements/dev.in
273-
sentry-sdk[flask]==2.48.0
273+
sentry-sdk[flask]==2.49.0
274274
# via -r requirements/base.in
275275
six==1.17.0
276276
# via
@@ -313,7 +313,7 @@ types-cachetools==6.2.0.20251022
313313
# via -r requirements/dev.in
314314
types-pyyaml==6.0.12.20250915
315315
# via -r requirements/dev.in
316-
types-requests==2.32.4.20250913
316+
types-requests==2.32.4.20260107
317317
# via -r requirements/dev.in
318318
typing-extensions==4.15.0
319319
# via
@@ -327,7 +327,7 @@ tzlocal==5.3.1
327327
# via celery
328328
uritemplate==4.2.0
329329
# via github3-py
330-
urllib3==2.6.2
330+
urllib3==2.6.3
331331
# via
332332
# requests
333333
# sentry-sdk
@@ -341,7 +341,7 @@ vine==5.1.0
341341
# kombu
342342
wcwidth==0.2.14
343343
# via prompt-toolkit
344-
werkzeug==3.1.4
344+
werkzeug==3.1.5
345345
# via flask
346346
wheel==0.45.1
347347
# via pip-tools

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ sphinxcontrib-qthelp==2.0.0
7171
# via sphinx
7272
sphinxcontrib-serializinghtml==2.0.0
7373
# via sphinx
74-
urllib3==2.6.2
74+
urllib3==2.6.3
7575
# via requests

requirements/pip-tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# make upgrade
66
#
7-
build==1.3.0
7+
build==1.4.0
88
# via pip-tools
99
click==8.3.1
1010
# via pip-tools

requirements/test.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ roman-numerals-py==4.1.0
193193
# via sphinx
194194
schema==0.7.8
195195
# via repo-tools-data-schema
196-
sentry-sdk[flask]==2.48.0
196+
sentry-sdk[flask]==2.49.0
197197
# via -r requirements/base.in
198198
six==1.17.0
199199
# via
@@ -235,7 +235,7 @@ tzlocal==5.3.1
235235
# via celery
236236
uritemplate==4.2.0
237237
# via github3-py
238-
urllib3==2.6.2
238+
urllib3==2.6.3
239239
# via
240240
# requests
241241
# sentry-sdk
@@ -248,5 +248,5 @@ vine==5.1.0
248248
# kombu
249249
wcwidth==0.2.14
250250
# via prompt-toolkit
251-
werkzeug==3.1.4
251+
werkzeug==3.1.5
252252
# via flask

0 commit comments

Comments
 (0)