diff --git a/poetry.lock b/poetry.lock index 6e5047d6..b5f02320 100644 --- a/poetry.lock +++ b/poetry.lock @@ -744,7 +744,7 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "uszipcode" -version = "0.2.4" +version = "0.2.6" description = "USA zipcode programmable database, includes up-to-date census and geometry information." category = "main" optional = false @@ -754,7 +754,7 @@ python-versions = "*" attrs = "*" pathlib-mate = "*" requests = "*" -sqlalchemy = "*" +SQLAlchemy = "*" [package.extras] docs = ["sphinx (==1.8.1)", "sphinx-rtd-theme", "sphinx-jinja", "sphinx-copybutton", "docfly (>=0.0.17)", "rstobj (>=0.0.5)", "pygments"] @@ -821,7 +821,7 @@ pg-binary = ["psycopg2-binary"] [metadata] lock-version = "1.1" python-versions = ">=3.6.1" -content-hash = "fa0a6c581899dc58e6a4ca88feaea75600497429e1c29f0641766f8014e0e916" +content-hash = "e7d0f2820c4fd5598ab54027916c5f279789ad16ef37c5acdb084cea7a9b8670" [metadata.files] atomicwrites = [ @@ -1435,8 +1435,8 @@ urllib3 = [ {file = "urllib3-1.22.tar.gz", hash = "sha256:cc44da8e1145637334317feebd728bd869a35285b93cbb4cca2577da7e62db4f"}, ] uszipcode = [ - {file = "uszipcode-0.2.4-py2.py3-none-any.whl", hash = "sha256:1b87c114495742727b9c27468fb7eb68fc36a1fe75b0e4437ac1a88826326733"}, - {file = "uszipcode-0.2.4.tar.gz", hash = "sha256:0c9f3ff83b6c18ab81942024fc8e7f63bb17ab43d6589d80bebb5112584b98c3"}, + {file = "uszipcode-0.2.6-py2.py3-none-any.whl", hash = "sha256:f1b30034d1d634bdf440f62ef61dbe2d3d6d9021c939ff9499b15e0a779fec18"}, + {file = "uszipcode-0.2.6.tar.gz", hash = "sha256:80072754f17675d7667345ef9f01b0195e783acbf4f43e3f1e69cfd632c64b28"}, ] virtualenv = [ {file = "virtualenv-20.13.0-py2.py3-none-any.whl", hash = "sha256:339f16c4a86b44240ba7223d0f93a7887c3ca04b5f9c8129da7958447d079b09"}, diff --git a/pyproject.toml b/pyproject.toml index 004fcf08..2a5db033 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ PyJWT = "*" python = ">=3.6.1" requests = "*" SQLAlchemy = "==1.3.23" -uszipcode = "==0.2.4" +uszipcode = "==0.2.6" [tool.poetry.dev-dependencies] pre-commit = "~2.16"