This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
Bump the pip-dependencies group with 10 updates #483
Merged
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-dependencies group with 10 updates:
3.1.15
3.1.17
1.13.0
1.13.1
14.0.1
14.0.2
7.4.3
7.4.4
1.7.1
1.8.0
23.12.0
23.12.1
6.1.0
7.0.0
7.3.3
7.4.0
2.1.1.230928
2.1.4.231227
4.2.12
4.2.13
Updates
psycopg
from 3.1.15 to 3.1.17Changelog
Sourced from psycopg's changelog.
... (truncated)
Commits
2da0110
chore: bump psycopg package version to 3.1.17caca8b4
chore(c): add missing enum entries08d0832
docs: add note about checking enums and docs on PostgreSQL updatef695d14
Merge branch 'fix-699' into maint-3.15f77a65
fix: perform multiple attemps if a host name resolve to multiple hosts76b9b40
refactor(test): make resolution monkeypatching common fixtures3e02cbd
refactor: separate ConnectionInfo object from conninfo module1cd88b0
chore: upload github actions dependencies6345e80
refactor: use Self to represent the return fromBaseConnection._connect_gen()
3c0b562
chore: drop unneeded type annotations on selfUpdates
alembic
from 1.13.0 to 1.13.1Release notes
Sourced from alembic's releases.
Commits
Updates
pyarrow
from 14.0.1 to 14.0.2Commits
740889f
MINOR: [Release] Update versions for 14.0.26dcedc9
MINOR: [Release] Update .deb/.rpm changelogs for 14.0.2b3b5307
MINOR: [Release] Update CHANGELOG.md for 14.0.28fc81ce
GH-38449: [Release][Go][macOS] Use local test data if possible (#38450)7a54881
GH-39074: [Release][Packaging] Use UTF-8 explicitly for KEYS (#39082)9123615
GH-39072: [Release][CI] Python3.11-devel is required for the verification job...7802c03
GH-39076: [R] Fix tests that trigger confusing dplyr warnings (#39077)84e72b1
GH-39041:[R] Improveupdate-checksum.R
output (#39042)ae8ea4d
GH-38618: [C++] S3FileSystem: fix regression in deleting explicitly created s...44238dd
GH-39003: [CI][macOS] Don't update Homebrew (#39016)Updates
pytest
from 7.4.3 to 7.4.4Release notes
Sourced from pytest's releases.
Commits
33f694f
Prepare release version 7.4.476c107c
Merge pull request #11751 from bluetech/backport-11143-to-7.4.x531d76d
[7.4.x] Improve reporting from iter exceptions (#11749)a0f58fa
Merge pull request #11143 from tushar-deepsource/patch-1b1f3387
[7.4.x] #11091: documentation should use hypthonated properties (#11750)2cdd619
Merge pull request #11747 from pytest-dev/backport-11711-to-7.4.xd06c05b
[7.4.x] nodes: fix tracebacks from collection errors are not getting pruned5582bfc
[7.4.x] Improves clarity in Sphinx documentation for function signature. (#11...13024ef
[7.4.x] Fix for operation on closed file in faulthandler teardown (#11631)a40dacf
[7.4.x] XFAIL TestLocalPath.test_make_numbered_dir_multiprocess_safe (#11616)Updates
mypy
from 1.7.1 to 1.8.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
3b46750
remove +dev suffix from versionc9bc833
Fix tests broken by hatchling (#16655)60d30e3
Fix crash with type alias toCallable[[Unpack[Tuple[Any, ...]]], Any]
(#16541)f53f422
Allow type ignores of PEP 695 constructs (#16608)7c33e7c
@final
class without bool cannot have falsey instances (#16566)c224da5
Do not intersect types in isinstance checks if at least one is final (#16330)d54cc35
Change example in test cases with no stubs available (#16513)eb1ee97
Update hashes insync-typeshed.py
following recent typeshed sync (#16600)344298e
Revert use ofParamSpec
forfunctools.wraps
3e5d813
Revert typeshed ctypes changeUpdates
black
from 23.12.0 to 23.12.1Release notes
Sourced from black's releases.
Changelog
Sourced from black's changelog.
Commits
ec91a2b
Prepare release 23.12.1 (#4124)8fec1c3
Adds paren to deps for hidden extra constraint (#4108)35ce37d
Add new changelog templateUpdates
flake8
from 6.1.0 to 7.0.0Commits
88a4f9b
Release 7.0.06f3a60d
Merge pull request #1906 from PyCQA/upgrade-pyflakescde8570
upgrade pyflakes to 3.2.x2ab9d76
Merge pull request #1903 from PyCQA/pre-commit-ci-update-confige27611f
[pre-commit.ci] pre-commit autoupdate9d20be1
Merge pull request #1902 from PyCQA/pre-commit-ci-update-config06c1503
[pre-commit.ci] auto fixes from pre-commit.com hooksb67ce03
Fix bugbear lintsc8801c1
[pre-commit.ci] pre-commit autoupdate045f297
Merge pull request #1893 from PyCQA/pre-commit-ci-update-configUpdates
coverage
from 7.3.3 to 7.4.0Changelog
Sourced from coverage's changelog.
Commits
23a015c
docs: sample HTML for 7.4.04f020d4
docs: prep for 7.4.05bb88c3
build: temporarily disable metacov, it's flaky now with sysmon support3879b97
docs: mention sys.monitoring support9a84eeb
style: environment variable names should be monospace7882b8c
refactor: clean lint and mypy for sysmon et al5dad1a1
test: test which core we getb7e0c34
fix: don't default to sysmon yete5babcf
docs: explain the COVERAGE_*_CORE testing variablesebdc277
fix: usecore
more consistently thantracer
Updates
pandas-stubs
from 2.1.1.230928 to 2.1.4.231227Commits
9de765a
Version 2.1.4.231227117e97a
Typeargs
andkwargs
inpipe
(#823)a370cab
itertuples (#842)888c3cc
Upgrade pyright to 1.1.343 (#845)146cf23
OffsetSeries inherits from Series[BaseOffset] (#844)72b22b5
Series(Mapping) (#843)52384d3
Timestamp -> datetime and Timedelta -> timedelta (#841)0a567b4
CI: test on 3.12 (#839)70605ea
pin tables to 3.9.1 (#840)068679c
Allow sequence in groupby level (#837)Updates
moto
from 4.2.12 to 4.2.13Changelog
Sourced from moto's changelog.
Commits
0c7b02c
Prep release 4.2.13 (#7193)e7c86e5
Techdebt: Simplify PinPoint routing (#7191)57bc607
Techdebt: Simplify MQ routing (#7190)be04fe5
Techdebt: Simplify DataBrew routing (#7188)eac1609
Techdebt: Ensure unique folder for test results (#7189)c2139a4
SSOAdmin: Add customer managed policy functionality (#7186)3ae1b62
SageMaker: model-package-group supports list_tags, add_tags and remove_tags (...cdd9cd8
Implements sso-admin AWS Managed Policies (#7184)1c8f5f4
Cloudformation: broken changeset update (#7180)5fadeb8
SSO-admin: Add basic inline policy crud operations (#7182)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