Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maread99 committed Feb 19, 2024
1 parent 207d855 commit 81f2aad
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft-release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions etc/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ tzdata==2024.1
# exchange-calendars
# market-prices (pyproject.toml)
# pandas
urllib3==2.2.0
urllib3==2.2.1
# via requests
valimp==0.2
valimp==0.3
# via market-prices (pyproject.toml)
yahooquery==2.3.7
# via market-prices (pyproject.toml)
10 changes: 5 additions & 5 deletions etc/requirements_dependabot/requirements_tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ flake8==7.0.0
# market-prices (pyproject.toml)
flake8-docstrings==1.7.0
# via market-prices (pyproject.toml)
hypothesis==6.98.6
hypothesis==6.98.8
# via market-prices (pyproject.toml)
idna==3.6
# via requests
Expand All @@ -51,7 +51,7 @@ msgpack==1.0.7
# via blosc2
mypy-extensions==1.0.0
# via black
ndindex==1.7
ndindex==1.8
# via blosc2
numexpr==2.9.0
# via tables
Expand Down Expand Up @@ -91,7 +91,7 @@ pyflakes==3.2.0
# via flake8
pyluach==2.2.0
# via exchange-calendars
pytest==8.0.0
pytest==8.0.1
# via
# market-prices (pyproject.toml)
# pytest-mock
Expand Down Expand Up @@ -132,9 +132,9 @@ tzdata==2024.1
# exchange-calendars
# market-prices (pyproject.toml)
# pandas
urllib3==2.2.0
urllib3==2.2.1
# via requests
valimp==0.2
valimp==0.3
# via market-prices (pyproject.toml)
yahooquery==2.3.7
# via market-prices (pyproject.toml)
22 changes: 12 additions & 10 deletions etc/requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ flake8==7.0.0
# market-prices (pyproject.toml)
flake8-docstrings==1.7.0
# via market-prices (pyproject.toml)
hypothesis==6.98.6
hypothesis==6.98.8
# via market-prices (pyproject.toml)
identify==2.5.34
identify==2.5.35
# via pre-commit
idna==3.6
# via requests
Expand All @@ -80,7 +80,7 @@ mypy-extensions==1.0.0
# black
# market-prices (pyproject.toml)
# mypy
ndindex==1.7
ndindex==1.8
# via blosc2
nodeenv==1.8.0
# via pre-commit
Expand All @@ -106,11 +106,11 @@ pandas==2.2.0
# exchange-calendars
# market-prices (pyproject.toml)
# yahooquery
pandas-stubs==2.1.4.231227
pandas-stubs==2.2.0.240218
# via market-prices (pyproject.toml)
pathspec==0.12.1
# via black
pip-tools==7.3.0
pip-tools==7.4.0
# via market-prices (pyproject.toml)
platformdirs==4.2.0
# via
Expand All @@ -119,7 +119,7 @@ platformdirs==4.2.0
# virtualenv
pluggy==1.4.0
# via pytest
pre-commit==3.6.1
pre-commit==3.6.2
# via market-prices (pyproject.toml)
py-cpuinfo==9.0.0
# via
Expand All @@ -136,8 +136,10 @@ pylint==3.0.3
pyluach==2.2.0
# via exchange-calendars
pyproject-hooks==1.0.0
# via build
pytest==8.0.0
# via
# build
# pip-tools
pytest==8.0.1
# via
# market-prices (pyproject.toml)
# pytest-mock
Expand Down Expand Up @@ -193,9 +195,9 @@ tzdata==2024.1
# exchange-calendars
# market-prices (pyproject.toml)
# pandas
urllib3==2.2.0
urllib3==2.2.1
# via requests
valimp==0.2
valimp==0.3
# via market-prices (pyproject.toml)
virtualenv==20.25.0
# via pre-commit
Expand Down

0 comments on commit 81f2aad

Please sign in to comment.