Skip to content

chore(deps): bump dateparser from 1.3.0 to 1.4.0#8862

Merged
seshubaws merged 1 commit intodevelopfrom
dependabot/pip/develop/dateparser-1.4.0
Mar 27, 2026
Merged

chore(deps): bump dateparser from 1.3.0 to 1.4.0#8862
seshubaws merged 1 commit intodevelopfrom
dependabot/pip/develop/dateparser-1.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2026

Bumps dateparser from 1.3.0 to 1.4.0.

Release notes

Sourced from dateparser's releases.

1.4.0

Security fixes:

  • Remove import-time loading of timezone offset data from pickle to prevent unsafe deserialization from packaged data
  • Replace eval() use when parsing no_word_spacing with strict boolean parsing to prevent code execution from locale metadata (#1056)

New features:

  • Add support for expressions like "N {interval} from now" in English (#1271)
  • Add support for the en-US locale (#1222)

Fixes:

  • Honor REQUIRE_PARTS for ambiguous month-number inputs by retrying with a year-biased DATE_ORDER (#1298)
  • Fix parsing word-number relative phrases such as "two days later" (#1316)
  • Allow md5hash to work in FIPS environments (#1267)

Improvements:

  • Add Bosnian Cyrillic (ijekavica) date translations (#1293)
  • Add a new browser-based demo to the project documentation (#1306)
  • Update installation documentation to replace setup.py install guidance (#1310)
  • Add a project security policy (#1318)
Changelog

Sourced from dateparser's changelog.

1.4.0 (2026-03-26)

Security fixes:

  • Remove import-time loading of timezone offset data from pickle to prevent unsafe deserialization from packaged data
  • Replace eval() use when parsing no_word_spacing with strict boolean parsing to prevent code execution from locale metadata (#1056)

New features:

  • Add support for expressions like "N {interval} from now" in English (#1271)
  • Add support for the en-US locale (#1222)

Fixes:

  • Honor REQUIRE_PARTS for ambiguous month-number inputs by retrying with a year-biased DATE_ORDER (#1298)
  • Fix parsing word-number relative phrases such as "two days later" (#1316)
  • Allow md5hash to work in FIPS environments (#1267)

Improvements:

  • Add Bosnian Cyrillic (ijekavica) date translations (#1293)
  • Add a new browser-based demo to the project documentation (#1306)
  • Update installation documentation to replace setup.py install guidance (#1310)
  • Add a project security policy (#1318)
Commits

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Mar 27, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 27, 2026 08:17
@dependabot dependabot bot added python Pull requests that update Python code dependencies Pull requests that update a dependency file labels Mar 27, 2026
Copy link
Copy Markdown
Contributor

@vicheey vicheey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving dependabot bump.

Bumps [dateparser](https://github.com/scrapinghub/dateparser) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/scrapinghub/dateparser/releases)
- [Changelog](https://github.com/scrapinghub/dateparser/blob/master/HISTORY.rst)
- [Commits](scrapinghub/dateparser@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: dateparser
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/develop/dateparser-1.4.0 branch from e55d8ac to 7fa6dec Compare March 27, 2026 19:12
@seshubaws seshubaws added this pull request to the merge queue Mar 27, 2026
Merged via the queue into develop with commit 9d7a1e8 Mar 27, 2026
46 checks passed
@dependabot dependabot bot deleted the dependabot/pip/develop/dateparser-1.4.0 branch March 27, 2026 20:05
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 pr/internal python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants