nprimo
c7946abb43
feat(stock-market): add hist endpoint to mock-data server
6 months ago
nprimo
3d4f5dc199
feat(stock-market): update exchange_rate endpoint in mock server
6 months ago
nprimo
8316a86b43
chore(stock-market): run formatter
6 months ago
dependabot[bot]
e26d2d0b87
chore(deps): bump jinja2
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.3...3.1.4 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
dependabot[bot]
7e13110f89
chore(deps): bump werkzeug
...
Bumps [werkzeug](https://github.com/pallets/werkzeug ) from 3.0.1 to 3.0.3.
- [Release notes](https://github.com/pallets/werkzeug/releases )
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/werkzeug/compare/3.0.1...3.0.3 )
---
updated-dependencies:
- dependency-name: werkzeug
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
6 months ago
dependabot[bot]
6d77b685a0
chore(deps): bump jinja2
...
Bumps [jinja2](https://github.com/pallets/jinja ) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases )
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3 )
---
updated-dependencies:
- dependency-name: jinja2
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
10 months ago
dependabot[bot]
70393b26e6
chore(deps): bump werkzeug
...
Bumps [werkzeug](https://github.com/pallets/werkzeug ) from 2.3.6 to 3.0.1.
- [Release notes](https://github.com/pallets/werkzeug/releases )
- [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst )
- [Commits](https://github.com/pallets/werkzeug/compare/2.3.6...3.0.1 )
---
updated-dependencies:
- dependency-name: werkzeug
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
1 year ago
nprimo
73a9b4660a
feat(stock-market): update mock-stock-data-server
...
- change port to avoid conflicts with defaults on macos
- update .gitignore to exclude expanded stock data
- remove repeated if statement in utils.py
- remove comments
1 year ago
nprimo
ec773eed1d
feat(sample-stocks.zip): reduce size of available data
1 year ago
nprimo
565461c3a5
feat(mock-stock-data-server): add mock-stock-data-server to resources
1 year ago