Bump dateparser from 1.4.0 to 1.4.1 in /docker/py3ews#44985
Conversation
Bumps [dateparser](https://github.com/scrapinghub/dateparser) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/scrapinghub/dateparser/releases) - [Changelog](https://github.com/scrapinghub/dateparser/blob/master/HISTORY.rst) - [Commits](scrapinghub/dateparser@v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: dateparser dependency-version: 1.4.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Docker Image Ready - DevDocker automatic build has deployed your docker image: devdemisto/py3ews:5.6.0.10177455 Docker Metadata
|
🔍 AI Triage Report AvailableAn automated triage report has been generated for this pipeline. Status:
|
BEAdi
left a comment
There was a problem hiding this comment.
Reviewed Docker image demisto/py3ews dependency bump.
Library updates (docker/py3ews/Pipfile.lock):
- dateparser 1.4.0 -> 1.4.1
- tzlocal 5.3.1 -> 5.4 (transitive)
Breaking-change analysis:
- dateparser 1.4.1: only breaking change is removal of fastText language detection (the
fasttextextra is dropped anddetect_languages()now raises ImportError). No other API changes. - tzlocal 5.4: dropped Python 3.9 support, added 3.14; no public API breaking changes. The image already requires python_version >= '3.10', so the floor change is a no-op.
Consuming content items (reference demisto/py3ews):
- Packs/ApiModules/Scripts/EWSApiModule/EWSApiModule.py - no dateparser/tzlocal usage -> safe
- Packs/MicrosoftExchangeOnline/Integrations/EWSO365/EWSO365.py - uses only dateparser.parse() (line 1754), does not use detect_languages/fasttext -> safe
- Packs/MicrosoftExchangeOnPremise/Integrations/EWSMailSender/EWSMailSender.py - no dateparser/tzlocal usage -> safe
No content item uses the removed detect_languages()/fasttext API. No impact found. Safe to merge.
Docker Image Ready - DevDocker automatic build has deployed your docker image: devdemisto/py3ews:5.6.0.10394855 Docker Metadata
|
Docker Image Ready - ProductionDocker automatic build has deployed your docker image: demisto/py3ews:5.6.0.10399583 Docker Metadata
|
Bumps dateparser from 1.4.0 to 1.4.1.
Release notes
Sourced from dateparser's releases.
Changelog
Sourced from dateparser's changelog.
Commits
08c78d31.4.1 release (#1337)a049fd1Add Korean alternative date expressions (#1289)98b9c32make relative-date regex digit quantifiers possessive (#1335)5c6d97ffix: Preserve explicit signs for years when combined with decades (#1330)0d11d82Locale order support (#789)081d251fix(nb): improve Norwegian Bokmål date parsing (#1334)333e519Fix merge issue (#1333)5c437a1Move project metadata and configuration to 'pyproject.toml' (#1311)b107ac3Replace internal OrderedDict usage with dict (#1328)b903e69fix: Parse 1mon ago (#1329)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)