Skip to content

Commit

Permalink
Bump boto3 from 1.26.20 to 1.26.82 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Apr 9, 2023
1 parent c715994 commit 5c24cc1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
setup(
install_requires=[
'target-core==0.1.0',
'boto3==1.26.20'
'boto3==1.26.82'
]
)
2 changes: 1 addition & 1 deletion src/target_s3_json/s3.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ def upload_file(config: Dict[str, Any], file_metadata: Dict) -> None:
async def upload_thread(config: Dict[str, Any], file_metadata: Dict) -> Future:

return await to_thread(
config['executor'].submit,
*([config['executor'].submit] if config.get('thread_pool', True) else []),
upload_file,
config,
file_metadata)
Expand Down

0 comments on commit 5c24cc1

Please sign in to comment.