Skip to content

Commit

Permalink
added additional dependency updates to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
charlottekostelic committed Nov 15, 2024
1 parent 26de5e6 commit 99403b8
Showing 1 changed file with 41 additions and 4 deletions.
45 changes: 41 additions & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,48 @@
+ Moved fixtures for live tests to `tests/webtests/conftest.py`
+ Minor edits to tests due to changes in responses from Metadata API
+ Updated dependencies:
+ `certifi` (2024.7.4)
+ `jinja2` (3.1.4)
+ `certifi` (2024.8.30)
+ `charset-normalizer` (3.4.0)
+ `idna` (3.10)
+ `requests` (2.32.3)
+ `urllib3` (2.2.2)
+ `zipp` (3.19.2)
+ `urllib3` (2.2.3)
+ Updated dev dependencies:
+ `babel` (2.16.0)
+ `black` (24.8.0)
+ `coverage` (7.6.1)
+ `exceptiongroup` (1.2.2)
+ `griffe` (1.4.0)
+ `importlib-metadata` (8.5.0)
+ `importlib-resources` (6.4.5)
+ `jinja2` (3.1.4)
+ `markdown` (3.7)
+ `mike` (2.1.3)
+ `mkdocs-autorefs` (1.2.0)
+ `mkdocs-get-deps` (0.2.0)
+ `mkdocs-material` (9.5.44)
+ `mkdocs` (1.6.1)
+ `mkdocstrings-python` (1.10.0)
+ `mkdocstrings` (0.24.3)
+ `mypy` (1.13.0)
+ `packaging` (24.2)
+ `paginate` (0.5.7)
+ `platformdirs` (4.3.6)
+ `pluggy` (1.5.0)
+ `pygments` (2.18.0)
+ `pymdown-extensions` (10.12)
+ `pyparsing` (3.1.4)
+ `pytest-mock` (3.14.0)
+ `python-dateutil` (2.9.0.post0)
+ `pytz` (2024.2)
+ `pyyaml` (6.0.2)
+ `regex` (2024.11.6)
+ `tomli` (2.1.0)
+ `types-requests` (2.32.0.20241016)
+ `typing-extensions` (4.12.2)
+ `urllib3` (2.2.3)
+ `watchdog` (4.0.2)
+ `wheel` (0.45.0)
+ `zipp` (3.20.2)
### Fixed
+ Return type for all `MetadataSession` methods is now `requests.Response` not `Optional[requests.Response]`
+ Typos and incorrect import statements
Expand Down

0 comments on commit 99403b8

Please sign in to comment.