Seed-Farmer is an orchestration tool that works with AWS CodeSeeder and acts as an orchestration tool modeled after GitOps deployments. It has a CommandLine Interface based in Python, leverages modular code deployments defined by declarative manifests, and includes change detection and deployment optimization.
* PEP 639: Implement License-Expression and License-File (:issue:`828`)
* Use ``!r`` formatter for error messages with filenames (:issue:`844`)
* Add support for PEP 730 iOS tags (:issue:`832`)
* Fix prerelease detection for ``>`` and ``<`` (:issue:`794`)
* Fix uninformative error message (:issue:`830`)
* Refactor ``canonicalize_version`` (:issue:`793`)
* Patch python_full_version unconditionally (:issue:`825`)
* Fix doc for ``canonicalize_version`` to mention ``strip_trailing_zero`` and a typo in a docstring (:issue:`801`)
* Fix typo in Version ``__str__`` (:issue:`817`)
* Support creating a ``SpecifierSet`` from an iterable of ``Specifier`` objects (:issue:`775`)
Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions |
| --- | --- |
| pydantic-core | [>= 2.19.a, < 2.20] |
| pydantic-core | [>= 2.24.a, < 2.25] |
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 ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Updates the requirements on boto3, botocore, packaging, rich, pydantic-core and sphinx-rtd-theme to permit the latest version. Updates
boto3
from 1.35.49 to 1.35.63Commits
4ba2d2d
Merge branch 'release-1.35.63'b474be1
Bumping version to 1.35.63e1a1370
Add changelog entries from botocoref40c89c
Merge branch 'release-1.35.62'a957a51
Merge branch 'release-1.35.62' into developeefec7e
Bumping version to 1.35.6200d883c
Add changelog entries from botocoreedae57b
Merge branch 'release-1.35.61'bccb984
Merge branch 'release-1.35.61' into develop61bb713
Bumping version to 1.35.61Updates
botocore
from 1.35.49 to 1.35.63Commits
7ed401c
Merge branch 'release-1.35.63'01b85d6
Bumping version to 1.35.63e2107a0
Update endpoints modelb74378d
Update to latest modelsafffccf
Merge customizations for Pinpoint SMS Voice V23231aec
Merge branch 'release-1.35.62'7af79ea
Merge branch 'release-1.35.62' into developf861cc9
Bumping version to 1.35.6207682e1
Update endpoints model052fea4
Update to latest modelsUpdates
packaging
from 24.1 to 24.2Release notes
Sourced from packaging's releases.
Changelog
Sourced from packaging's changelog.
Commits
d8e3b31
Bump for release2de393d
Update changelog for release9c66f5c
Remove extraneous quotes in f-strings by using!r
(#848)4dc334c
Upgrade to latest mypy (#853)d1a9f93
Bump the github-actions group with 4 updates (#852)029f415
PEP 639: Implement License-Expression and License-File (#828)6c338a8
Use !r formatter for error messages with filenames. (#844)28e7da7
Add a comment as to whyMetadata.name
isn't normalized (#842)ce0d79c
Mention updating changelog in release process (#841)ac5bdf3
Update the changelog to reflect 24.1 changes (#840)Updates
rich
from 13.9.3 to 13.9.4Release notes
Sourced from rich's releases.
Changelog
Sourced from rich's changelog.
Commits
43d3b04
Merge pull request #3548 from Textualize/bump1394e440ff2
bump12301e3
Merge pull request #3546 from Textualize/faster-cell-len02f3d14
commentaaaef27
leaner syntax6cef0bc
leaner cell_len46150cd
sum and map is faster9e7f363
use setsUpdates
pydantic-core
to 2.27.0Release notes
Sourced from pydantic-core's releases.
Commits
061711f
Prep for v2.27.0 release (#1541)be03c66
supporttrailing-strings
withallow_partial
(#1539)a3f13c7
fixwrap
serializer breaking union serialization in presence of extra field...cd0346d
More union serialization tidying (#1536)cd270e4
Fix_IncEx
type alias to be compatible with mypy (#1537)2419981
fix(union_serializer): do not raise warnings in nested unions (#1513)4cb82bf
fix panic invalidate_assignment
when field has gone missing (#1532)085e61d
RemoveUrl
andMultiHostUrl
docstrings, we moved them to pydantic (#1531)815d224
Bump the python-packages group across 1 directory with 7 updates (#1529)96038dd
Bump version to prep release (#1527)Updates
sphinx-rtd-theme
from 3.0.1 to 3.0.2Changelog
Sourced from sphinx-rtd-theme's changelog.
Commits
5f03347
Release 3.0.217c0685
Attached flyout: show the current translation (#1629)5db7796
Allow disabling selectors (#1626)Most Recent Ignore Conditions Applied to This Pull Request
| Dependency Name | Ignore Conditions | | --- | --- | | pydantic-core | [>= 2.19.a, < 2.20] | | pydantic-core | [>= 2.24.a, < 2.25] |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