Skip to content

Commit

Permalink
Bump attrs from 24.2.0 to 24.3.0 (#2112)
Browse files Browse the repository at this point in the history
Bumps [attrs](https://github.com/sponsors/hynek) from 24.2.0 to 24.3.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 16, 2024
1 parent a81b977 commit 4abf4cd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ verify_ssl = true

[packages]
apluggy = "==1.0.3"
attrs = "==24.2.0"
attrs = "==24.3.0"
cattrs = "==24.1.2"
certifi = "==2024.12.14"
charset-normalizer = "==3.4.0"
Expand Down
10 changes: 6 additions & 4 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
-i https://pypi.org/simple
apluggy==1.0.3
attrs==24.2.0
attrs==24.3.0; python_version >= '3.8'
cattrs==24.1.2
certifi==2024.12.14; python_version >= '3.6'
charset-normalizer==3.4.0; python_full_version >= '3.7.0'
Expand Down

0 comments on commit 4abf4cd

Please sign in to comment.