Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): Bump cryptography from 41.0.5 to 41.0.6 #352

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2023

Bumps cryptography from 41.0.5 to 41.0.6.

Changelog

Sourced from cryptography's changelog.

41.0.6 - 2023-11-27


* Fixed a null-pointer-dereference and segfault that could occur when loading
  certificates from a PKCS#7 bundle.  Credit to **pkuzco** for reporting the
  issue. **CVE-2023-49083**

.. _v41-0-5:

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.5 to 41.0.6.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.5...41.0.6)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Python Dependencies python Pull requests that update Python code labels Nov 29, 2023
@dependabot dependabot bot requested a review from edgarrmondragon November 29, 2023 00:29
Copy link
Member

@edgarrmondragon edgarrmondragon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot merge

@dependabot dependabot bot merged commit 447858b into main Nov 29, 2023
5 checks passed
@dependabot dependabot bot deleted the dependabot/pip/cryptography-41.0.6 branch November 29, 2023 00:45
edgarrmondragon pushed a commit that referenced this pull request Aug 12, 2024
…evelopment-dependencies group (#454)

Bumps the development-dependencies group with 1 update:
[pytest-httpserver](https://github.com/csernazs/pytest-httpserver).

Updates `pytest-httpserver` from 1.0.12 to 1.1.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/csernazs/pytest-httpserver/releases">pytest-httpserver's
releases</a>.</em></p>
<blockquote>
<h2>1.1.0</h2>
<h2>What's Changed</h2>
<ul>
<li>httpserver: Clear state in function-scoped fixtures before the test
by <a
href="https://github.com/netaneld122"><code>@​netaneld122</code></a> in
<a
href="https://redirect.github.com/csernazs/pytest-httpserver/pull/352">csernazs/pytest-httpserver#352</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/csernazs/pytest-httpserver/compare/1.0.12...1.1.0">https://github.com/csernazs/pytest-httpserver/compare/1.0.12...1.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/csernazs/pytest-httpserver/blob/master/CHANGES.rst">pytest-httpserver's
changelog</a>.</em></p>
<blockquote>
<h1>1.1.0</h1>
<p>.. _Release Notes_1.1.0_Bug Fixes:</p>
<h2>Bug Fixes</h2>
<ul>
<li>Fixed an issue related to the leak of httpserver state between the
tests
when httpserver is destructed before the other fixtures.
<code>[#352](csernazs/pytest-httpserver#352)
&lt;https://github.com/csernazs/pytest-httpserver/issues/352&gt;</code>_</li>
</ul>
<p>.. _Release Notes_1.0.12:</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/csernazs/pytest-httpserver/commit/4f19faf89bb1fc6d2b637d6824bc4df90be027be"><code>4f19faf</code></a>
CHANGES.rst: add release notes for 1.1.0</li>
<li><a
href="https://github.com/csernazs/pytest-httpserver/commit/1b01241affebad9d806646bcecbf9134e3d2877c"><code>1b01241</code></a>
Version bump to 1.1.0</li>
<li><a
href="https://github.com/csernazs/pytest-httpserver/commit/86c96670220af73fdb2b146418275f50c6304225"><code>86c9667</code></a>
releasenotes: add release note for <a
href="https://redirect.github.com/csernazs/pytest-httpserver/issues/352">#352</a></li>
<li><a
href="https://github.com/csernazs/pytest-httpserver/commit/2fed2b6fd0b3fbeb47a47bf9721c4567eeb3785e"><code>2fed2b6</code></a>
tests: add test for log leak</li>
<li><a
href="https://github.com/csernazs/pytest-httpserver/commit/862d4afe489d3ebf6e5e57585ec530bc9df1e3e0"><code>862d4af</code></a>
httpserver: Cleanup state in function scoped fixtures before the
test</li>
<li><a
href="https://github.com/csernazs/pytest-httpserver/commit/0eb610bc87e3b6cd4f47dad574691a430b95282c"><code>0eb610b</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="https://github.com/csernazs/pytest-httpserver/commit/a178b96dac5821ad47ca1722f8a6108261267b36"><code>a178b96</code></a>
build(deps-dev): bump the deps group with 3 updates</li>
<li><a
href="https://github.com/csernazs/pytest-httpserver/commit/7df2d1cede92144e648049505695bc88251fa206"><code>7df2d1c</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li>See full diff in <a
href="https://github.com/csernazs/pytest-httpserver/compare/1.0.12...1.1.0">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pytest-httpserver&package-manager=pip&previous-version=1.0.12&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Python Dependencies python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant