Skip to content

Commit

Permalink
DEP: dtool-lookup-api 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jotelha committed Nov 8, 2024
1 parent ebb35ad commit 00f3e91
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
12 changes: 7 additions & 5 deletions pyinstaller/linux/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,16 @@ async-timeout==4.0.3
# via aiohttp
attrs==24.2.0
# via aiohttp
boto3==1.35.54
boto3==1.35.56
# via dtool-s3
botocore==1.35.54
botocore==1.35.56
# via
# boto3
# s3transfer
certifi==2024.8.30
# via requests
# via
# dtool-lookup-api
# requests
cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
Expand All @@ -52,7 +54,7 @@ dtool-http==0.5.1
# via dtool-create
dtool-info==0.16.2
# via -r requirements.in
dtool-lookup-api==0.10.0
dtool-lookup-api==0.10.1
# via -r requirements.in
dtool-s3==0.14.1
# via -r requirements.in
Expand Down Expand Up @@ -136,7 +138,7 @@ scipy==1.13.1
# via -r requirements.in
six==1.16.0
# via python-dateutil
tqdm==4.66.6
tqdm==4.67.0
# via pysmb
typing-extensions==4.12.2
# via
Expand Down
2 changes: 1 addition & 1 deletion pyinstaller/macos/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dtool-http==0.5.1
# via dtool-create
dtool-info==0.16.2
# via -r requirements.in
dtool-lookup-api==0.10.0
dtool-lookup-api==0.10.1
# via -r requirements.in
dtool-s3==0.14.1
# via -r requirements.in
Expand Down
2 changes: 1 addition & 1 deletion pyinstaller/win/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ dtool-config==0.4.1
dtool-create==0.23.4
dtool-http==0.5.1
dtool-info==0.16.2
dtool-lookup-api==0.10.0
dtool-lookup-api==0.10.1
dtool-s3==0.14.1
dtool-smb==0.1.0
dtool-symlink==0.3.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
'dtoolcore>=3.17',
'dtool-create>=0.23.4',
'dtool-info>=0.16.2',
'dtool-lookup-api>=0.10.0',
'dtool-lookup-api>=0.10.1',
'aiohttp>=3.6',
'pyyaml>=5.3',
'ruamel.yaml',
Expand Down

0 comments on commit 00f3e91

Please sign in to comment.