Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 2, 2025
1 parent 934e0ab commit f7978f7
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Run tests and collect coverage
run: pytest --cov --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.0.1
uses: codecov/codecov-action@v5.1.2
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: jopppis/gnss-visualizer
18 changes: 9 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# uv pip compile /home/jop/dev/gnss-visualizer/requirements-dev.in
asttokens==2.4.1
asttokens==3.0.0
# via stack-data
build==1.2.1
cachetools==5.3.3
Expand All @@ -17,7 +17,7 @@ colorama==0.4.6
# via tox
coverage==7.4.4
# via pytest-cov
cryptography==42.0.5
cryptography==44.0.0
# via secretstorage
decorator==5.1.1
# via
Expand All @@ -35,7 +35,7 @@ filelock==3.13.3
# virtualenv
idna==3.6
# via requests
importlib-metadata==7.1.0
importlib-metadata==8.5.0
# via twine
iniconfig==2.0.0
# via pytest
Expand All @@ -44,7 +44,7 @@ ipython==8.23.0
# via ipdb
jaraco-classes==3.4.0
# via keyring
jaraco-context==5.2.0
jaraco-context==6.0.1
# via keyring
jaraco-functools==4.0.0
# via keyring
Expand All @@ -71,7 +71,7 @@ mypy-extensions==1.0.0
# via mypy
nh3==0.2.17
# via readme-renderer
numpy==1.26.4
numpy==2.2.1
# via pandas-stubs
packaging==24.0
# via
Expand Down Expand Up @@ -114,8 +114,8 @@ pyproject-hooks==1.0.0
# via build
pytest==8.1.1
# via pytest-cov
pytest-cov==5.0.0
readme-renderer==43.0
pytest-cov==6.0.0
readme-renderer==44.0
# via twine
requests==2.31.0
# via
Expand All @@ -138,7 +138,7 @@ traitlets==5.14.2
# via
# ipython
# matplotlib-inline
twine==5.0.0
twine==6.0.1
types-colorama==0.4.15.20240311
types-decorator==5.1.8.20240310
types-docutils==0.20.0.20240406
Expand All @@ -150,7 +150,7 @@ types-pygments==2.17.0.20240310
types-pytz==2024.1.0.20240203
# via pandas-stubs
types-pyyaml==6.0.12.20240311
types-setuptools==69.2.0.20240317
types-setuptools==75.6.0.20241223
# via types-pygments
types-six==1.16.21.20240311
typing-extensions==4.11.0
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ contourpy==1.2.1
# via bokeh
jinja2==3.1.3
# via bokeh
markupsafe==2.1.5
markupsafe==3.0.2
# via jinja2
numpy==1.26.4
numpy==2.2.1
# via
# bokeh
# contourpy
Expand All @@ -18,7 +18,7 @@ packaging==24.0
# via bokeh
pandas==2.2.1
# via bokeh
pillow==10.3.0
pillow==11.1.0
# via bokeh
pynmeagps==1.0.35
# via pyubx2
Expand Down

0 comments on commit f7978f7

Please sign in to comment.