Skip to content

Commit e414bfe

Browse files
author
Tom Goetz
committed
Issue #249: update garth to fix login issue
1 parent b1b558c commit e414bfe

3 files changed

Lines changed: 7 additions & 147 deletions

File tree

garmindb/version_info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
python_required = (3, 0, 0)
99
dev_python_required = (3, 9, 0)
1010
python_tested = (3, 11, 4)
11-
version_info = (3, 6, 1)
11+
version_info = (3, 6, 2)
1212
prerelease = True
1313

1414

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sqlalchemy~=2.0.32
22
python-dateutil
33
cached-property
44
tqdm
5-
garth>=0.4.46
5+
garth>=0.4.47
66
fitfile>=1.1.8
77
tcxfile>=1.0.4
88
idbutils>=1.1.0

requirements.txt

Lines changed: 5 additions & 145 deletions
Original file line numberDiff line numberDiff line change
@@ -1,148 +1,8 @@
1-
SQLAlchemy==2.0.32
1+
SQLAlchemy==2.0.36
22
python-dateutil==2.9.0.post0
33
cached-property==1.5.2
44
tqdm==4.66.5
5-
garth==0.4.46
6-
fitfile==1.1.8
7-
tcxfile==1.0.4
8-
idbutils==1.1.0
9-
## The following requirements were added by pip freeze:
10-
annotated-types==0.7.0
11-
anyio==4.4.0
12-
appnope==0.1.4
13-
argon2-cffi==23.1.0
14-
argon2-cffi-bindings==21.2.0
15-
arrow==1.3.0
16-
asttokens==2.4.1
17-
async-lru==2.0.4
18-
attrs==24.2.0
19-
babel==2.16.0
20-
backports.tarfile==1.2.0
21-
beautifulsoup4==4.12.3
22-
bleach==6.1.0
23-
branca==0.7.2
24-
build==1.2.1
25-
certifi==2024.8.30
26-
cffi==1.17.0
27-
charset-normalizer==3.3.2
28-
comm==0.2.2
29-
contourpy==1.3.0
30-
cycler==0.12.1
31-
debugpy==1.8.5
32-
decorator==5.1.1
33-
defusedxml==0.7.1
34-
docutils==0.21.2
35-
executing==2.1.0
36-
fastjsonschema==2.20.0
37-
flake8==7.1.1
38-
fonttools==4.53.1
39-
fqdn==1.5.1
40-
h11==0.14.0
41-
httpcore==1.0.5
42-
httpx==0.27.2
43-
idna==3.8
44-
importlib_metadata==8.4.0
45-
ipykernel==6.29.5
46-
ipyleaflet==0.19.2
47-
ipython==8.29.0
48-
ipython-genutils==0.2.0
49-
ipywidgets==8.1.5
50-
isoduration==20.11.0
51-
jaraco.classes==3.4.0
52-
jaraco.context==6.0.1
53-
jaraco.functools==4.0.2
54-
jedi==0.19.1
55-
Jinja2==3.1.4
56-
json5==0.9.25
57-
jsonpointer==3.0.0
58-
jsonschema==4.23.0
59-
jsonschema-specifications==2023.12.1
60-
jupyter-events==0.10.0
61-
jupyter-leaflet==0.19.2
62-
jupyter-lsp==2.2.5
63-
jupyter_client==8.6.2
64-
jupyter_core==5.7.2
65-
jupyter_server==2.14.2
66-
jupyter_server_terminals==0.5.3
67-
jupyterlab==4.2.5
68-
jupyterlab_pygments==0.3.0
69-
jupyterlab_server==2.27.3
70-
jupyterlab_widgets==3.0.13
71-
keyring==25.3.0
72-
kiwisolver==1.4.5
73-
markdown-it-py==3.0.0
74-
MarkupSafe==2.1.5
75-
matplotlib==3.9.2
76-
matplotlib-inline==0.1.7
77-
mccabe==0.7.0
78-
mdurl==0.1.2
79-
mistune==3.0.2
80-
more-itertools==10.4.0
81-
nbclient==0.10.0
82-
nbconvert==7.16.4
83-
nbformat==5.10.4
84-
nest-asyncio==1.6.0
85-
nh3==0.2.18
86-
notebook==7.2.2
87-
notebook_shim==0.2.4
88-
numpy==2.1.0
89-
oauthlib==3.2.2
90-
overrides==7.7.0
91-
packaging==24.1
92-
pandas==2.2.2
93-
pandocfilters==1.5.1
94-
parso==0.8.4
95-
pexpect==4.9.0
96-
pillow==10.4.0
97-
pkginfo==1.10.0
98-
platformdirs==4.2.2
99-
prometheus_client==0.20.0
100-
prompt_toolkit==3.0.47
101-
psutil==6.0.0
102-
ptyprocess==0.7.0
103-
pure_eval==0.2.3
104-
pycodestyle==2.12.1
105-
pycparser==2.22
106-
pydantic==2.8.2
107-
pydantic_core==2.20.1
108-
pyflakes==3.2.0
109-
Pygments==2.18.0
110-
pyparsing==3.1.4
111-
pyproject_hooks==1.1.0
112-
python-json-logger==2.0.7
113-
pytz==2024.1
114-
PyYAML==6.0.2
115-
pyzmq==26.2.0
116-
readme_renderer==44.0
117-
referencing==0.35.1
118-
requests==2.32.3
119-
requests-toolbelt==1.0.0
120-
rfc3339-validator==0.1.4
121-
rfc3986==2.0.0
122-
rfc3986-validator==0.1.1
123-
rich==13.8.0
124-
rpds-py==0.20.0
125-
Send2Trash==1.8.3
126-
six==1.16.0
127-
snakemd==2.2.0
128-
sniffio==1.3.1
129-
soupsieve==2.6
130-
stack-data==0.6.3
131-
terminado==0.18.1
132-
tinycss2==1.3.0
133-
tornado==6.4.1
134-
traitlets==5.14.3
135-
traittypes==0.2.1
136-
twine==5.1.1
137-
types-python-dateutil==2.9.0.20240821
138-
typing_extensions==4.12.2
139-
tzdata==2024.1
140-
uri-template==1.3.0
141-
urllib3==2.2.2
142-
wcwidth==0.2.13
143-
webcolors==24.8.0
144-
webencodings==0.5.1
145-
websocket-client==1.8.0
146-
widgetsnbextension==4.0.13
147-
xyzservices==2024.6.0
148-
zipp==3.20.1
5+
garth==0.4.47
6+
fitfile>=1.1.8
7+
tcxfile>=1.0.4
8+
idbutils>=1.1.0

0 commit comments

Comments
 (0)