This repository has been archived by the owner on Jan 2, 2025. It is now read-only.
Bump the dependencies group across 1 directory with 9 updates #166
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 dependencies group with 8 updates in the /admin-system/backend directory:
3.0.3
3.1.0
2.0.32
2.0.36
24.2.1
24.3.0
10.4.0
11.0.0
2.4.0+cpu
2.5.1
0.19.0+cpu
0.20.1
8.3.2
8.3.3
5.0.0
6.0.0
Updates
flask
from 3.0.3 to 3.1.0Release notes
Sourced from flask's releases.
Changelog
Sourced from flask's changelog.
Commits
ab81496
release version 3.1.070602a1
remove test pypi6748a09
update dev dependencies22c48a7
Merge remote-tracking branch 'origin/stable'2eab96a
use generic bases for session (#5638)f49dbfd
use generic bases for session7b21d43
configure and checkrequest.trusted_hosts
(#5637)4f7156f
configure and check trusted_hosts10bdf61
settingSERVER_NAME
does not restrict routing for bothsubdomain_matching
...4995a77
fix subdomain_matching=False behaviorUpdates
sqlalchemy
from 2.0.32 to 2.0.36Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
pyopenssl
from 24.2.1 to 24.3.0Changelog
Sourced from pyopenssl's changelog.
Commits
9f82d97
Raise cryptography version and prepare the 24.3.0 release (#1381)7e1660b
Remove APIs that have been deprecated for a year (#1374)a6678a9
make deprecation warnings more prominent in docs (#1379)0baa319
Reorganize how we test downstreams and add more (#1377)24cc2c1
Refactor two tests that rely on deprecated APIs (#1375)a378d53
Bump actions/upload-artifact in /.github/actions/upload-coverage (#1372)ace2244
Bump actions/upload-artifact from 4.4.2 to 4.4.3 (#1371)f8ef486
Bump actions/upload-artifact in /.github/actions/upload-coverage (#1370)f8c2d99
Bump actions/upload-artifact from 4.4.1 to 4.4.2 (#1369)bad5ba4
Bump actions/upload-artifact in /.github/actions/upload-coverage (#1367)Updates
pillow
from 10.4.0 to 11.0.0Release notes
Sourced from pillow's releases.
... (truncated)
Changelog
Sourced from pillow's changelog.
... (truncated)
Commits
204aae6
11.0.0 version bumpf2cc87b
Update CHANGES.rst [ci skip]c855e8e
Merge pull request #8464 from radarhere/imagemath_type_hintdc37515
Merge pull request #8463 from hugovk/update-3.13-datec3d81d6
Update Python 3.13 release datea60610c
Added type hintsa5c58f2
Merge pull request #8460 from hugovk/mit-cmue74994e
Update licence to MIT-CMUb5e1115
Update CHANGES.rst [ci skip]686b5e2
Merge pull request #8392 from radarhere/tiff_seekUpdates
werkzeug
from 3.0.4 to 3.1.3Release notes
Sourced from werkzeug's releases.
... (truncated)
Changelog
Sourced from werkzeug's changelog.
... (truncated)
Commits
6389612
release version 3.1.3ba15683
wrap IPv6 SERVER_NAME in [] (#2997)d99f72d
wrap IPv6 SERVER_NAME in []ea93b54
restrict containers accepted by multi (#2995)598bb1d
restrict containers accepted by multi1a1728e
start version 3.1.34fd7073
release version 3.1.2 (#2992)4764684
release version 3.1.21803db6
Headers is not MutableMapping (#2991)ac87bf8
Headers is not MutableMappingUpdates
torch
from 2.4.0+cpu to 2.5.1Release notes
Sourced from torch's releases.
... (truncated)
Commits
Updates
torchvision
from 0.19.0+cpu to 0.20.1Release notes
Sourced from torchvision's releases.
... (truncated)
Commits
Updates
pytest
from 8.3.2 to 8.3.3Release notes
Sourced from pytest's releases.
Commits
d0f136f
build(deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (#12790)972f307
Prepare release version 8.3.30dabdcf
Include co-authors in release announcement (#12795) (#12797)a9910a4
Do not discover properties when iterating fixtures (#12781) (#12788)0f10b6b
Fix issue with slashes being turned into backslashes on Windows (#12760) (#12...300d13d
Merge pull request #12785 from pytest-dev/patchback/backports/8.3.x/57cccf7f4...e5d32c7
Merge pull request #12784 from svenevs/fix/docs-example-parametrize-minor-typobc913d1
Streamline checks for verbose option (#12706) (#12778)01cfcc9
Fix typos and introduce codespell pre-commit hook (#12769) (#12774)4873394
doc: Remove past training (#12772) (#12773)Updates
pytest-cov
from 5.0.0 to 6.0.0Changelog
Sourced from pytest-cov's changelog.
Commits
9540437
Bump version: 5.0.0 → 6.0.09f81754
Further trim down envs and drop Python 3.8.b12b5ec
Update conf.23f4b27
Update changelog.291a04f
Bump test deps and trim config.08f1101
Add--cov-precision
option. Close #655.76fe2a7
Move the warnings/errors in a place that doesn't import anything.a9ea7b7
Implement error/warning for the bad dynamic_context being set in config.c299e01
Add explicit suffixing to make it easier to see the identify the sources/usag...c87e546
Add reproducer for weird xdist dynamic_context interaction. Ref #604.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 de...Description has been truncated