Skip to content

Commit

Permalink
[chore] Bump libs (#14)
Browse files Browse the repository at this point in the history
* [chore] Bump libs

* Define urllib dependency explicitly
  • Loading branch information
aquamatthias authored Nov 15, 2023
1 parent 250299f commit b852eb2
Show file tree
Hide file tree
Showing 7 changed files with 156 additions and 140 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ clean-env: ## remove environment
lint: ## static code analysis
black --line-length 120 --check resotodatalink tests
flake8 resotodatalink
mypy --python-version 3.9 --strict --install-types --non-interactive resotodatalink tests
mypy --python-version 3.9 --strict resotodatalink tests

test: ## run tests quickly with the default Python
pytest
Expand Down Expand Up @@ -94,7 +94,7 @@ update:

requirements:
pip-compile -q --no-annotate --resolver=backtracking --upgrade --allow-unsafe --no-header -o requirements.txt --extra=extra
pip-compile -q --all-extras --no-annotate --resolver=backtracking --upgrade --allow-unsafe --no-header -o requirements-all.txt
pip-compile -q --no-annotate --resolver=backtracking --upgrade --allow-unsafe --no-header -o requirements-all.txt --all-extras

list-outdated:
pip list --outdated
Expand Down
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ postgres = [ "psycopg2-binary" ]
# All extra dependencies
extra = [
"boto3",
"urllib3 < 2", # boto3 requires urllib3 < 2
"google-cloud-storage",
"pymysql",
"psycopg2-binary",
Expand All @@ -54,7 +55,12 @@ extra = [
]

# All dev dependencies
dev = [ "pip-tools" ]
dev = [
"pip-tools",
"types_python_dateutil",
"types_requests",
"types_setuptools",
]

# All test dependencies
test = [
Expand Down
169 changes: 87 additions & 82 deletions requirements-all.txt
Original file line number Diff line number Diff line change
@@ -1,129 +1,134 @@
aiodns==3.0.0
aiohttp[speedups]==3.8.4
aiodns==3.1.1
aiohttp[speedups]==3.8.6
aiosignal==1.3.1
annotated-types==0.6.0
asn1crypto==1.5.1
astroid==2.15.5
async-timeout==4.0.2
astroid==3.0.1
async-timeout==4.0.3
attrs==23.1.0
autocommand==2.2.2
backoff==2.2.1
black==23.3.0
boto3==1.26.161
botocore==1.29.161
brotli==1.0.9
build==0.10.0
cachetools==5.3.1
black==23.11.0
boto3==1.29.0
botocore==1.32.0
brotli==1.1.0
build==1.0.3
cachetools==5.3.2
cattrs==23.1.2
certifi==2023.5.7
cffi==1.15.1
chardet==5.1.0
charset-normalizer==3.1.0
certifi==2023.7.22
cffi==1.16.0
chardet==5.2.0
charset-normalizer==3.3.2
cheroot==10.0.0
cherrypy==18.8.0
click==8.1.3
click==8.1.7
colorama==0.4.6
coverage[toml]==7.2.7
cryptography==40.0.2
dill==0.3.6
distlib==0.3.6
filelock==3.12.2
flake8==6.0.0
frozenlist==1.3.3
google-api-core==2.11.1
google-auth==2.21.0
google-cloud-core==2.3.2
google-cloud-storage==2.10.0
coverage[toml]==7.3.2
cryptography==41.0.5
dill==0.3.7
distlib==0.3.7
exceptiongroup==1.1.3
filelock==3.13.1
flake8==6.1.0
frozendict==2.3.8
frozenlist==1.4.0
google-api-core==2.14.0
google-auth==2.23.4
google-cloud-core==2.3.3
google-cloud-storage==2.13.0
google-crc32c==1.5.0
google-resumable-media==2.5.0
googleapis-common-protos==1.59.1
hypothesis==6.79.3
google-resumable-media==2.6.0
googleapis-common-protos==1.61.0
hypothesis==6.88.4
idna==3.4
inflect==6.0.4
inflect==7.0.0
iniconfig==2.0.0
isort==5.12.0
jaraco-collections==4.3.0
jaraco-context==4.3.0
jaraco-functools==3.8.0
jaraco-functools==4.0.0
jaraco-text==3.11.1
jmespath==1.0.1
jsons==1.6.3
lazy-object-proxy==1.9.0
markdown-it-py==3.0.0
mccabe==0.7.0
mdurl==0.1.2
monotonic==1.6
more-itertools==9.1.0
more-itertools==10.1.0
multidict==6.0.4
mypy==1.4.1
mypy==1.7.0
mypy-extensions==1.0.0
networkx==3.1
numpy==1.25.0
oscrypto==1.3.0
packaging==23.1
networkx==3.2.1
numpy==1.26.2
packaging==23.2
parsy==2.1
pathspec==0.11.1
pathspec==0.11.2
pep8-naming==0.13.3
pint==0.22
pip-tools==6.13.0
platformdirs==3.8.0
pluggy==1.2.0
portend==3.1.0
posthog==3.0.1
prometheus-client==0.17.0
protobuf==4.23.3
psutil==5.9.5
psycopg2-binary==2.9.6
pyarrow==12.0.1
pip-tools==7.3.0
platformdirs==3.11.0
pluggy==1.3.0
portend==3.2.0
posthog==3.0.2
prometheus-client==0.18.0
protobuf==4.25.0
psutil==5.9.6
psycopg2-binary==2.9.9
pyarrow==14.0.1
pyasn1==0.5.0
pyasn1-modules==0.3.0
pycares==4.3.0
pycodestyle==2.10.0
pycares==4.4.0
pycodestyle==2.11.1
pycparser==2.21
pycryptodomex==3.18.0
pydantic==1.10.9
pyflakes==3.0.1
pygments==2.15.1
pyjwt==2.7.0
pylint==2.17.4
pydantic==2.5.0
pydantic-core==2.14.1
pyflakes==3.1.0
pygments==2.16.1
pyjwt==2.8.0
pylint==3.0.2
pymysql==1.1.0
pyopenssl==23.2.0
pyproject-api==1.5.2
pyopenssl==23.3.0
pyproject-api==1.6.1
pyproject-hooks==1.0.0
pytest==7.4.0
pytest-asyncio==0.21.0
pytest==7.4.3
pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-runner==6.0.0
python-dateutil==2.8.2
pytz==2023.3
pyyaml==6.0
pytz==2023.3.post1
pyyaml==6.0.1
requests==2.31.0
resoto-plugin-example-collector==3.5.3
resoto-plugin-example-collector==3.8.0
resotoclient==1.5.0
resotolib==3.5.3
rich==13.4.2
resotolib==3.8.0
rich==13.6.0
rsa==4.9
s3transfer==0.6.1
s3transfer==0.7.0
six==1.16.0
snowflake-connector-python==3.0.4
snowflake-sqlalchemy==1.4.7
snowflake-connector-python==3.5.0
snowflake-sqlalchemy==1.5.1
sortedcontainers==2.4.0
sqlalchemy==1.4.48
sqlalchemy==1.4.50
tempora==5.5.0
tomlkit==0.11.8
tox==4.6.3
typeguard==4.0.0
typing-extensions==4.6.3
tomli==2.0.1
tomlkit==0.12.3
tox==4.11.3
typeguard==4.1.5
types-python-dateutil==2.8.19.14
types-requests==2.31.0.6
types-setuptools==68.2.0.1
types-urllib3==1.26.25.14
typing-extensions==4.8.0
typish==1.9.3
tzdata==2023.3
tzlocal==5.0.1
urllib3==1.26.16
virtualenv==20.23.1
websocket-client==1.6.1
wheel==0.40.0
wrapt==1.15.0
tzlocal==5.2
urllib3==1.26.18
virtualenv==20.24.6
websocket-client==1.6.4
wheel==0.41.3
yarl==1.9.2
zc-lockfile==3.0.post1

# The following packages are considered to be unsafe in a requirements file:
pip==23.1.2
setuptools==68.0.0
pip==23.3.1
setuptools==68.2.2
Loading

0 comments on commit b852eb2

Please sign in to comment.