Skip to content

Commit

Permalink
Bump apluggy from 0.9.4 to 1.0.0
Browse files Browse the repository at this point in the history
Bumps [apluggy](https://github.com/simonsobs/apluggy) from 0.9.4 to 1.0.0.
- [Release notes](https://github.com/simonsobs/apluggy/releases)
- [Commits](simonsobs/apluggy@v0.9.4...v1.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 21, 2024
1 parent c17a733 commit a881f9c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ verify_ssl = true
[dev-packages]

[packages]
apluggy = "==0.9.4"
apluggy = "==1.0.0"
attrs = "==23.2.0"
cattrs = {version="==23.2.3", python_version=">='3.7'"}
certifi = "==2024.2.2"
Expand Down
10 changes: 5 additions & 5 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,5 +1,5 @@
-i https://pypi.org/simple
apluggy==0.9.4; python_version >= '3.8'
apluggy==1.0.0; python_version >= '3.10'
attrs==23.2.0; python_version >= '3.7'
cattrs==23.2.3; python_version >= '3.7' and python_version >= '3.8'
certifi==2024.2.2; python_version >= '3.6'
Expand Down

0 comments on commit a881f9c

Please sign in to comment.