Skip to content

Commit

Permalink
Bump apluggy from 0.9.4 to 1.0.3
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.3.
- [Release notes](https://github.com/simonsobs/apluggy/releases)
- [Commits](simonsobs/apluggy@v0.9.4...v1.0.3)

---
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 Oct 10, 2024
1 parent c54f3c5 commit 94e0d23
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 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.3"
attrs = "==24.2.0"
cattrs = {version="==24.1.2", python_version=">='3.7'"}
certifi = "==2024.8.30"
Expand Down
11 changes: 7 additions & 4 deletions Pipfile.lock

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

6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
-i https://pypi.org/simple
apluggy==0.9.4
apluggy==1.0.3; python_version >= '3.9'
attrs==24.2.0; python_version >= '3.7'
cattrs==24.1.2; python_version >= '3.8'
certifi==2024.8.30; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7
decorator==5.1.1
decorator==5.1.1; python_version >= '3.5'
deprecated==1.2.14
exceptiongroup==1.2.2; python_version >= '3.7'
humanize==4.10.0; python_version >= '3.8'
Expand All @@ -17,7 +17,7 @@ oauthlib==3.2.2
pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0'
platformdirs==4.3.6; python_version >= '3.8'
plexapi==4.15.16; python_version >= '3.8'
pluggy==1.5.0
pluggy==1.5.0; python_version >= '3.8'
prompt-toolkit==3.0.48; python_full_version >= '3.7.0'
pygments==2.18.0; python_version >= '3.8'
python-dotenv==1.0.1
Expand Down

0 comments on commit 94e0d23

Please sign in to comment.