Skip to content

Commit cee5a68

Browse files
authored
Merge pull request #2385 from DemocracyClub/updates20240114
big bag of package updates
2 parents 4217aed + b803802 commit cee5a68

File tree

4 files changed

+71
-71
lines changed

4 files changed

+71
-71
lines changed

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"topojson-server": "3.0.1",
2323
"topojson-simplify": "3.0.3",
24-
"aws-cdk": "2.174.1",
24+
"aws-cdk": "2.175.1",
2525
"leaflet": "1.9.4"
2626
},
2727
"engines": {

pyproject.toml

+9-9
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ readme = "README.md"
66
requires-python = "==3.12.*"
77
dependencies = [
88
"beautifulsoup4==4.12.3",
9-
"boto3==1.35.93",
10-
"botocore==1.35.93",
9+
"boto3==1.35.98",
10+
"botocore==1.35.98",
1111
"commitment==4.0.0",
1212
"Django==4.2.17",
1313
"django-cors-headers==4.6.0",
@@ -23,14 +23,14 @@ dependencies = [
2323
"djangorestframework-jsonp==1.0.2",
2424
"eco-parser==0.3.0",
2525
"geojson==3.2.0",
26-
"psutil==6.0.0",
26+
"psutil==6.1.1",
2727
"psycopg-binary==3.2.3",
2828
"rapidfuzz==3.11.0",
2929
"requests==2.32.3",
3030
"retry2==0.9.5",
3131
"scrapy==2.12.0",
3232
"uk-election-ids==0.9.1",
33-
"uk-election-timetables==4.2.0",
33+
"uk-election-timetables==4.2.1",
3434
"uk-geo-utils==0.17.0",
3535
"django-pipeline==4.0.0",
3636
"django-dotenv==1.4.2",
@@ -40,7 +40,7 @@ dependencies = [
4040

4141
[dependency-groups]
4242
cdk = [
43-
"aws-cdk-lib==2.174.1",
43+
"aws-cdk-lib==2.175.1",
4444
"aws-cdk.aws-lambda-python-alpha==2.160.0a0",
4545
"constructs==10.4.2",
4646
"diagrams==0.24.1",
@@ -49,18 +49,18 @@ cdk = [
4949
production = [
5050
"gunicorn==23.0.0",
5151
"sentry-sdk==2.19.2",
52-
"gevent==24.10.3",
52+
"gevent==24.11.1",
5353
]
5454
dev = [
5555
"django-debug-toolbar==4.4.6",
56-
"pytest==7.4.0",
56+
"pytest==7.4.4",
5757
"pytest-django==4.9.0",
5858
"pytest-cov==6.0.0",
5959
"pytest-freezegun==0.4.2",
6060
"factory-boy==3.3.1",
6161
"vcrpy==6.0.2",
6262
"pytest-xdist==3.6.1",
63-
"safety==3.2.7",
63+
"safety==3.2.14",
6464
"ruff==0.2.2",
6565
"djhtml==3.0.7",
6666
"pytest-ruff==0.3.2",
@@ -78,7 +78,7 @@ prerelease = "allow"
7878
package = false
7979

8080
[tool.uv.sources]
81-
dc-django-utils = { git = "https://github.com/DemocracyClub/dc_django_utils.git", tag = "7.0.1" }
81+
dc-django-utils = { git = "https://github.com/DemocracyClub/dc_django_utils.git", tag = "8.0.1" }
8282
dc-design-system = { git = "https://github.com/DemocracyClub/design-system.git", tag = "0.5.0" }
8383

8484
[tool.ruff]

0 commit comments

Comments
 (0)