Skip to content

Commit

Permalink
Bump cryptography from 38.0.1 to 38.0.3 (permasigner#101)
Browse files Browse the repository at this point in the history
Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.1 to 38.0.3.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@38.0.1...38.0.3)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authored Nov 2, 2022
1 parent 94c0b80 commit 991fe14
Showing 2 changed files with 29 additions and 29 deletions.
56 changes: 28 additions & 28 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ scp = { version = "0.14.4", markers = "sys_platform == 'linux' or sys_platform =
six = { version = "1.16.0", markers = "sys_platform == 'linux' or sys_platform == 'win32' or 'freebsd' in sys_platform or (sys_platform == 'darwin' and platform_machine == 'x86_64') or (sys_platform == 'darwin' and platform_machine == 'arm64')" }
bcrypt = { version = "4.0.1", markers = "sys_platform == 'linux' or sys_platform == 'win32' or 'freebsd' in sys_platform or (sys_platform == 'darwin' and platform_machine == 'x86_64') or (sys_platform == 'darwin' and platform_machine == 'arm64')" }
cffi = { version = "1.15.1", markers = "sys_platform == 'linux' or sys_platform == 'win32' or 'freebsd' in sys_platform or (sys_platform == 'darwin' and platform_machine == 'x86_64') or (sys_platform == 'darwin' and platform_machine == 'arm64')" }
cryptography = { version = "38.0.1", markers = "sys_platform == 'linux' or sys_platform == 'win32' or 'freebsd' in sys_platform or (sys_platform == 'darwin' and platform_machine == 'x86_64') or (sys_platform == 'darwin' and platform_machine == 'arm64')" }
cryptography = { version = "38.0.3", markers = "sys_platform == 'linux' or sys_platform == 'win32' or 'freebsd' in sys_platform or (sys_platform == 'darwin' and platform_machine == 'x86_64') or (sys_platform == 'darwin' and platform_machine == 'arm64')" }
paramiko = { version = "2.11.0", markers = "sys_platform == 'linux' or sys_platform == 'win32' or 'freebsd' in sys_platform or (sys_platform == 'darwin' and platform_machine == 'x86_64') or (sys_platform == 'darwin' and platform_machine == 'arm64')" }
pycparser = { version = "2.21", markers = "sys_platform == 'linux' or sys_platform == 'win32' or 'freebsd' in sys_platform or (sys_platform == 'darwin' and platform_machine == 'x86_64') or (sys_platform == 'darwin' and platform_machine == 'arm64')" }
pynacl = { version = "1.5.0", markers = "sys_platform == 'linux' or sys_platform == 'win32' or 'freebsd' in sys_platform or (sys_platform == 'darwin' and platform_machine == 'x86_64') or (sys_platform == 'darwin' and platform_machine == 'arm64')" }

0 comments on commit 991fe14

Please sign in to comment.