Skip to content

Commit

Permalink
fix(deps): update dependency attrs to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 3, 2024
1 parent b133661 commit ec20218
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 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 @@ -27,7 +27,7 @@ kopf = "^1.37.2"
python-gnupg = "^0.5.2"
gitpython = "^3.1.43"
pyhumps = "^3.8.0"
attrs = "^23.2.0"
attrs = "^24.0.0"
cattrs = "^23.2.3"

[tool.poetry.group.dev.dependencies]
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,9 @@ aiosignal==1.3.1 ; python_version >= "3.10" and python_version < "4.0" \
async-timeout==4.0.3 ; python_version >= "3.10" and python_version < "3.11" \
--hash=sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f \
--hash=sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028
attrs==23.2.0 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30 \
--hash=sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1
attrs==24.1.0; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:377b47448cb61fea38533f671fba0d0f8a96fd58facd4dc518e3dac9dbea0905 \
--hash=sha256:adbdec84af72d38be7628e353a09b6a6790d15cd71819f6e9d7b0faa8a125745
cachetools==5.3.3 ; python_version >= "3.10" and python_version < "4.0" \
--hash=sha256:0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945 \
--hash=sha256:ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105
Expand Down

0 comments on commit ec20218

Please sign in to comment.