Skip to content

Commit

Permalink
fix(deps): update dependency boto3 to v1.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 3, 2023
1 parent 6a845aa commit d11375d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "zed-news"
version = "0.3.0"
version = "0.2.0"
description = "news podcast on auto-pilot"
authors = ["Victor Miti <victormiti@gmail.com>"]
readme = "README.md"
Expand Down Expand Up @@ -74,7 +74,7 @@ exclude = '''
line-length = 120
target-version = "py310"
select = ["B", "C", "E", "F", "W", "B9"]
ignore = ["E203", "E266", "E501"]
ignore = ["E203", "E266", "E501", "F403", "F401"]
exclude = [
".git",
"__pycache__",
Expand Down

0 comments on commit d11375d

Please sign in to comment.