From ec0ac264462c758ff1728fc7d6f3f30b7f648ba4 Mon Sep 17 00:00:00 2001 From: ttys0dev <126845556+ttys0dev@users.noreply.github.com> Date: Tue, 5 Sep 2023 14:24:59 -0600 Subject: [PATCH] Pin dependency versions to match current poetry.lock --- poetry.lock | 4 +- pyproject.toml | 174 ++++++++++++++++++++++++------------------------- 2 files changed, 89 insertions(+), 89 deletions(-) diff --git a/poetry.lock b/poetry.lock index 90d12b08bf..889bc3034a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2721,7 +2721,7 @@ name = "ndg-httpsclient" version = "0.5.1" description = "Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL" optional = false -python-versions = ">=2.7,<3.0.dev0 || >=3.4.dev0" +python-versions = ">=2.7,<3.0.0 || >=3.4.0" files = [ {file = "ndg_httpsclient-0.5.1-py2-none-any.whl", hash = "sha256:d2c7225f6a1c6cf698af4ebc962da70178a99bcde24ee6d1961c4f3338130d57"}, {file = "ndg_httpsclient-0.5.1-py3-none-any.whl", hash = "sha256:dd174c11d971b6244a891f7be2b32ca9853d3797a72edb34fa5d7b07d8fff7d4"}, @@ -5096,4 +5096,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.11, <3.12" -content-hash = "96bb211d8a53b99b00d7d118fd7f90f35dcf27b9a940532d8ea814eecc5cbd6b" +content-hash = "f9141e3adc59c8391e310997e305d1624be35687ec9bb6dbe74f1887ab0afa38" diff --git a/pyproject.toml b/pyproject.toml index ddb85dc22a..1672e80f71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,113 +27,113 @@ cl-manage = "manage:main" [tool.poetry.dependencies] argparse = "*" -beautifulsoup4 = "==4.11.*" -boto3 = "^1.28.37" -celery = "^5.3.4" -certifi = "^2023.7.22" -courts-db = "^0.10.9" +beautifulsoup4 = "4.11.2" +boto3 = "1.28.37" +celery = "5.3.4" +certifi = "2023.7.22" +courts-db = "0.10.9" disposable-email-domains = "*" -Django = "^4.2.4" +Django = "4.2.4" django-cache-memoize = "==0.*" -django-cors-headers = "^4.2.0" -django-csp = "^3.7.0" -django-extensions = "^3.2.3" -django-filter = "^21.1" -django-localflavor = "^4.0" -django-markdown-deux = "^1.0.6" +django-cors-headers = "4.2.0" +django-csp = "3.7.0" +django-extensions = "3.2.3" +django-filter = "21.1" +django-localflavor = "4.0" +django-markdown-deux = "1.0.6" django-mathfilters = "*" -django-pghistory = "^2.8.0" -django-ratelimit = "^4.1.0" -django-storages = "^1.13.2" +django-pghistory = "2.8.0" +django-ratelimit = "4.1.0" +django-storages = "1.13.2" djangorestframework = {git = "https://github.com/encode/django-rest-framework.git", rev = "cc3c89a11c7ee9cf7cfd732e0a329c318ace71b2"} -djangorestframework-xml = "^2.0.0" +djangorestframework-xml = "2.0.0" drf-dynamic-fields = "*" -feedparser = "^6.0.8" -httplib2 = "^0.22.0" -igraph = "^0.10.4" -internetarchive = "^3.3.0" -ipaddress = "^1.0.16" -itypes = "^1.1.0" -kombu = "^5.3.2" +feedparser = "6.0.10" +httplib2 = "0.22.0" +igraph = "0.10.4" +internetarchive = "3.3.0" +ipaddress = "1.0.23" +itypes = "1.2.0" +kombu = "5.3.2" lxml = "==4.*" markdown2 = "==2.4.*" -natsort = "^8.3.1" -ndg-httpsclient = "^0.5.1" -networkx = "^3.1" +natsort = "8.3.1" +ndg-httpsclient = "0.5.1" +networkx = "3.1" nose = "*" -openapi-codec = "^1.3.1" -pandas = "^1.5.0" +openapi-codec = "1.3.2" +pandas = "1.5.0" pillow = "*" -pycparser = "^2.21" +pycparser = "2.21" pyopenssl = "*" -pyparsing = "^3.1.0" +pyparsing = "3.1.0" python = ">=3.11, <3.12" -python-dateutil = "^2.8.1" -python-magic = "^0.4.21" +python-dateutil = "2.8.2" +python-magic = "0.4.22" pytz = "*" -pyyaml = "^6.0" -redis = "^3.5.3" -requests = "^2.31.0" -simplejson = "^3.18.3" -stripe = "^5.2.0" +pyyaml = "6.0" +redis = "3.5.3" +requests = "2.31.0" +simplejson = "3.18.3" +stripe = "5.2.0" timeout-decorator = "*" -tldextract = "^3.4.0" +tldextract = "3.4.0" unidecode = "*" -usaddress = "^0.5.10" +usaddress = "0.5.10" scorched = {git = "https://github.com/freelawproject/scorched.git", branch="main"} djangorestframework-filters = "1.0.0.dev2" -gunicorn = "^21.2.0" -django-hCaptcha = "^0.2.0" -reporters-db = "^3.2.36" -django-waffle = "^4.0.0" -nameparser = "^1.1.1" -eyecite = "^2.3.0" -scipy = "^1.11.2" -scikit-learn = "^1.2.1" -numpy = "^1.25.2" -datasketch = "^1.6.0" -PyStemmer = "^2.0.1" -factory-boy = "^3.2.1" -django-elasticsearch-dsl = "^7.3" -django-override-storage = "^0.3.2" -django-ses = {extras = ["events"], version = "^3.5.0"} -django-environ = "^0.11.2" -judge-pics = "^2.0.1" -django-admin-cursor-paginator = "^0.1.4" -sentry-sdk = "^1.14.0" -selenium = "^4.9.1" -ipython = "^8.15.0" -time-machine = "^2.9.0" +gunicorn = "21.2.0" +django-hCaptcha = "0.2.0" +reporters-db = "3.2.36" +django-waffle = "4.0.0" +nameparser = "1.1.1" +eyecite = "2.4.0" +scipy = "1.11.2" +scikit-learn = "1.2.1" +numpy = "1.25.2" +datasketch = "1.6.0" +PyStemmer = "2.0.1" +factory-boy = "3.2.1" +django-elasticsearch-dsl = "7.3" +django-override-storage = "0.3.2" +django-ses = {extras = ["events"], version = "3.5.0"} +django-environ = "0.11.2" +judge-pics = "2.0.3" +django-admin-cursor-paginator = "0.1.4" +sentry-sdk = "1.14.0" +selenium = "4.9.1" +ipython = "8.15.0" +time-machine = "2.9.0" dateparser = "1.1.8" -types-dateparser = "^1.1.4.6" -uvicorn = {extras = ["standard"], version = "^0.23.2"} -daphne = "^4.0.0" -psycopg2 = "^2.9.7" -juriscraper = "^2.5.51" -httpx = {extras = ["http2"], version = "^0.24.1"} -django-model-utils = "^4.3.1" -inflection = "^0.5.1" # necessary for DRF schema generation - remove after drf-spectacular +types-dateparser = "1.1.4.6" +uvicorn = {extras = ["standard"], version = "0.23.2"} +daphne = "4.0.0" +psycopg2 = "2.9.7" +juriscraper = "2.5.51" +httpx = {extras = ["http2"], version = "0.24.1"} +django-model-utils = "4.3.1" +inflection = "0.5.1" # necessary for DRF schema generation - remove after drf-spectacular [tool.poetry.group.dev.dependencies] -pre-commit = "^3.3.3" -types-redis = "^4.6.0.5" -pylint = "^2.17.5" -pytest = "^7.4.0" -pytest-django = "^4.5.2" -flake8 = "^6.1.0" -exrex = "^0.11.0" -tblib = "^2.0.0" -flynt = "^1.0.1" -mypy = "^1.5.1" -types-python-dateutil = "^2.8.19.14" -types-requests = "^2.31.0.2" -django-stubs = "^4.2.3" -djangorestframework-stubs = "^3.14.2" -black = "^23.7.0" -types-simplejson = "^3.19.0.2" -lxml-stubs = "^0.4.0" -django-debug-toolbar = "^4.2.0" +pre-commit = "3.3.3" +types-redis = "4.6.0.5" +pylint = "2.17.5" +pytest = "7.4.0" +pytest-django = "4.5.2" +flake8 = "6.1.0" +exrex = "0.11.0" +tblib = "2.0.0" +flynt = "1.0.1" +mypy = "1.5.1" +types-python-dateutil = "2.8.19.14" +types-requests = "2.31.0.2" +django-stubs = "4.2.3" +djangorestframework-stubs = "3.14.2" +black = "23.7.0" +types-simplejson = "3.19.0.2" +lxml-stubs = "0.4.0" +django-debug-toolbar = "4.2.0" [tool.black] include = '''