Skip to content

Commit

Permalink
boto3 bump to 1.24.91 (#85)
Browse files Browse the repository at this point in the history
* boto3 bump to 1.24.91

* boto3 bump to 1.24.91: comment

* boto3 bump to 1.24.91: comment 2
  • Loading branch information
ome9ax committed Oct 16, 2022
1 parent 85f4746 commit 433655b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @ome9ax
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
interval: monthly
day: monday
timezone: Europe/London
allow:
Expand Down
6 changes: 3 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ package_dir =
packages = find:
py_modules = target_s3_json
python_requires = >=3.9
install_requires =
target-core==0.0.7
boto3==1.24.81
# install_requires =
# target-core==0.0.7
# boto3==1.24.91
include_package_data = True
platforms = any

Expand Down
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@

from setuptools import setup

setup()
setup(
install_requires=[
'target-core==0.0.7',
'boto3==1.24.91'
]
)

0 comments on commit 433655b

Please sign in to comment.