Skip to content

Commit

Permalink
deps: python 3.10 -> 3.12 and other bumps
Browse files Browse the repository at this point in the history
remove black
  • Loading branch information
stdavis committed Dec 9, 2024
1 parent 4d04e29 commit 57b44db
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
},
"cSpell.words": [
"ADDNUM",
"addopts",
"ADDSYSTEM",
"AGRC",
"atch",
Expand Down Expand Up @@ -35,7 +36,9 @@
"Knative",
"Lehi",
"makepoint",
"minversion",
"mkcert",
"norecursedirs",
"nort",
"oauth2accesstoken",
"opensgid",
Expand All @@ -48,6 +51,7 @@
"setsrid",
"simplejson",
"STREETNAME",
"testpaths",
"UGRC",
"UICLSID",
"usaddress",
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.10 AS base
FROM python:3.12 AS base


FROM base AS dev_container
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
[tool.ruff]
line-length = 120
ignore = ["E501"]
[tool.black]
line-length = 120
[tool.pytest.ini_options]
minversion = "6.0"
testpaths = ["tests"]
Expand Down
24 changes: 11 additions & 13 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,29 +34,27 @@
},
keywords=["gis"],
install_requires=[
"agrc-sweeper==1.4.*",
"flask-cors>=4.0,<5.1",
"ugrc-sweeper==2.*",
"flask-cors==5.*",
"Flask-JSON==0.4.*",
"flask==3.0.*",
"psycopg_pool>=3.1,<3.3",
"psycopg[binary]>=3.1,<3.3",
"pyproj>=3.7,<4",
"python-dotenv==1.0.*",
"requests>=2.32.3,<2.33",
"flask==3.*",
"psycopg_pool==3.*",
"psycopg[binary]==3.*",
"pyproj==3.*",
"python-dotenv==1.*",
#: flask uses this by default if installed
#: this handles decimals as returned from open sgid data better than the default json library
"simplejson==3.19.*",
"tenacity>=8.2,<9.1",
"simplejson==3.*",
"tenacity==9.*",
],
extras_require={
"tests": [
"black==24.*",
"callee==0.3.*",
"pytest-cov==6.*",
"pytest-instafail==0.5.*",
"pytest-watch==4.2.*",
"pytest-watch==4.*",
"pytest==8.*",
"requests-mock==1.12.*",
"requests-mock==1.*",
"ruff==0.*",
]
},
Expand Down

0 comments on commit 57b44db

Please sign in to comment.