Skip to content

Commit

Permalink
chore(deps): bump attrs from 23.1.0 to 24.1.0
Browse files Browse the repository at this point in the history
Bumps [attrs](https://github.com/sponsors/hynek) from 23.1.0 to 24.1.0.
- [Commits](https://github.com/sponsors/hynek/commits)

---
updated-dependencies:
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 44c54ea commit babeec5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exclude = ['tests/']
[tool.poetry.dependencies]
python = "^3.8,<3.13"
boto3 = "^1.24.62"
attrs = "^23.1.0"
attrs = ">=23.1,<25.0"

[tool.poetry.dev-dependencies]
pytest-runner = "^6.0.0"
Expand Down

0 comments on commit babeec5

Please sign in to comment.