Skip to content

Bump dateparser from 1.2.2 to 1.4.0#1449

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/dateparser-1.4.0
Open

Bump dateparser from 1.2.2 to 1.4.0#1449
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/dateparser-1.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Bumps dateparser from 1.2.2 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)

1.3.0

Dropped Python 3.9 support. (#1296)

New features:

  • search_dates() can now detect time spans from expressions like “past month”, “last week”, etc. For details, see the “Time Span Detection” section and the RETURN_TIME_SPAN, DEFAULT_START_OF_WEEK and DEFAULT_DAYS_IN_MONTH settings in the documentation. (#1284)

Fixes:

  • Assume the current year if not specified (#1288)
  • Support expressions like “yesterday +1h” (#1303)
  • English: Support most 2-letter day-of-the-week names (#1214)
  • English: Support “in N weeks' time” (#1283)
  • Finnish: Support dates with “klo” (#1301)
  • Russian: Support compound ordinals (#1280)

Cleanups and internal improvements:

  • Fixed year expectation issues in tests. (#1294)
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)

1.3.0 (2026-02-04)

Dropped Python 3.9 support. (#1296)

New features:

  • search_dates() can now detect time spans from expressions like “past month”, “last week”, etc. For details, see the “Time Span Detection” section and the RETURN_TIME_SPAN, DEFAULT_START_OF_WEEK and DEFAULT_DAYS_IN_MONTH settings in the documentation. (#1284)

Fixes:

  • Assume the current year if not specified (#1288)
  • Support expressions like “yesterday +1h” (#1303)
  • English: Support most 2-letter day-of-the-week names (#1214)
  • English: Support “in N weeks' time” (#1283)
  • Finnish: Support dates with “klo” (#1301)
  • Russian: Support compound ordinals (#1280)

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python dependencies labels Mar 30, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/dateparser-1.4.0 branch 7 times, most recently from 36fb3ab to 9f00756 Compare April 13, 2026 19:59
Bumps [dateparser](https://github.com/scrapinghub/dateparser) from 1.2.2 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.2.2...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/dateparser-1.4.0 branch from 9f00756 to 017fb99 Compare April 13, 2026 20:50
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 dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants