From 94cb2124906736f0be086664fe69b59ee0f65024 Mon Sep 17 00:00:00 2001 From: Open Food Facts Bot <119524357+openfoodfacts-bot@users.noreply.github.com> Date: Fri, 23 Feb 2024 11:04:10 +0100 Subject: [PATCH] chore(main): release 1.42.1 (#1317) --- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea4170074a..0a7a931ff1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.42.1](https://github.com/openfoodfacts/robotoff/compare/v1.42.0...v1.42.1) (2024-02-22) + + +### Technical + +* **deps-dev:** bump cryptography from 42.0.0 to 42.0.2 ([#1316](https://github.com/openfoodfacts/robotoff/issues/1316)) ([cc3a6bf](https://github.com/openfoodfacts/robotoff/commit/cc3a6bf074bd319b6a614ce78898da05139a184d)) +* **deps-dev:** bump cryptography from 42.0.2 to 42.0.4 ([#1318](https://github.com/openfoodfacts/robotoff/issues/1318)) ([b775b8d](https://github.com/openfoodfacts/robotoff/commit/b775b8d06a3b9ae10ceb51f2e8a6fe6cd7c5ca94)) + ## [1.42.0](https://github.com/openfoodfacts/robotoff/compare/v1.41.2...v1.42.0) (2024-02-13) diff --git a/pyproject.toml b/pyproject.toml index 8ec019d51d..db56aecbb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ ignore_missing_imports = true [tool.poetry] name = "robotoff" -version = "1.42.0" +version = "1.42.1" description = "Real-time and batch prediction service for Open Food Facts." authors = ["Open Food Facts Team"] license = "GNU Affero General Public License v3"