Skip to content

Commit

Permalink
Merge pull request #900 from communitiesuk/renovate/type-hinting-pack…
Browse files Browse the repository at this point in the history
…ages
  • Loading branch information
samuelhwilliams authored Jan 17, 2025
2 parents e6f223c + 261b60e commit 5bca30a
Show file tree
Hide file tree
Showing 2 changed files with 70 additions and 79 deletions.
24 changes: 12 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ check_untyped_defs = false

[dependency-groups]
dev = [
"boto3-stubs[logs,s3]==1.34.133",
"boto3-stubs[logs,s3]==1.36.1",
"debugpy==1.8.12",
"flask-debugtoolbar==0.16.0",
"freezegun==1.5.1",
Expand All @@ -210,19 +210,19 @@ dev = [
"pytest-playwright==0.5.2",
"requests-mock==1.12.1",
"ruff==0.8.4",
"types-beautifulsoup4==4.12.0.20240511",
"types-beautifulsoup4==4.12.0.20241020",
"types-colorama==0.4.15.20240311",
"types-flask==1.1.6",
"types-flask-migrate==4.0.0.20240311",
"types-flask-migrate==4.1.0.20250112",
"types-jmespath==1.0.2.20240106",
"types-openpyxl==3.1.2.20240601",
"types-psycopg2==2.9.21.20240417",
"types-pygments==2.18.0.20240506",
"types-pymysql==1.1.0.20240524",
"types-python-dateutil==2.9.0.20240316",
"types-pyyaml==6.0.12.20240311",
"types-requests==2.31.0.6",
"types-setuptools==70.0.0.20240524",
"types-wtforms==3.1.0.20240425",
"types-openpyxl==3.1.5.20241225",
"types-psycopg2==2.9.21.20241019",
"types-pygments==2.19.0.20250107",
"types-pymysql==1.1.0.20241103",
"types-python-dateutil==2.9.0.20241206",
"types-pyyaml==6.0.12.20241230",
"types-requests==2.32.0.20241016",
"types-setuptools==70.3.0.20240710",
"types-wtforms==3.2.1.20241221",
"watchfiles==0.24.0",
]
Loading

0 comments on commit 5bca30a

Please sign in to comment.