-
Notifications
You must be signed in to change notification settings - Fork 0
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
Bump the poetry-dependencies group with 20 updates #18
Closed
Conversation
This file contains 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
Bumps the poetry-dependencies group with 20 updates: | Package | From | To | | --- | --- | --- | | [pandas](https://github.com/pandas-dev/pandas) | `2.2.0` | `2.2.1` | | [black](https://github.com/psf/black) | `24.2.0` | `24.3.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.4.1` | `7.4.4` | | [mypy](https://github.com/python/mypy) | `1.8.0` | `1.9.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.6.1` | `3.7.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.2.1` | `0.3.4` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.1.1` | | [typeguard](https://github.com/agronholm/typeguard) | `4.1.5` | `4.2.1` | | [pandas-stubs](https://github.com/pandas-dev/pandas-stubs) | `2.1.4.231227` | `2.2.1.240316` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.13.1` | `3.13.3` | | [identify](https://github.com/pre-commit/identify) | `2.5.34` | `2.5.35` | | [importlib-metadata](https://github.com/python/importlib_metadata) | `7.0.1` | `7.1.0` | | [packaging](https://github.com/pypa/packaging) | `23.2` | `24.0` | | [python-dateutil](https://github.com/dateutil/dateutil) | `2.8.2` | `2.9.0.post0` | | [setuptools](https://github.com/pypa/setuptools) | `69.1.0` | `69.2.0` | | [traitlets](https://github.com/ipython/traitlets) | `5.14.1` | `5.14.2` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.9.0` | `4.10.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.0` | `2.2.1` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.25.0` | `20.25.1` | | [zipp](https://github.com/jaraco/zipp) | `3.17.0` | `3.18.1` | Updates `pandas` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.2.0...v2.2.1) Updates `black` from 24.2.0 to 24.3.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.2.0...24.3.0) Updates `coverage` from 7.4.1 to 7.4.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.4.1...7.4.4) Updates `mypy` from 1.8.0 to 1.9.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.8.0...1.9.0) Updates `pre-commit` from 3.6.1 to 3.7.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.6.1...v3.7.0) Updates `ruff` from 0.2.1 to 0.3.4 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.2.1...v0.3.4) Updates `pytest` from 8.0.0 to 8.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.0.0...8.1.1) Updates `typeguard` from 4.1.5 to 4.2.1 - [Release notes](https://github.com/agronholm/typeguard/releases) - [Changelog](https://github.com/agronholm/typeguard/blob/master/docs/versionhistory.rst) - [Commits](agronholm/typeguard@4.1.5...4.2.1) Updates `pandas-stubs` from 2.1.4.231227 to 2.2.1.240316 - [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md) - [Commits](pandas-dev/pandas-stubs@v2.1.4.231227...v2.2.1.240316) Updates `filelock` from 3.13.1 to 3.13.3 - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](tox-dev/filelock@3.13.1...3.13.3) Updates `identify` from 2.5.34 to 2.5.35 - [Commits](pre-commit/identify@v2.5.34...v2.5.35) Updates `importlib-metadata` from 7.0.1 to 7.1.0 - [Release notes](https://github.com/python/importlib_metadata/releases) - [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst) - [Commits](python/importlib_metadata@v7.0.1...v7.1.0) Updates `packaging` from 23.2 to 24.0 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@23.2...24.0) Updates `python-dateutil` from 2.8.2 to 2.9.0.post0 - [Release notes](https://github.com/dateutil/dateutil/releases) - [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS) - [Commits](dateutil/dateutil@2.8.2...2.9.0.post0) Updates `setuptools` from 69.1.0 to 69.2.0 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](pypa/setuptools@v69.1.0...v69.2.0) Updates `traitlets` from 5.14.1 to 5.14.2 - [Release notes](https://github.com/ipython/traitlets/releases) - [Changelog](https://github.com/ipython/traitlets/blob/main/CHANGELOG.md) - [Commits](ipython/traitlets@v5.14.1...v5.14.2) Updates `typing-extensions` from 4.9.0 to 4.10.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.9.0...4.10.0) Updates `urllib3` from 2.2.0 to 2.2.1 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.0...2.2.1) Updates `virtualenv` from 20.25.0 to 20.25.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](pypa/virtualenv@20.25.0...20.25.1) Updates `zipp` from 3.17.0 to 3.18.1 - [Release notes](https://github.com/jaraco/zipp/releases) - [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst) - [Commits](jaraco/zipp@v3.17.0...v3.18.1) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: black dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: typeguard dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: pandas-stubs dependency-type: direct:development update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: filelock dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: identify dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: importlib-metadata dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: packaging dependency-type: indirect update-type: version-update:semver-major dependency-group: poetry-dependencies - dependency-name: python-dateutil dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: setuptools dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: traitlets dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: typing-extensions dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies - dependency-name: urllib3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: virtualenv dependency-type: indirect update-type: version-update:semver-patch dependency-group: poetry-dependencies - dependency-name: zipp dependency-type: indirect update-type: version-update:semver-minor dependency-group: poetry-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Apr 1, 2024
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
0 participants
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 poetry-dependencies group with 20 updates:
2.2.0
2.2.1
24.2.0
24.3.0
7.4.1
7.4.4
1.8.0
1.9.0
3.6.1
3.7.0
0.2.1
0.3.4
8.0.0
8.1.1
4.1.5
4.2.1
2.1.4.231227
2.2.1.240316
3.13.1
3.13.3
2.5.34
2.5.35
7.0.1
7.1.0
23.2
24.0
2.8.2
2.9.0.post0
69.1.0
69.2.0
5.14.1
5.14.2
4.9.0
4.10.0
2.2.0
2.2.1
20.25.0
20.25.1
3.17.0
3.18.1
Updates
pandas
from 2.2.0 to 2.2.1Release notes
Sourced from pandas's releases.
Commits
bdc79c1
RLS: 2.2.1470b886
Backport PR #57582 on branch 2.2.x (DOC: Add contributors for 2.2.1) (#57583)541448e
RLS: 2.2.1bdbb179
Backport PR #57576 on branch 2.2.x (DOC: Add release date for 2.2.1) (#57579)5521dc9
Backport PR #57314 on branch 2.2.x (BUG: Fix near-minimum timestamp handling)...ea56e0c
Backport PR #57556 on branch 2.2.x (Remove PyArrow deprecation warning) (#57568)3bfedfe
Backport PR #57551: BLD: Add pyarrow extra for pip installation (#57557)3a4033c
Backport PR #57439 on branch 2.2.x (BUG: read_json returning Index instead of...c101d30
Backport PR #57510 on branch 2.2.x (DOC: Fix xarray example) (#57538)0b49cf3
Backport PR #57536 on branch 2.2.x (BUG: dt64 + DateOffset with milliseconds)...Updates
black
from 24.2.0 to 24.3.0Release notes
Sourced from black's releases.
Changelog
Sourced from black's changelog.
Commits
552baf8
Prepare release 24.3.0 (#4279)f000936
Fix catastrophic performance in lines_with_leading_tabs_expanded() (#4278)7b5a657
Fix --line-ranges behavior when ranges are at EOF (#4273)1abcffc
Use regex where we ignore case on windows (#4252)719e674
Fix 4227: Improve documentation for --quiet --check (#4236)e5510af
update plugin url for Thonny (#4259)6af7d11
Fix AST safety check false negative (#4270)f03ee11
Ensureblib2to3.pygram
is initialized before use (#4224)e4bfedb
fix: Don't move comments while splitting delimiters (#4248)d0287e1
Make trailing comma logic more concise (#4202)Updates
coverage
from 7.4.1 to 7.4.4Changelog
Sourced from coverage's changelog.
Commits
bc5e2d7
docs: sample HTML for 7.4.49b0008b
docs: prep for 7.4.4a536161
docs: thanks, Bruno Rodrigues dos Santose06e4f9
chore: make doc_upgradef30818e
chore: make upgrade1b19799
fix: ensure absolute paths are relative when combined #17521ef020d
build: more cheats for convenient URLs3d57a07
docs: document the report:format setting8e30221
fix: correct the type of report:format in config.py (#1754)6289be8
refactor: use dataclasses, no namedtupleUpdates
mypy
from 1.8.0 to 1.9.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
5ff46f8
Remove +dev.155909a
[Release 1.9] Unsupport targetting 3.7. (#16883) (#16900)6615cab
[Release 1.9] Stubtest: ignore a new protocol dunder (#16895) (#16899)b956e6a
stubtest: Private parameters can be omitted (#16507)ede0b20
Bump ruff to 0.2.0 (#16870)7bdd61f
stubgen: Fix crash on star unpack of TypeVarTuple (#16869)8c2ef9d
Update hashes in sync-typeshed.py following recent typeshed sync0dd4b6f
Revert use ofParamSpec
forfunctools.wraps
dd12a2d
Revert typeshed ctypes changed132999
Revert sum literal integer change (#13961)Updates
pre-commit
from 3.6.1 to 3.7.0Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
7b4667e
v3.7.0d46c8fc
Merge pull request #3168 from pre-commit/fix-fail-fastfc62215
fix per-hook fail_fast to not fail on previous failures716da1e
Merge pull request #3155 from pre-commit/pre-commit-ci-update-config0939c11
[pre-commit.ci] pre-commit autoupdate3bdf9fb
Merge pull request #3150 from pre-commit/pre-commit-ci-update-config75b3e52
[pre-commit.ci] pre-commit autoupdate5e11c26
Merge pull request #3122 from glehmann/docker-ttye580096
give docker a tty output when expecting color7b868c3
Merge pull request #3132 from pre-commit/pre-commit-ci-update-configUpdates
ruff
from 0.2.1 to 0.3.4Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
5062572
Bump version to v0.3.4 (#10515)dc6f639
Renamelist-reassign-reversed
tolist-reverse-copy
(#10514)01fe268
[refurb
] Implementlist_assign_reversed
lint (FURB187) (#10212)c62184d
'Revert "F821: Fix false negatives in .py files when `from future import ...9b3c732
Docs: Link inline settings when not part of options section (#10499)caa1450
Don't treat annotations as redefinitions in.pyi
files (#10512)60fd98e
Update Rust to v1.77 (#10510)ac150b9
Spruce up docs for flake8-pyi rules (part 2) (#10494)d9ac170
FixE231
bug: Inconsistent catch compared to pycodestyle, such as when dict...c5ea420
chore: remove repetitive words (#10502)Updates
pytest
from 8.0.0 to 8.1.1Release notes
Sourced from pytest's releases.
... (truncated)
Commits
81653ee
Adjust changelog manually for 8.1.1e60b4b9
Prepare release version 8.1.115fbe57
[8.1.x] Revert legacy path removals (#12093)86c3aab
[8.1.x] Do not import duplicated modules with --importmode=importlib (#12077)5b82b0c
[8.1.x] Yank version 8.1.0 (#12076)0a53681
Merge pull request #12054 from pytest-dev/release-8.1.0b9a167f
Prepare release version 8.1.000043f7
Merge pull request #12038 from bluetech/fixtures-rm-arg2indexf4e1025
Merge pull request #12048 from bluetech/fixture-teardown-excgroup43492f5
Merge pull request #12051 from jakkdl/test_debugging_pythonbreakpointUpdates
typeguard
from 4.1.5 to 4.2.1Release notes
Sourced from typeguard's releases.
Changelog
Sourced from typeguard's changelog.
... (truncated)
Commits
b707a58
Added release date8ba5933
Added changelog entry for #44479f968f
Skip AnyStr tests on Python 3.13+a0f4594
Fixed deprecation warning about@no_type_check_decorator
on Python 3.13286f86d
Updated the typing_extensions dependencyafebd5d
Updated GitHub actions5eae264
Added release dated51d8bc
Fixed pytest plugin testsded1a04
Added support for specifying options for the pytest plugin via pytest config ...3c8d46f
Fixed mapping checks against Django's MultiValueDictUpdates
pandas-stubs
from 2.1.4.231227 to 2.2.1.240316Commits
6b1da7c
Version 2.2.1.2403164ede926
fix concat, update mypy, pyright (#890)7dd7b6a
fix concat for axis=0 (#880)02abbdb
Added types to df.info() (#875)d2ffa32
Enable construction of pd.Series with NaT and NA (#874)82ed4f1
Fix pd.concat to accept None values as input. (#858)daa3f27
Version 2.2.0.2402187e5dab8
Merge remote-tracking branch 'upstream/main'23b35e4
CI: fix nightly (#869)a51279e
Addunit
property andas_unit
method toDatetimeIndex
,TimedeltaIndex
...Updates
filelock
from 3.13.1 to 3.13.3Release notes
Sourced from filelock's releases.
Commits
f50a337
[pre-commit.ci] pre-commit autoupdate (#319)3f6df70
Make singleton class instance dict unique per subclass (#318)9a64375
[BugFix] fix permission denied error when lock file is placed in/tmp
(#317)e2f121b
Update index.rst to improve the demo usage (#314)a46ea71
[pre-commit.ci] pre-commit autoupdate (#312)766e12d
[pre-commit.ci] pre-commit autoupdate (#311)f641eb6
Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14 (#310)9048580
Bump pypa/gh-action-pypi-publish from 1.8.11 to 1.8.12 (#308)7f9041f
[pre-commit.ci] pre-commit autoupdate (#306)b8ae5a1
[pre-commit.ci] pre-commit autoupdate (#305)Updates
identify
from 2.5.34 to 2.5.35Commits
62ca9e5
v2.5.356358894
Merge pull request #441 from StreamHPC/metal-shading-language9209f67
feat: Indentifymetal
as Metal Shading LanguageUpdates `importlib-met...
Description has been truncated