Skip to content

Commit 70d0ffe

Browse files
authored
Fix Django dependency (#1210)
1 parent 1b2f229 commit 70d0ffe

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

app/airflow/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "carrot-airflow"
3-
version = "4.2.1"
3+
version = "4.2.2"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.11"

app/airflow/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/api/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "api"
3-
version = "4.2.1"
3+
version = "4.2.2"
44
description = "Web app for Carrot-Mapper"
55

66
authors = [
@@ -11,7 +11,7 @@ requires-python = "~=3.11"
1111
license = "MIT"
1212

1313
dependencies = [
14-
"django==5.2.1",
14+
"django==5.2.6",
1515
"openpyxl>=3.1.3,<4",
1616
"django-select2>=8.4.0,<9",
1717
"django-extra-views>=0.16.0,<1.0",

app/api/uv.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/next-client-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "next-client-app",
3-
"version": "4.2.1",
3+
"version": "4.2.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --turbo",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "carrot-mapper"
3-
version = "4.2.1"
3+
version = "4.2.2"
44
description = ""
55
authors = [
66
{ name = "Sam Cox", email = "sam.cox@nottingham.ac.uk" },

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)