Skip to content

Commit

Permalink
chore: Development dependency bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasfarias committed Sep 14, 2022
1 parent cb55f59 commit 55b0330
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 41 deletions.
73 changes: 38 additions & 35 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions pyproject.toml
Expand Up @@ -97,7 +97,7 @@ dask = "2022.2.0"
decorator = "5.1.1"
defusedxml = "0.7.1"
dill = "0.3.2"
distlib = "0.3.4"
distlib = ">=0.3.4"
distributed = "2022.2.0"
dnspython = "2.2.1"
docutils = "0.16"
Expand All @@ -117,7 +117,7 @@ httpcore = "0.14.7"
httpx = "0.22.0"
humanize = "4.0.0"
idna = "3.3"
importlib-metadata = "4.11.3"
importlib-metadata = ">=4.0,<=4.11.3"
importlib-resources = "5.6.0"
inflection = "0.5.1"
iso8601 = "1.0.2"
Expand Down Expand Up @@ -193,7 +193,7 @@ typing_extensions = ">=3.7.4, <3.11"
unicodecsv = "0.14.1"
urllib3 = "1.26.9"
vine = "5.0.0"
virtualenv = "20.14.0"
virtualenv = "20.16.5"
wcwidth = "0.2.5"
websocket-client = "1.3.2"
wrapt = "1.14.0"
Expand All @@ -208,13 +208,13 @@ optional = true
[tool.poetry.group.dev.dependencies]
black = "^22.3"
boto3-stubs = { extras = ["s3"], version = "^1.20.52" }
moto = "^2.2.2"
moto = "^4.0.3"
mypy = "^0.942"
flake8 = "^3.8.3"
flake8 = "<=4.0"
flake8-docstrings = "^1.6.0"
freezegun = "^1.1.0"
isort = "^5.10.1"
pre-commit = "^2.18.1"
pre-commit = "^2.18"
psycopg2-binary = "^2.8.6"
pytest = "^6.2.4"
pytest-cov = "^3.0.0"
Expand Down

0 comments on commit 55b0330

Please sign in to comment.