Skip to content

Commit

Permalink
Bump acme from 2.8.0 to 2.9.0
Browse files Browse the repository at this point in the history
Bumps [acme](https://github.com/certbot/certbot) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/certbot/certbot/releases)
- [Commits](certbot/certbot@v2.8.0...v2.9.0)

---
updated-dependencies:
- dependency-name: acme
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 12, 2024
1 parent 3cdd72f commit 6d0772f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --no-emit-index-url --output-file=requirements-dev.txt requirements-dev.in
#
acme==2.8.0
acme==2.9.0
# via
# -r requirements-tests.txt
# certbot
Expand Down
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --no-emit-index-url --output-file=requirements-docs.txt requirements-docs.in
#
acme==2.8.0
acme==2.9.0
# via
# -r requirements-docs.in
# -r requirements-tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --no-emit-index-url --output-file=requirements-tests.txt requirements-tests.in
#
acme==2.8.0
acme==2.9.0
# via
# -r requirements.txt
# certbot
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --no-emit-index-url --output-file=requirements.txt requirements.in
#
acme==2.8.0
acme==2.9.0
# via
# -r requirements.in
# certbot
Expand Down

0 comments on commit 6d0772f

Please sign in to comment.