Skip to content

Commit

Permalink
Merge pull request #1784 from wger-project/dependabot/pip/openfoodfac…
Browse files Browse the repository at this point in the history
…ts-1.1.3

Bump openfoodfacts from 0.4.0 to 1.1.3
  • Loading branch information
rolandgeider authored Oct 7, 2024
2 parents 5932b60 + 2656abb commit 39e8a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ flower==2.0.1
fontawesomefree~=6.6.0
icalendar==5.0.13
invoke==2.2.0
openfoodfacts==0.4.0
openfoodfacts==1.1.3
pillow==10.4.0
reportlab==4.2.2
requests==2.32.3
Expand Down
2 changes: 1 addition & 1 deletion wger/nutrition/tests/test_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def test_download_ingredient_off(self, mock_logger, mock_from_json, mock_request
timeout=ANY,
)
mock_request.assert_any_call(
'https://openfoodfacts-images.s3.eu-west-3.amazonaws.com/data/123/456/789/0987654321/12345.jpg',
'https://openfoodfacts-images.s3.eu-west-3.amazonaws.com/data/123/456/789/0987/654321/12345.jpg',
headers=wger_headers(),
)
mock_from_json.assert_called()
Expand Down

0 comments on commit 39e8a95

Please sign in to comment.