Skip to content

Commit

Permalink
[chore] Bump libs (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
aquamatthias authored Apr 12, 2024
1 parent e2acf88 commit e953989
Show file tree
Hide file tree
Showing 6 changed files with 72 additions and 74 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.11'
architecture: 'x64'

- name: Restore dependency cache
Expand Down
2 changes: 1 addition & 1 deletion 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 fixdatalink tests
flake8 fixdatalink
mypy --python-version 3.9 --strict fixdatalink tests
mypy --python-version 3.11 --strict fixdatalink tests

test: ## run tests quickly with the default Python
pytest
Expand Down
9 changes: 5 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[project]
name = "fixdatalink"
version = "2.0.1"
version = "2.0.2"
authors = [{name="Some Engineering Inc."}]
description = "Data Pipelines for Fix infrastructure data."
license = {file="LICENSE"}
requires-python = ">=3.9"
requires-python = ">=3.11"
classifiers = [
# Current project status
"Development Status :: 4 - Beta",
Expand All @@ -14,7 +14,7 @@ classifiers = [
# License information
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
# Supported python versions
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.11",
# Supported OS's
"Operating System :: POSIX :: Linux",
"Operating System :: Unix",
Expand All @@ -32,7 +32,7 @@ dependencies = [
"fixinventoryclient>=2.0.0",
"fixinventorylib",
"rich",
"sqlalchemy",
"sqlalchemy<2", # TODO: migrate to 2
]

[project.optional-dependencies]
Expand Down Expand Up @@ -60,6 +60,7 @@ dev = [
"types_python_dateutil",
"types_requests",
"types_setuptools",
"types-six"
]

# All test dependencies
Expand Down
78 changes: 38 additions & 40 deletions requirements-all.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
aiodns==3.1.1
aiohttp[speedups]==3.9.3
aiodns==3.2.0
aiohttp[speedups]==3.9.4
aiosignal==1.3.1
annotated-types==0.6.0
asn1crypto==1.5.1
astroid==3.1.0
attrs==23.2.0
autocommand==2.2.2
backoff==2.2.1
black==24.2.0
boto3==1.34.62
botocore==1.34.62
backports-tarfile==1.0.0
black==24.3.0
boto3==1.34.83
botocore==1.34.83
brotli==1.1.0
build==1.1.1
build==1.2.1
cachetools==5.3.3
cattrs==23.2.3
certifi==2024.2.2
Expand All @@ -22,32 +22,32 @@ cheroot==10.0.0
cherrypy==18.9.0
click==8.1.7
colorama==0.4.6
coverage[toml]==7.4.3
cryptography==40.0.2
coverage[toml]==7.4.4
cryptography==42.0.5
dill==0.3.8
distlib==0.3.8
filelock==3.13.1
fixinventory-plugin-example-collector==4.0.0
filelock==3.13.4
fixinventory-plugin-example-collector==4.0.1
fixinventoryclient==2.0.1
fixinventorylib==4.0.0
fixinventorylib==4.0.1
flake8==7.0.0
frozendict==2.4.0
frozendict==2.4.1
frozenlist==1.4.1
google-api-core==2.17.1
google-auth==2.28.2
google-api-core==2.18.0
google-auth==2.29.0
google-cloud-core==2.4.1
google-cloud-storage==2.15.0
google-cloud-storage==2.16.0
google-crc32c==1.5.0
google-resumable-media==2.7.0
googleapis-common-protos==1.63.0
hypothesis==6.99.5
idna==3.6
inflect==7.0.0
hypothesis==6.100.1
idna==3.7
inflect==7.2.0
iniconfig==2.0.0
isodate==0.6.1
isort==5.13.2
jaraco-collections==5.0.0
jaraco-context==4.3.0
jaraco-context==5.3.0
jaraco-functools==4.0.0
jaraco-text==3.12.0
jmespath==1.0.1
Expand All @@ -60,9 +60,8 @@ more-itertools==10.2.0
multidict==6.0.5
mypy==1.9.0
mypy-extensions==1.0.0
networkx==3.2.1
networkx==3.3
numpy==1.26.4
oscrypto==1.3.0
packaging==24.0
parsy==2.1
pathspec==0.12.1
Expand All @@ -74,51 +73,50 @@ pluggy==1.4.0
portend==3.2.0
posthog==3.5.0
prometheus-client==0.20.0
proto-plus==1.23.0
protobuf==4.25.3
psutil==5.9.8
psycopg2-binary==2.9.9
pyarrow==15.0.1
pyasn1==0.5.1
pyasn1-modules==0.3.0
pyarrow==15.0.2
pyasn1==0.6.0
pyasn1-modules==0.4.0
pycares==4.4.0
pycodestyle==2.11.1
pycparser==2.21
pycryptodomex==3.20.0
pydantic==2.6.4
pydantic-core==2.16.3
pycparser==2.22
pyflakes==3.2.0
pygments==2.17.2
pyjwt==2.8.0
pylint==3.1.0
pymysql==1.1.0
pyopenssl==23.2.0
pyopenssl==24.1.0
pyproject-api==1.6.1
pyproject-hooks==1.0.0
pytest==8.1.1
pytest-asyncio==0.23.5.post1
pytest-cov==4.1.0
pytest-asyncio==0.23.6
pytest-cov==5.0.0
pytest-runner==6.0.1
python-dateutil==2.9.0.post0
pytz==2024.1
pyyaml==6.0.1
requests==2.31.0
rich==13.7.1
rsa==4.9
s3transfer==0.10.0
s3transfer==0.10.1
six==1.16.0
snowflake-connector-python==3.0.4
snowflake-sqlalchemy==1.5.1
snowflake-connector-python==3.8.1
snowflake-sqlalchemy==1.5.2
sortedcontainers==2.4.0
sqlalchemy==1.4.52
tempora==5.5.1
tomlkit==0.12.4
tox==4.14.1
typeguard==4.1.5
types-python-dateutil==2.8.19.20240311
tox==4.14.2
typeguard==4.2.1
types-python-dateutil==2.9.0.20240316
types-requests==2.31.0.6
types-setuptools==69.1.0.20240310
types-setuptools==69.2.0.20240317
types-six==1.16.21.20240311
types-urllib3==1.26.25.14
typing-extensions==4.10.0
typing-extensions==4.11.0
typish==1.9.3
tzdata==2024.1
tzlocal==5.2
Expand Down
53 changes: 26 additions & 27 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
aiodns==3.1.1
aiohttp[speedups]==3.9.3
aiodns==3.2.0
aiohttp[speedups]==3.9.4
aiosignal==1.3.1
annotated-types==0.6.0
asn1crypto==1.5.1
attrs==23.2.0
autocommand==2.2.2
boto3==1.34.62
botocore==1.34.62
backports-tarfile==1.0.0
boto3==1.34.83
botocore==1.34.83
brotli==1.1.0
cachetools==5.3.3
cattrs==23.2.3
Expand All @@ -16,23 +16,23 @@ charset-normalizer==3.3.2
cheroot==10.0.0
cherrypy==18.9.0
cryptography==42.0.5
filelock==3.13.1
filelock==3.13.4
fixinventoryclient==2.0.1
fixinventorylib==4.0.0
frozendict==2.4.0
fixinventorylib==4.0.1
frozendict==2.4.1
frozenlist==1.4.1
google-api-core==2.17.1
google-auth==2.28.2
google-api-core==2.18.0
google-auth==2.29.0
google-cloud-core==2.4.1
google-cloud-storage==2.15.0
google-cloud-storage==2.16.0
google-crc32c==1.5.0
google-resumable-media==2.7.0
googleapis-common-protos==1.63.0
idna==3.6
inflect==7.0.0
idna==3.7
inflect==7.2.0
isodate==0.6.1
jaraco-collections==5.0.0
jaraco-context==4.3.0
jaraco-context==5.3.0
jaraco-functools==4.0.0
jaraco-text==3.12.0
jmespath==1.0.1
Expand All @@ -41,24 +41,23 @@ markdown-it-py==3.0.0
mdurl==0.1.2
more-itertools==10.2.0
multidict==6.0.5
networkx==3.2.1
networkx==3.3
numpy==1.26.4
packaging==24.0
parsy==2.1
pint==0.23
platformdirs==3.11.0
platformdirs==4.2.0
portend==3.2.0
prometheus-client==0.20.0
proto-plus==1.23.0
protobuf==4.25.3
psutil==5.9.8
psycopg2-binary==2.9.9
pyarrow==15.0.1
pyasn1==0.5.1
pyasn1-modules==0.3.0
pyarrow==15.0.2
pyasn1==0.6.0
pyasn1-modules==0.4.0
pycares==4.4.0
pycparser==2.21
pydantic==2.6.4
pydantic-core==2.16.3
pycparser==2.22
pygments==2.17.2
pyjwt==2.8.0
pymysql==1.1.0
Expand All @@ -69,16 +68,16 @@ pyyaml==6.0.1
requests==2.31.0
rich==13.7.1
rsa==4.9
s3transfer==0.10.0
s3transfer==0.10.1
six==1.16.0
snowflake-connector-python==3.7.1
snowflake-sqlalchemy==1.5.1
snowflake-connector-python==3.8.1
snowflake-sqlalchemy==1.5.2
sortedcontainers==2.4.0
sqlalchemy==1.4.52
tempora==5.5.1
tomlkit==0.12.4
typeguard==4.1.5
typing-extensions==4.10.0
typeguard==4.2.1
typing-extensions==4.11.0
typish==1.9.3
tzdata==2024.1
tzlocal==5.2
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ commands = black --line-length 120 --check --diff --target-version py39 .

[testenv:mypy]
commands=
python -m mypy --python-version 3.9 fixdatalink tests
python -m mypy --python-version 3.11 fixdatalink tests

0 comments on commit e953989

Please sign in to comment.