Skip to content

Commit c6bedcb

Browse files
authored
Merge branch 'master' into fix/2570-adjustable-font-size
2 parents fccf29f + c57422f commit c6bedcb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ dev = [
129129
# we want all developer environments to be consistent.
130130
# These dependencies are not used in production environments
131131
# and should not conflict with other libraries/tooling.
132-
"pre-commit==4.5.0",
132+
"pre-commit==4.6.0",
133133
"pytest==9.0.2",
134134
"pytest-sugar==1.1.1",
135135
"pytest-instafail==0.5.0",
@@ -152,7 +152,7 @@ build = [
152152
# we want all developer environments to be consistent.
153153
# These dependencies are not used in production environments
154154
# and should not conflict with other libraries/tooling.
155-
"pyinstaller==6.19.0",
155+
"pyinstaller==6.20.0",
156156
"setuptools==82.0.1",
157157
"build==1.4.0"
158158
]

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ mdurl==0.1.2
2121
msgpack==1.1.2
2222
networkx==3.4.2
2323
pefile==2024.8.26
24-
pip==26.0
24+
pip==26.1
2525
protobuf==7.34.0
2626
pyasn1==0.6.3
2727
pyasn1-modules==0.4.2

0 commit comments

Comments
 (0)