Skip to content

Commit e98af69

Browse files
fix(deps): update dependency boto3 to v1.40.0 (#227)
| datasource | package | from | to | | ---------- | ------- | ------- | ------ | | pypi | boto3 | 1.39.14 | 1.40.0 | Co-authored-by: dreadnode-renovate-bot[bot] <184170622+dreadnode-renovate-bot[bot]@users.noreply.github.com>
1 parent f78898f commit e98af69

2 files changed

Lines changed: 15 additions & 11 deletions

File tree

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rigging"
3-
version = "3.3.0"
3+
version = "3.2.3"
44
description = "LLM Interaction Framework"
55
authors = ["Nick Landers <monoxgas@gmail.com>"]
66
license = "MIT"
@@ -67,7 +67,7 @@ pytest-asyncio = "^1.0.0"
6767
types-colorama = "^0.4.15.20240311"
6868
types-requests = "2.32.4.20250611"
6969
beautifulsoup4 = "^4.13.4"
70-
mkdocstrings = { extras = ["python"], version = "^0.29.1" }
70+
mkdocstrings = {extras = ["python"], version = "^0.29.1"}
7171
markdown = "^3.8"
7272
markdownify = "^1.1.0"
7373

@@ -102,7 +102,11 @@ ignore_no_config = true
102102
# Security
103103

104104
[tool.bandit]
105-
exclude_dirs = ["examples/*", ".github/*", ".hooks/*"]
105+
exclude_dirs = [
106+
"examples/*",
107+
".github/*",
108+
".hooks/*",
109+
]
106110

107111
# Type Checking
108112

@@ -123,7 +127,7 @@ extend-exclude = [
123127
]
124128

125129
[tool.ruff.lint]
126-
select = ["ALL"]
130+
select = [ "ALL" ]
127131
ignore = [
128132
"E501", # line too long (we make best effort)
129133
"TRY003", # long messages in exception classes

0 commit comments

Comments
 (0)