Skip to content

Commit e2b6a74

Browse files
committed
Update Scribe-i18n and dev dependencies
1 parent aad0905 commit e2b6a74

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

requirements-dev.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
#
44
# - pip-compile --rebuild requirements-dev.in
55
#
6-
# Make sure we use production deps for constraining installed dev packages. This
7-
# is important as otherwise we could be running tests with different versions
8-
# than production.
6+
# To update dependencies, please run the following in the project root:
7+
# - pip-compile --upgrade requirements-dev.in
8+
99

1010
i18n-check
1111
pip-tools

requirements-dev.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
# pip-compile requirements-dev.in
66
#
7-
build==1.3.0
7+
build==1.4.0
88
# via pip-tools
9-
certifi==2025.11.12
9+
certifi==2026.1.4
1010
# via
1111
# i18n-check
1212
# requests
@@ -20,9 +20,9 @@ click==8.3.1
2020
# via pip-tools
2121
distlib==0.4.0
2222
# via virtualenv
23-
filelock==3.20.1
23+
filelock==3.20.3
2424
# via virtualenv
25-
i18n-check==1.16.1
25+
i18n-check==1.16.2
2626
# via -r requirements-dev.in
2727
identify==2.6.15
2828
# via pre-commit
@@ -66,11 +66,11 @@ requests==2.32.5
6666
# via i18n-check
6767
rich==14.2.0
6868
# via i18n-check
69-
urllib3==2.6.2
69+
urllib3==2.6.3
7070
# via
7171
# i18n-check
7272
# requests
73-
virtualenv==20.35.4
73+
virtualenv==20.36.1
7474
# via pre-commit
7575
wheel==0.45.1
7676
# via pip-tools

0 commit comments

Comments
 (0)