Skip to content

Commit

Permalink
⬆️ dependency upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
juftin committed Feb 27, 2024
1 parent da18b2a commit cad3385
Show file tree
Hide file tree
Showing 9 changed files with 379 additions and 394 deletions.
31 changes: 16 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,17 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy"
]
dependencies = [
"art~=5.7",
"click~=8.1.3",
"pandas~=1.5.2",
"rich~=13.5.2",
"rich-click~=1.5.2",
"rich-pixels~=2.1.1",
"textual==0.39.0",
"art~=6.1",
"click~=8.1.7",
"pandas>2,<3",
"rich~=13.7.0",
"rich-click~=1.7.3",
"rich-pixels~=2.2.0",
"textual==0.48.2",
"textual-universal-directorytree~=1.0.2",
"Pillow>=9.1.0",
"PyMuPDF~=1.22.3"
"PyMuPDF~=1.23.21",
"pyperclip~=1.8.2"
]
description = "TUI File Browser App"
dynamic = ["version"]
Expand All @@ -39,14 +40,14 @@ requires-python = ">=3.8,<4.0"

[project.optional-dependencies]
all = [
"pyarrow~=10.0.0",
"pyarrow~=15.0.0",
"textual-universal-directorytree[remote]~=1.0.2"
]
data = [
"pyarrow~=10.0.0"
"pyarrow~=15.0.0"
]
parquet = [
"pyarrow~=10.0.0"
"pyarrow~=15.0.0"
]
remote = [
"textual-universal-directorytree[remote]~=1.0.2"
Expand All @@ -73,7 +74,7 @@ exclude_lines = [

[tool.coverage.run]
branch = true
omit = ["browsr/_version.py"]
omit = ["browsr/__about__.py"]
parallel = true
source_pkgs = ["browsr", "tests"]

Expand Down Expand Up @@ -122,7 +123,7 @@ release = [

[tool.hatch.envs.lint]
dependencies = [
"mypy>=1.6.1",
"mypy>=1.8.0",
"ruff~=0.1.7"
]
detached = true
Expand Down Expand Up @@ -152,7 +153,7 @@ dependencies = [
"pytest",
"pytest-cov",
"pytest-vcr~=1.0.2",
"textual-dev~=1.0.1",
"textual-dev~=1.4.0",
"pytest-textual-snapshot"
]

Expand All @@ -161,7 +162,7 @@ cov = "pytest --cov --cov-config=pyproject.toml {args:tests}"
test = "pytest {args:tests}"

[tool.hatch.version]
path = "browsr/_version.py"
path = "browsr/__about__.py"

[tool.mypy]
check_untyped_defs = true
Expand Down
89 changes: 44 additions & 45 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
#
# This file is autogenerated by hatch-pip-compile with Python 3.11
#
# - art~=5.7
# - click~=8.1.3
# - pandas~=1.5.2
# - art~=6.1
# - click~=8.1.7
# - pandas<3,>2
# - pillow>=9.1.0
# - pymupdf~=1.22.3
# - rich-click~=1.5.2
# - rich-pixels~=2.1.1
# - rich~=13.5.2
# - pymupdf~=1.23.21
# - pyperclip~=1.8.2
# - rich-click~=1.7.3
# - rich-pixels~=2.2.0
# - rich~=13.7.0
# - textual-universal-directorytree~=1.0.2
# - textual==0.39.0
# - pyarrow~=10.0.0
# - textual==0.48.2
# - pyarrow~=15.0.0
# - textual-universal-directorytree[remote]~=1.0.2
#

adlfs==2023.10.0
adlfs==2024.2.0
# via textual-universal-directorytree
aiobotocore==2.9.0
aiobotocore==2.11.2
# via s3fs
aiohttp==3.9.1
aiohttp==3.9.3
# via
# adlfs
# aiobotocore
Expand All @@ -30,13 +31,11 @@ aioitertools==0.11.0
# via aiobotocore
aiosignal==1.3.1
# via aiohttp
anyio==4.2.0
# via azure-core
art==5.9
art==6.1
# via hatch.envs.default
attrs==23.1.0
attrs==23.2.0
# via aiohttp
azure-core==1.29.6
azure-core==1.30.0
# via
# adlfs
# azure-identity
Expand All @@ -49,11 +48,11 @@ azure-storage-blob==12.19.0
# via adlfs
bcrypt==4.1.2
# via paramiko
botocore==1.33.13
botocore==1.34.34
# via aiobotocore
cachetools==5.3.2
# via google-auth
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via
Expand All @@ -66,7 +65,7 @@ click==8.1.7
# via
# hatch.envs.default
# rich-click
cryptography==41.0.7
cryptography==42.0.2
# via
# azure-identity
# azure-storage-blob
Expand All @@ -79,19 +78,19 @@ frozenlist==1.4.1
# via
# aiohttp
# aiosignal
fsspec==2023.12.2
fsspec==2024.2.0
# via
# adlfs
# gcsfs
# s3fs
# universal-pathlib
gcsfs==2023.12.2.post1
gcsfs==2024.2.0
# via textual-universal-directorytree
google-api-core==2.15.0
google-api-core==2.16.2
# via
# google-cloud-core
# google-cloud-storage
google-auth==2.25.2
google-auth==2.27.0
# via
# gcsfs
# google-api-core
Expand All @@ -114,16 +113,13 @@ googleapis-common-protos==1.62.0
# via google-api-core
idna==3.6
# via
# anyio
# requests
# yarl
importlib-metadata==7.0.0
# via textual
isodate==0.6.1
# via azure-storage-blob
jmespath==1.0.1
# via botocore
linkify-it-py==2.0.2
linkify-it-py==2.0.3
# via markdown-it-py
markdown-it-py==3.0.0
# via
Expand All @@ -142,33 +138,33 @@ msal==1.26.0
# msal-extensions
msal-extensions==1.1.0
# via azure-identity
multidict==6.0.4
multidict==6.0.5
# via
# aiohttp
# yarl
numpy==1.26.2
numpy==1.26.4
# via
# pandas
# pyarrow
oauthlib==3.2.2
# via requests-oauthlib
packaging==23.2
# via msal-extensions
pandas==1.5.3
pandas==2.2.0
# via hatch.envs.default
paramiko==3.4.0
# via textual-universal-directorytree
pillow==9.5.0
pillow==10.2.0
# via
# hatch.envs.default
# rich-pixels
portalocker==2.8.2
# via msal-extensions
protobuf==4.25.1
protobuf==4.25.2
# via
# google-api-core
# googleapis-common-protos
pyarrow==10.0.1
pyarrow==15.0.0
# via hatch.envs.default
pyasn1==0.5.1
# via
Expand All @@ -184,15 +180,19 @@ pyjwt==2.8.0
# via
# msal
# pyjwt
pymupdf==1.22.5
pymupdf==1.23.21
# via hatch.envs.default
pymupdfb==1.23.9
# via pymupdf
pynacl==1.5.0
# via paramiko
pyperclip==1.8.2
# via hatch.envs.default
python-dateutil==2.8.2
# via
# botocore
# pandas
pytz==2023.3.post1
pytz==2024.1
# via pandas
requests==2.31.0
# via
Expand All @@ -206,28 +206,26 @@ requests==2.31.0
# textual-universal-directorytree
requests-oauthlib==1.3.1
# via google-auth-oauthlib
rich==13.5.3
rich==13.7.0
# via
# hatch.envs.default
# rich-click
# rich-pixels
# textual
rich-click==1.5.2
rich-click==1.7.3
# via hatch.envs.default
rich-pixels==2.1.1
rich-pixels==2.2.0
# via hatch.envs.default
rsa==4.9
# via google-auth
s3fs==2023.12.2
s3fs==2024.2.0
# via textual-universal-directorytree
six==1.16.0
# via
# azure-core
# isodate
# python-dateutil
sniffio==1.3.0
# via anyio
textual==0.39.0
textual==0.48.2
# via
# hatch.envs.default
# textual-universal-directorytree
Expand All @@ -237,7 +235,10 @@ typing-extensions==4.9.0
# via
# azure-core
# azure-storage-blob
# rich-click
# textual
tzdata==2023.4
# via pandas
uc-micro-py==1.0.2
# via linkify-it-py
universal-pathlib==0.0.24
Expand All @@ -250,5 +251,3 @@ wrapt==1.16.0
# via aiobotocore
yarl==1.9.4
# via aiohttp
zipp==3.17.0
# via importlib-metadata
Loading

0 comments on commit cad3385

Please sign in to comment.