Skip to content

Commit

Permalink
Bump attrs from 23.2.0 to 24.2.0
Browse files Browse the repository at this point in the history
Bumps [attrs](https://github.com/sponsors/hynek) from 23.2.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-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2024
1 parent 87f5599 commit d70f591
Show file tree
Hide file tree
Showing 3 changed files with 6 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 = "==0.9.4"
attrs = "==23.2.0"
attrs = "==24.2.0"
cattrs = {version="==23.2.3", python_version=">='3.7'"}
certifi = "==2024.7.4"
charset-normalizer = "==3.3.2"
Expand Down
8 changes: 4 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==0.9.4
attrs==23.2.0; python_version >= '3.7'
attrs==24.2.0; python_version >= '3.7'
cattrs==23.2.3; python_version >= '3.7' and python_version >= '3.8'
certifi==2024.7.4; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
Expand Down

0 comments on commit d70f591

Please sign in to comment.