Skip to content

Commit 6d2e594

Browse files
authored
Update API dependencies (#1224)
1 parent b08f25c commit 6d2e594

7 files changed

Lines changed: 198 additions & 208 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.4"
3+
version = "4.2.5"
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: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "api"
3-
version = "4.2.4"
3+
version = "4.2.5"
44
description = "Web app for Carrot-Mapper"
55

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

1313
dependencies = [
14-
"django==5.2.6",
15-
"openpyxl>=3.1.3,<4",
16-
"django-select2>=8.4.0,<9",
14+
"django==5.2.8",
15+
"openpyxl==3.1.5",
16+
"django-select2==8.4.3",
1717
"django-extra-views>=0.16.0,<1.0",
18-
"djangorestframework>=3.16.0,<4",
19-
"django-filter~=25.1",
20-
"requests>=2.32.3,<3",
18+
"djangorestframework==3.16.1",
19+
"django-filter==25.2",
20+
"requests==2.32.5",
2121
"azure-common>=1.1.28,<2",
22-
"azure-storage-queue>=12.12.0,<13",
23-
"azure-storage-blob>=12.25.1,<13",
24-
"whitenoise>=6.9.0,<7",
22+
"azure-storage-queue==12.14.1",
23+
"azure-storage-blob==12.27.1",
24+
"whitenoise==6.11.0",
2525
"gunicorn==23.0.0",
26-
"graphviz>=0.20.3,<0.21",
26+
"graphviz==0.21",
2727
"drf-dynamic-fields>=0.4.0,<0.5",
28-
"django-cors-headers>=4.7.0,<5",
29-
"python-dotenv>=1.1.0,<2",
30-
"azure-monitor-opentelemetry>=1.6.9,<2",
31-
"djangorestframework-simplejwt>=5.5.0,<6",
28+
"django-cors-headers==4.9.0",
29+
"python-dotenv==1.2.1",
30+
"azure-monitor-opentelemetry==1.8.2",
31+
"djangorestframework-simplejwt==5.5.1",
3232
"dj-rest-auth[with-social]==7.0.1",
33-
"minio>=7.2.15,<8",
34-
"drf-spectacular>=0.28.0,<1",
35-
"django-allauth==65.3.0",
36-
"psycopg2-binary>=2.9.10",
33+
"minio==7.2.18",
34+
"drf-spectacular==0.29.0",
35+
"django-allauth==65.13.0",
36+
"psycopg2-binary==2.9.11",
3737
]
3838

3939
[dependency-groups]

app/api/uv.lock

Lines changed: 174 additions & 184 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.4",
3+
"version": "4.2.5",
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.4"
3+
version = "4.2.5"
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)