Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 52 additions & 33 deletions __tests__/data/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion __tests__/data/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.14"
flake8 = "^4.0.1"
pyinstaller = "6.10.0"
pyinstaller = "6.13.0"


[tool.poetry.dev-dependencies]
Expand Down
8 changes: 4 additions & 4 deletions __tests__/data/requirements-linux.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
certifi==2020.6.20
certifi==2024.7.4
chardet==3.0.4
docutils==0.16
idna==2.10
idna==3.7
Kivy==2.0.0rc3
Kivy-Garden==0.1.4
packaging==20.7
pdf2image==1.12.1
Pygments==2.6.1
requests==2.32.2
urllib3==1.26.19
requests==2.32.3
urllib3==2.4.0
xlrd==1.2.0
8 changes: 4 additions & 4 deletions __tests__/data/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
altgraph==0.17.2

certifi==2020.6.20
certifi==2024.7.4

chardet==3.0.4

docutils==0.16

future==0.18.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2'

idna==2.9
idna==3.7

itsdangerous==1.1.0

Expand Down Expand Up @@ -40,8 +40,8 @@ pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3

pywin32-ctypes==0.2.0

requests==2.32.2
requests==2.32.3

urllib3==1.26.19
urllib3==2.4.0

xlrd==1.2.0
Loading