Skip to content

Commit 39b4264

Browse files
renovate[bot]seb4stienCopilot
authored
chore(deps): update dependency cryptography to v49 (#798)
* chore(deps): update dependency cryptography to v49 * Fix broken Juju documentation links Update deprecated juju.is/docs links to use official documentation.ubuntu.com URLs: - https://juju.is/docs/juju/action -> https://documentation.ubuntu.com/juju/3.6/reference/action/ - https://juju.is/docs/juju/configuration -> https://documentation.ubuntu.com/juju/3.6/reference/configuration/ Updated in: - docs/reference/actions.md - docs/reference/configurations.md - docs/local-lxd/reference/actions.md - docs/local-lxd/reference/configurations.md Link validation with lychee confirms no broken links. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore(deps): update pyOpenSSL to 26.3.0 for cryptography 49.0.0 compatibility Update pyOpenSSL from 26.0.0 to 26.3.0 to ensure compatibility with cryptography 49.0.0. The previous version (26.0.0) requires cryptography>=46.0.0,<47, which is incompatible with the newly upgraded cryptography 49.0.0. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sebastien Georget (charmkeeper) <sebastien.georget+charmkeeper@canonical.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 2cdb542 commit 39b4264

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

base_requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ ops==3.5.2
55
pylxd @ git+https://github.com/canonical/pylxd
66
requests==2.33.0
77
typing-extensions==4.15.0
8-
cryptography==46.0.5
8+
cryptography==49.0.0
99
pydantic==1.10.26
1010
cosl==1.4.0
1111
PyYAML==6.0.3
12-
pyOpenSSL==26.0.0
12+
pyOpenSSL==26.3.0

docs/local-lxd/reference/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
See [Actions](https://charmhub.io/github-runner/actions?channel=local-lxd/stable).
44

5-
> Read more about actions in the Juju docs: [Action](https://juju.is/docs/juju/action)
5+
> Read more about actions in the Juju docs: [Action](https://documentation.ubuntu.com/juju/3.6/reference/action/)

docs/local-lxd/reference/configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
See [Configurations](https://charmhub.io/github-runner/configurations?channel=local-lxd/stable).
44

5-
> Read more about configurations in the Juju docs: [Configuration](https://juju.is/docs/juju/configuration)
5+
> Read more about configurations in the Juju docs: [Configuration](https://documentation.ubuntu.com/juju/3.6/reference/configuration/)

docs/reference/actions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
See [Actions](https://charmhub.io/github-runner/actions).
44

5-
> Read more about actions in the Juju docs: [Action](https://juju.is/docs/juju/action)
5+
> Read more about actions in the Juju docs: [Action](https://documentation.ubuntu.com/juju/3.6/reference/action/)

docs/reference/configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
See [Configurations](https://charmhub.io/github-runner/configure).
44

5-
> Read more about configurations in the Juju docs: [Configuration](https://juju.is/docs/juju/configuration)
5+
> Read more about configurations in the Juju docs: [Configuration](https://documentation.ubuntu.com/juju/3.6/reference/configuration/)

0 commit comments

Comments
 (0)