chore(pip-prod)(deps): bump attrs from 24.1.0 to 24.2.0

Bumps [attrs](https://github.com/sponsors/hynek) from 24.1.0 to 24.2.0.
- [Commits](https://github.com/sponsors/hynek/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-08-07 00:34:00 +00:00 committed by Luke Tainton
parent 9172038f7d
commit cd03583991
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -16,13 +16,13 @@ typing-extensions = {version = ">=4.0.0", markers = "python_version < \"3.11\""}
[[package]] [[package]]
name = "attrs" name = "attrs"
version = "24.1.0" version = "24.2.0"
description = "Classes Without Boilerplate" description = "Classes Without Boilerplate"
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.7"
files = [ files = [
{file = "attrs-24.1.0-py3-none-any.whl", hash = "sha256:377b47448cb61fea38533f671fba0d0f8a96fd58facd4dc518e3dac9dbea0905"}, {file = "attrs-24.2.0-py3-none-any.whl", hash = "sha256:81921eb96de3191c8258c199618104dd27ac608d9366f5e35d011eae1867ede2"},
{file = "attrs-24.1.0.tar.gz", hash = "sha256:adbdec84af72d38be7628e353a09b6a6790d15cd71819f6e9d7b0faa8a125745"}, {file = "attrs-24.2.0.tar.gz", hash = "sha256:5cfb1b9148b5b086569baec03f20d7b6bf3bcacc9a42bebf87ffaaca362f6346"},
] ]
[package.extras] [package.extras]
@ -767,4 +767,4 @@ files = [
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.8" python-versions = "^3.8"
content-hash = "22cfaa25a45aa2ca231db44fb21bdddb666133ac01fda47898e31824dc232626" content-hash = "729ee8a29747ddfd3ada1de3348fa79bad4c80fb13a251d12af1ab6761696f18"

View File

@ -11,7 +11,7 @@ app = "ipilot.main:main"
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.8" python = "^3.8"
astroid = "3.2.4" astroid = "3.2.4"
attrs = "24.1.0" attrs = "24.2.0"
certifi = "2024.7.4" certifi = "2024.7.4"
charset-normalizer = "3.3.2" charset-normalizer = "3.3.2"
click = "8.1.7" click = "8.1.7"