chore(deps): Bump the pip-version-updates group across 1 directory with 11 updates #249
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-version-updates group with 10 updates in the / directory:
8.3.3
8.3.4
0.7.3
0.8.3
3.2.10
3.2.13
2.4.1
3.0.0
1.8.8
1.8.11
0.19.1
0.19.2
1.16.0
1.17.0
6.4.1
6.4.2
0.13.0
0.15.1
20.27.1
20.28.0
Updates
pytest
from 8.3.3 to 8.3.4Release notes
Sourced from pytest's releases.
Commits
53f8b4e
Update pypa/gh-action-pypi-publish to v1.12.298dff36
Prepare release version 8.3.41b474e2
approx: use exact comparison for bool (#13013)b541721
docs: Fix wrong statement about sys.modules with importlib import mode (#1298...16cb87b
pytest.fail: fix ANSI escape codes for colored output (#12959) (#12990)be6bc81
Issue #12966 Clarify filterwarnings docs on precedence when using multiple ma...7aeb72b
Improve docs on basetemp and retention (#12912) (#12928)c875841
Merge pull request #12917 from pytest-dev/patchback/backports/8.3.x/ded1f44e5...6502816
Merge pull request #12913 from jakkdl/dontfailonbadpath52135b0
Merge pull request #12885 from The-Compiler/pdb-py311 (#12887)Updates
ruff
from 0.7.3 to 0.8.3Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
53f2d72
Revert certain double quotes from workflow shell script (#14939)3629cbf
Use double quotes consistently for shell scripts (#14938)37f4338
Bump version to 0.8.3 (#14937)45b565c
[red-knot]Any
cannot be parameterized (#14933)82faa9b
Add tests demonstrating f-strings with debug expressions in replacements that...2eac00c
[perflint
] fix invalid hoist inperf401
(#14369)033ecf5
Also have zizmor check for low-severity security issues (#14893)5509a3d
Add LSP settings example for Zed editor (#14894)e4885a2
[red-knot] Understandtyping.Tuple
(#14927)a7e5e42
[red-knot] Makeattributes.md
test future-proof (#14923)Updates
safety
from 3.2.10 to 3.2.13Changelog
Sourced from safety's changelog.
Commits
1b5a104
Merge pull request #646 from pyupio/feat/update-version24e86d9
feat(changelog): update version8435529
Merge pull request #645 from pyupio/feat(utils.py)-remove-email-verificationc2ca852
feat(utils.py): remove email verification728c7c1
chore/release-3.2.12 (#644)25abf95
feature/cve-data-filter-flag (#643)7654596
Merge pull request #618 from pyupio/chore/use-specific-safety-schemas-releaseb87d13f
chore:Use specific safety schema version4b18043
feature/add-branch-name (#641)223ad60
feat/add --headless to --help (#636)Updates
asttokens
from 2.4.1 to 3.0.0Commits
0ebecde
Update setup.cfg to use newer licence_files key; update commands and notes in...89f02d2
More cleanup of code for Python before 3.8, fix astroid import (#156)eb1e401
Bump requests from 2.31.0 to 2.32.2 in /docs (#154)4eebd86
remove dependency on six (#155)ad41ab6
Bump urllib3 from 2.0.7 to 2.2.2 in /docs (#146)d8910b4
Bump certifi from 2023.7.22 to 2024.7.4 in /docs (#147)7a8f3a8
trim Python2 <-> 3 hybridation (#153)d025140
Test Python 3.13 (#152)0224610
Fix edge cases in test failures involving padding and TypeVar (#151)71ea82b
Stop testing on Python < 3.8 (#149)Updates
debugpy
from 1.8.8 to 1.8.11Release notes
Sourced from debugpy's releases.
Commits
34cc53b
Merge pull request #1779 from microsoft/remove_bytecode_distinfoa99d933
Remove bytecode distinfo causing PyPi publish errors and ignore it from now on5014f25
Properly update pydevd._settrace.called (#1751)43f4102
Make sure attach binaries are built before running tox (#1753)a78e5c2
Fix path modification for windows filesystems that can't handle .. (#1752)3823aba
Fix problem with lineno being none when generating traceback (#1750)f4ba976
Subrepo command wasn't checked in correctly (#1737)73be8fb
Takes some changes from pydevd to fix line numbers being None (#1734)Updates
jedi
from 0.19.1 to 0.19.2Changelog
Sourced from jedi's changelog.
Commits
41e9e95
Increase Jedi versionb225678
Add a release for Python 3.1330adf43
Merge pull request #2027 from WutingjiaX/feat/filterImportedbe6df62
filter imported names during completione53359a
Fix a test that had issues with a minor upgrade of Python 3.126e5d5b7
Enable workflow_dispatch in CI91ffdea
Sort completions by input resemblance. (#2018)2859e4f
Support inferring not expr to bool (#2016)8ee4c26
Merge pull request #2014 from WutingjiaX/feat/in_operator4d09ac0
When inferring comparison operators, return a definite type instead of NO_VAL...Updates
safety-schemas
from 0.0.9 to 0.0.10Commits
Updates
six
from 1.16.0 to 1.17.0Changelog
Sourced from six's changelog.
Commits
ebd9b3a
six 1.17.040d248e
Expunge travis.dd7940e
Add PyPI publication workflow. (#390)8cb688f
Update copyright years.86f89c5
Add a GitHub actions CI workflow. (#389)06430b9
Make test_getoutput work on Windows.ceddaf2
Add a changelog for #314.9a05aab
Python 3.14 removed the URLopener and FancyURLopener classes from urllib.req...c1b416f
Fix deprecation warning from setuptools (#382)02c3bca
tkinter.tix was removed from Python 3.13, skip the test (#377)Updates
tornado
from 6.4.1 to 6.4.2Changelog
Sourced from tornado's changelog.
... (truncated)
Commits
a5ecfab
Bump version to 6.4.2bc7df6b
Fix tests with Twisted 24.7.0d5ba4a1
httputil: Fix quadratic performance of cookie parsingUpdates
typer
from 0.13.0 to 0.15.1Release notes
Sourced from typer's releases.
... (truncated)
Changelog
Sourced from typer's changelog.
... (truncated)
Commits
0b89650
🔖 Release version 0.15.1bd89bf6
📝 Update release notes3b9ce47
✏️ Fix a few typos in the source and documentation (#1028)95ba85f
📝 Update release notesdbc335b
📝 Fix minor inconsistencies and typos in tutorial (#1067)b88c327
📝 Update release notesd8e56e2
🗑️ Deprecateshell_complete
and continue to useautocompletion
for CLI pa...5f378ee
📝 Update release notesb826dc4
✏️ Fix a few small typos in the documentation (#1077)9be60da
📝 Update release notesUpdates
virtualenv
from 20.27.1 to 20.28.0Release notes
Sourced from virtualenv's releases.
Changelog
Sourced from virtualenv's changelog.
Commits
bfc04e3
release 20.28.02a29a1b
feat: Write CACHEDIR.TAG file (#2805)d619967
fix: Update run_with_catch log flushing (#2806)f74c000
release 20.27.26f70bf5
Revert "feat: Write CACHEDIR.TAG file (#2803)"f5d7cb4
[pre-commit.ci] pre-commit autoupdate (#2799)be19526
feat: Write CACHEDIR.TAG file (#2803)b3e2b6f
No longer forcibly echo off during windows batch activation (#2801)fd6c16b
Bump astral-sh/setup-uv from 3 to 4 (#2802)898abfd
Upgrade setuptools to 75.5 and wheel to 0.45 (#2804)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 <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