Bump the pip group across 5 directories with 7 updates - #1
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
Bumps the pip group with 2 updates in the /pyperformance/data-files/benchmarks/bm_django_template directory: [django](https://github.com/django/django) and [sqlparse](https://github.com/andialbrecht/sqlparse). Bumps the pip group with 2 updates in the /pyperformance/data-files/benchmarks/bm_dulwich_log directory: [certifi](https://github.com/certifi/python-certifi) and [urllib3](https://github.com/urllib3/urllib3). Bumps the pip group with 1 update in the /pyperformance/data-files/benchmarks/bm_mako directory: [mako](https://github.com/sqlalchemy/mako). Bumps the pip group with 1 update in the /pyperformance/data-files/benchmarks/bm_sympy directory: [mpmath](https://github.com/fredrik-johansson/mpmath). Bumps the pip group with 1 update in the /pyperformance/data-files/benchmarks/bm_tornado_http directory: [tornado](https://github.com/tornadoweb/tornado). Updates `django` from 3.2.4 to 4.2.18 - [Commits](django/django@3.2.4...4.2.18) Updates `sqlparse` from 0.4.1 to 0.5.0 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](andialbrecht/sqlparse@0.4.1...0.5.0) Updates `certifi` from 2021.5.30 to 2024.7.4 - [Commits](certifi/python-certifi@2021.05.30...2024.07.04) Updates `urllib3` from 1.26.5 to 1.26.19 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@1.26.5...1.26.19) Updates `mako` from 1.1.4 to 1.2.2 - [Release notes](https://github.com/sqlalchemy/mako/releases) - [Changelog](https://github.com/sqlalchemy/mako/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/mako/commits) Updates `mpmath` from 1.2.1 to 1.3.0 - [Release notes](https://github.com/fredrik-johansson/mpmath/releases) - [Changelog](https://github.com/mpmath/mpmath/blob/master/CHANGES) - [Commits](mpmath/mpmath@1.2.1...1.3.0) Updates `tornado` from 6.2 to 6.4.2 - [Changelog](https://github.com/tornadoweb/tornado/blob/v6.4.2/docs/releases.rst) - [Commits](tornadoweb/tornado@v6.2.0...v6.4.2) --- updated-dependencies: - dependency-name: django dependency-type: direct:production dependency-group: pip - dependency-name: sqlparse dependency-type: direct:production dependency-group: pip - dependency-name: certifi dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-type: direct:production dependency-group: pip - dependency-name: mako dependency-type: direct:production dependency-group: pip - dependency-name: mpmath dependency-type: direct:production dependency-group: pip - dependency-name: tornado dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pip group with 2 updates in the /pyperformance/data-files/benchmarks/bm_django_template directory: django and sqlparse.
Bumps the pip group with 2 updates in the /pyperformance/data-files/benchmarks/bm_dulwich_log directory: certifi and urllib3.
Bumps the pip group with 1 update in the /pyperformance/data-files/benchmarks/bm_mako directory: mako.
Bumps the pip group with 1 update in the /pyperformance/data-files/benchmarks/bm_sympy directory: mpmath.
Bumps the pip group with 1 update in the /pyperformance/data-files/benchmarks/bm_tornado_http directory: tornado.
Updates
djangofrom 3.2.4 to 4.2.18Commits
a7b0e50[4.2.x] Bumped version for 4.2.18 release.ad866a1[4.2.x] Fixed CVE-2024-56374 -- Mitigated potential DoS in IPv6 validation.b0d309c[4.2.x] Added stub release notes and release date for 4.2.18.39cf3c6[4.2.x] Cleaned up CVE-2024-53907 and CVE-2024-53908 security archive descrip...0ff19d1[4.2.x] Added CVE-2024-53907 and CVE-2024-53908 to security archive.6c4fc7d[4.2.x] Post-release version bump.1f0356f[4.2.x] Bumped version for 4.2.17 release.7376bcb[4.2.x] Fixed CVE-2024-53908 -- Prevented SQL injections in direct HasKeyLook...790eb05[4.2.x] Fixed CVE-2024-53907 -- Mitigated potential DoS in strip_tags().f663277[4.2.x] Refs CVE-2024-11168 -- Updated vendored _urlsplit() to properly valid...Updates
sqlparsefrom 0.4.1 to 0.5.0Changelog
Sourced from sqlparse's changelog.
... (truncated)
Commits
ddbd0ecBump version.29f2e0aRaise recursion limit for tests.b4a39d9Raise SQLParseError instead of RecursionError.f1bcf2fUpdate AUHTORS and Changelog.e03b74eFix Function.get_parameters(), add Funtion.get_window()617b8f6Add OVER clause, and group it into Function (fixes #701)d8f8147Update AUHTORS and Changelog.012c9f1Optimize sqlparse.utils.imt().46971e5Fix parsing of PRIMARY KEY (fixes #740).fc4b0beCode cleanup.Updates
certififrom 2021.5.30 to 2024.7.4Commits
bd815382024.07.04 (#295)06a2cbfBump peter-evans/create-pull-request from 6.0.5 to 6.1.0 (#294)13bba02Bump actions/checkout from 4.1.6 to 4.1.7 (#293)e8abcd0Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (#292)124f4ad2024.06.02 (#291)c2196ce--- (#290)fefdeecBump actions/checkout from 4.1.4 to 4.1.5 (#289)3c5fb15Bump actions/download-artifact from 4.1.6 to 4.1.7 (#286)4a9569aBump actions/checkout from 4.1.2 to 4.1.4 (#287)1fc8086Bump peter-evans/create-pull-request from 6.0.4 to 6.0.5 (#288)Updates
urllib3from 1.26.5 to 1.26.19Release notes
Sourced from urllib3's releases.
... (truncated)
Changelog
Sourced from urllib3's changelog.
... (truncated)
Commits
d9d85c8Release 1.26.198528b63[1.26] Fix downstream tests (#3409)40b6d16Merge pull request from GHSA-34jh-p97f-mpxf29cfd02Fix handling of OpenSSL 3.2.0 new error message "record layer failure" (#3405)b600643[1.26] Bump RECENT_DATE (#3404)7e2d389[1.26] Fix running CPython 2.7 tests in CI (#3137)9c2c230Release 1.26.18 (#3159)b594c5cMerge pull request from GHSA-g4mx-q9vg-27p4944f0eb[1.26] Use vendored six in urllib3.contrib.securetransportc9016bfRelease 1.26.17Updates
makofrom 1.1.4 to 1.2.2Release notes
Sourced from mako's releases.
... (truncated)
Commits
Updates
mpmathfrom 1.2.1 to 1.3.0Release notes
Sourced from mpmath's releases.
Changelog
Sourced from mpmath's changelog.
... (truncated)
Commits
b5c0450version 1.3.0a27581cMerge pull request #656 from cclauss/patch-29d7884bdon't use .ae method in library code967de83Downgrade to ubuntu-20.04 for Py35 and Py366425c6abuild: strategy: fail-fast: falsee2341c7GitHub Actions: Test on Python 3.11 production release1258e33fix failing doctestsb7c15d6include signals documentation; remove duplicate docstrings1b476eaupdate doc building instructions5f57bebMerge pull request #646 from cclauss/patch-1Updates
tornadofrom 6.2 to 6.4.2Changelog
Sourced from tornado's changelog.
... (truncated)
Commits
a5ecfabBump version to 6.4.2bc7df6bFix tests with Twisted 24.7.0d5ba4a1httputil: Fix quadratic performance of cookie parsing2a0e1d1Merge pull request #3388 from bdarnell/release-641b7af4e8Release notes and version bump for version 6.4.1d65f6e7Merge pull request #3387 from bdarnell/chunked-parsing8d721a8httputil: Only strip tabs and spaces from header values7786f09Merge pull request #3386 from bdarnell/curl-crlffb119c7http1connection: Stricter handling of transfer-encodingb0ffc58curl_httpclient,http1connection: Prohibit CR and LF in headersDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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 conditionsYou can disable automated security fix PRs for this repo from the Security Alerts page.