Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Bump the dependencies group with 14 updates #1089

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 1, 2024

Bumps the dependencies group with 14 updates:

Package From To
cloudflare 2.14.2 2.15.1
django 4.2.8 5.0
django-maintenance-mode 0.20.0 0.21.0
django-reversion 5.0.8 5.0.10
django-structlog 6.0.1 7.1.0
faker 20.1.0 22.0.0
mkdocs-material 9.5.1 9.5.3
openai 1.3.8 1.6.1
psutil 5.9.6 5.9.7
pydantic 2.5.2 2.5.3
pytest 7.4.3 7.4.4
python-gitlab 4.2.0 4.3.0
sentry-sdk 1.38.0 1.39.1
structlog 23.2.0 23.3.0

Updates cloudflare from 2.14.2 to 2.15.1

Release notes

Sourced from cloudflare's releases.

2.15.1

 - 2023-12-28 11:59:04 -0800 [6b1cbe4](https://github.com/cloudflare/python-cloudflare/commit/6b1cbe4e446f877fad61f5b2d7cc60e2faeddad7) CHANGELOG.md pushed to github
 - 2023-12-28 11:58:34 -0800 [aac4e6f](https://github.com/cloudflare/python-cloudflare/commit/aac4e6f1ee520f42c7ffa7fbf92195f955f27ea1) 2.15.1
 - 2023-12-28 11:58:00 -0800 [fddc424](https://github.com/cloudflare/python-cloudflare/commit/fddc424adb7d9bb7d205bb8aedcf6bbd1d9536eb) fixed a bad edit from 241af4d which stopped data being send on PUT/POST/PATCH/DELETE
 - 2023-12-28 11:49:45 -0800 [62eb860](https://github.com/cloudflare/python-cloudflare/commit/62eb8602e979ff7437728727444f3332c2f21b4b) example of purge_cache for free or enterprise accounts

2.14.3

Changelog

Sourced from cloudflare's changelog.

Change Log

  • 2023-12-28 11:58:34 -0800 aac4e6f 2.15.1
  • 2023-12-28 11:58:00 -0800 fddc424 fixed a bad edit from 241af4d which stopped data being send on PUT/POST/PATCH/DELETE
  • 2023-12-28 11:49:45 -0800 62eb860 example of purge_cache for free or enterprise accounts
  • 2023-12-27 11:53:31 -0800 64ee01b CHANGELOG.md pushed to github
  • 2023-12-27 11:50:33 -0800 6153da0 2.15.0
  • 2023-12-27 11:49:53 -0800 d6ae4ea added Content-Type processing on add, removed old api web checking (hence remove bs4), refactoring of all add methods, network now handles data/json cleanly, results returned based on Content-Type via new code, setup/requirements removed BeautifulSoup/bs4
  • 2023-12-26 15:18:00 -0800 91bd97d corrected missing tests; added debug test - useful for coverage
  • 2023-12-26 15:17:07 -0800 25c981a test cf.add()
  • 2023-12-26 15:16:44 -0800 edf9e51 complete rewrite - maybe better; maybe not; however, test runs are nicer to look at
  • 2023-12-26 11:09:14 -0800 61ca2d6 automate the list of aliases - far better for future
  • 2023-12-26 09:50:44 -0800 75234ea Allow PUT and POST to both send files, move params into files when both types used
  • 2023-12-25 16:17:21 -0800 fc74b5a more test cases
  • 2023-12-25 16:16:37 -0800 a42d836 more test cases
  • 2023-12-25 12:56:15 -0800 945afcc more test cases and moved pytest to pytest with coverage
  • 2023-12-25 12:54:04 -0800 08da722 init.py needed for coverage to work
  • 2023-12-23 16:23:36 -0800 42d8a62 added more AI examples
  • 2023-12-23 10:26:50 -0800 241af4d cleanup of params vs content
  • 2023-12-21 14:20:44 -0800 57e9c0f updated to handle new keyword handling method
  • 2023-12-21 14:15:59 -0800 6769d9f updated to handle new keyword handling method
  • 2023-12-14 17:40:29 +0000 d7ca6d1 Added first pass at Content-Type processing from openapi data
  • 2023-12-13 14:01:10 +0000 d141d87 CHANGELOG.md pushed to github
  • 2023-12-13 13:59:55 +0000 9b0787e 2.14.3
  • 2023-12-13 13:52:53 +0000 ab6f4db handle {account-identifier} with a dash vs underscore. Arggg!
  • 2023-12-13 13:52:03 +0000 f445051 /live added - but does not response yet
  • 2023-11-25 20:05:23 -0800 5b7b386 CHANGELOG.md pushed to github
  • 2023-11-25 20:04:41 -0800 b80db60 added AI info
  • 2023-11-25 19:43:28 -0800 c88bbfa account name via -a flag now. should not be needed
  • 2023-11-25 19:26:44 -0800 3621a4d clean up and more
  • 2023-11-25 19:25:59 -0800 282aa54 stable diffusion example
  • 2023-11-25 19:25:07 -0800 3e40a69 clean up and more
  • 2023-11-25 15:14:00 -0800 1eeca98 move config info into code
  • 2023-11-25 15:00:14 -0800 d79b0ec first pass a new AI API calls
  • 2023-11-25 13:06:07 -0800 115fac8 CHANGELOG.md pushed to github
  • 2023-11-25 13:05:33 -0800 bf47169 2.14.1
  • 2023-11-25 13:05:09 -0800 d5f707d cleanup of usage, added more flag descriptions
  • 2023-11-25 13:04:33 -0800 d23ed90 cleanup of usage and getops values - now consistent
  • 2023-11-25 12:42:24 -0800 142a01b timeout values now work from config or api call, added support for image binary results, fixed logging if binary
  • 2023-11-25 12:39:05 -0800 453fed3 handle raw byte output either via --image flag or if return from api is bytes
  • 2023-11-25 10:22:15 -0800 e08610b CHANGELOG.md pushed to github
  • 2023-11-25 10:21:56 -0800 807f99b 2.13.1
  • 2023-11-25 10:17:37 -0800 7dd1888 Merge pull request #175 from Daic115/master
  • 2023-11-25 10:10:15 -0800 838ef13 remove Unicode from README - this caused issues on Windows install
  • 2023-11-25 10:06:52 -0800 cd6f7d1 CHANGELOG.md pushed to github
  • 2023-11-25 10:06:36 -0800 541c8f6 2.12.5
  • 2023-11-25 10:06:19 -0800 2610c98 more api endpoints
  • 2023-11-15 15:58:23 +0800 4524c50 Update setup.py
  • 2023-09-21 18:45:16 -0700 419c90b 2.12.4
  • 2023-09-21 12:18:54 -0700 1982e4e 2.12.3

... (truncated)

Commits
  • 6b1cbe4 CHANGELOG.md pushed to github
  • aac4e6f 2.15.1
  • fddc424 fixed a bad edit from 241af4d which stopped data being send on PUT/POST/PATCH...
  • 62eb860 example of purge_cache for free or enterprise accounts
  • 64ee01b CHANGELOG.md pushed to github
  • 6153da0 2.15.0
  • d6ae4ea added Content-Type processing on add, removed old api web checking (hence rem...
  • 91bd97d corrected missing tests; added debug test - useful for coverage
  • 25c981a test cf.add()
  • edf9e51 complete rewrite - maybe better; maybe not; however, test runs are nicer to l...
  • Additional commits viewable in compare view

Updates django from 4.2.8 to 5.0

Commits
  • 617bcf6 [5.0.x] Bumped version for 5.0 release.
  • 94914b5 [5.0.x] Finalized release notes for Django 5.0.
  • 8e1b820 [5.0.x] Updated translations from Transifex.
  • e4d7cc3 [5.0.x] Added release date for 4.2.8.
  • cb013fc [5.0.x] Fixed #35002 -- Made UniqueConstraints with fields respect nulls_dist...
  • 6c50273 [5.0.x] Fixed #35001 -- Fixed position of related widget action icons in admi...
  • b8a476b [5.0.x] Improved wording in auth.models.User field docs.
  • 471fa92 [5.0.x] Fixed #34995 -- Improved position of related widget's add link on adm...
  • 9fe12b0 [5.0.x] Refs #34995 -- Made Selenium tests more robust for admin_views and ad...
  • 7f1dc67 [5.0.x] Fixed #35006 -- Fixed migrations crash when altering Meta.db_table_co...
  • Additional commits viewable in compare view

Updates django-maintenance-mode from 0.20.0 to 0.21.0

Release notes

Sourced from django-maintenance-mode's releases.

0.21.0

  • Add MAINTENANCE_MODE_LOGOUT_AUTHENTICATED_USER setting support. #139
  • Add MAINTENANCE_MODE_RESPONSE_TYPE (html or json) setting support. #160
  • Renamed settings.MAINTENANCE_MODE_GET_TEMPLATE_CONTEXT to settings.MAINTENANCE_MODE_GET_CONTEXT.
  • Write state file atomically in maintenance_mode.backends.LocalFileBackend. #162
  • Set maintenance mode response Retry-After only if MAINTENANCE_MODE_RETRY_AFTER setting is not 0 or None.
  • Replace black and isort with ruff-format.
  • Bump requirements.
  • Bump pre-commit hooks.
Changelog

Sourced from django-maintenance-mode's changelog.

0.21.0 - 2023-12-11

  • Add MAINTENANCE_MODE_LOGOUT_AUTHENTICATED_USER setting support. #139
  • Add MAINTENANCE_MODE_RESPONSE_TYPE (html or json) setting support. #160
  • Renamed settings.MAINTENANCE_MODE_GET_TEMPLATE_CONTEXT to settings.MAINTENANCE_MODE_GET_CONTEXT.
  • Write state file atomically in maintenance_mode.backends.LocalFileBackend. #162
  • Set maintenance mode response Retry-After only if MAINTENANCE_MODE_RETRY_AFTER setting is not 0 or None.
  • Replace black and isort with ruff-format.
  • Bump requirements.
  • Bump pre-commit hooks.
Commits
  • 49ea4f9 Update CHANGELOG and version.
  • cccaabf - Renamed MAINTENANCE_MODE_GET_TEMPLATE_CONTEXT setting to `MAINTENANCE_M...
  • ab1fcf6 Sort settings alphabetically.
  • efabcba Add MAINTENANCE_MODE_RESPONSE_TYPE (html or json) setting support. #160
  • 1e1c900 Update .pre-commit-config.yaml
  • 62104f9 Set maintenance mode response Retry-After only if set.
  • 1761b24 Add MAINTENANCE_MODE_LOGOUT_AUTHENTICATED_USER setting support. #139
  • c7386db replace black and isort with ruff-format.
  • 75dbb1d Write state file atomically in maintenance_mode.backends.LocalFileBackend. ...
  • See full diff in compare view

Updates django-reversion from 5.0.8 to 5.0.10

Changelog

Sourced from django-reversion's changelog.

5.0.10 - 2023-12-30

  • Fix N+1 queries while rendering the recover_list.html template (@​armonge).

5.0.9 - 2023-12-20

  • Broken release.
Commits

Updates django-structlog from 6.0.1 to 7.1.0

Changelog

Sourced from django-structlog's changelog.

7.1.0 (December 20, 2023)

New: - add asgi's async view cancellation event request_cancelled. See [#345](https://github.com/jrobichaud/django-structlog/issues/345) <https://github.com/jrobichaud/django-structlog/pull/413>_ and and :ref:request_events.

7.0.0 (December 13, 2023)

See: :ref:upgrade_7.0

New: - (celery) add priority (if available) and routing_key to task_enqueued. See [#345](https://github.com/jrobichaud/django-structlog/issues/345) <https://github.com/jrobichaud/django-structlog/pull/345>_ and [#341](https://github.com/jrobichaud/django-structlog/issues/341) <https://github.com/jrobichaud/django-structlog/issues/341>. Special thanks to badziyoussef <https://github.com/badziyoussef>. - Django 5.0 support. See [#350](https://github.com/jrobichaud/django-structlog/issues/350) <https://github.com/jrobichaud/django-structlog/pull/350>. Take note async view cancellation when using asgi does not work yet, see [#351](https://github.com/jrobichaud/django-structlog/issues/351) <https://github.com/jrobichaud/django-structlog/issues/351>. - Add streaming response support (for both sync and async) and Django 5's async cancellation. See [#353](https://github.com/jrobichaud/django-structlog/issues/353) <https://github.com/jrobichaud/django-structlog/pull/353>_ and :ref:streaming_response_events.

Changes: - Supports django-ipware 6+ only. See [#403](https://github.com/jrobichaud/django-structlog/issues/403) <https://github.com/jrobichaud/django-structlog/pull/403>. Special thanks to the maintainer @un33k <https://github.com/un33k>. - Drop support of django 4.0. See [#338](https://github.com/jrobichaud/django-structlog/issues/338) <https://github.com/jrobichaud/django-structlog/pull/338>. Special thanks to @jairhenrique <https://github.com/jairhenrique>.

Other: - Improved demo project - Better UI - Easy switch between runserver_plus, wsgi an asgi - Front-end request feedbacks using toasts

Commits
  • b5cf63d Add more pypi urls
  • 60b7329 Bump version
  • 8f516c6 Merge pull request #413 from jrobichaud/request-cancelled
  • 9e95b62 Add request cancelled support
  • 2527f47 Merge pull request #405 from jrobichaud/dependabot/pip/requirements/coverage-...
  • 0bb8e96 Merge pull request #406 from jrobichaud/dependabot/pip/requirements/pre-commi...
  • 2bf1bf4 Merge pull request #407 from jrobichaud/dependabot/pip/requirements/black-23....
  • 25d3af3 Merge pull request #408 from jrobichaud/dependabot/pip/requirements/django-al...
  • d01fdb8 Merge pull request #409 from jrobichaud/dependabot/pip/requirements/django-ip...
  • 93c71ab Merge pull request #410 from jrobichaud/dependabot/github_actions/supercharge...
  • Additional commits viewable in compare view

Updates faker from 20.1.0 to 22.0.0

Release notes

Sourced from faker's releases.

Release v22.0.0

See CHANGELOG.md.

Release v21.0.1

See CHANGELOG.md.

Release v21.0.0

See CHANGELOG.md.

Changelog

Sourced from faker's changelog.

v22.0.0 - 2023-12-29

  • Remove dot from file_name when extention is the empty string. Thanks @​gotofritz
  • Allow extension in file_path to take a list of allowed extensions, or empty for "no extension". Thanks @​gotofritz

v21.0.1 - 2023-12-29

v21.0.0 - 2023-12-13

  • Fix: random sign in pyfloat when positive=False. Thanks @​viraj-s15.
Commits
  • 0d9fd7a Bump version: 21.0.1 → 22.0.0
  • 7428411 📝 Update CHANGELOG.md
  • 58f49e0 Allow extension in file_path to take a list of allowed extensions, or empty...
  • 6961ade Bump version: 21.0.0 → 21.0.1
  • 1ca1301 📝 Update CHANGELOG.md
  • b2df640 Fix typo in ru_RU company names
  • 3cedfaf Bump version: 20.1.0 → 21.0.0
  • 183fe78 📝 Update CHANGELOG.md
  • 87d06ff fix formatting
  • 1ff3186 fix: random sign in pyfloat when positive=False (#1954)
  • Additional commits viewable in compare view

Updates mkdocs-material from 9.5.1 to 9.5.3

Release notes

Sourced from mkdocs-material's releases.

mkdocs-material-9.5.3

  • Limited version range of MkDocs to < 1.6
  • Updated Macedonian translations
  • Fixed #6520: Group plugin crashes when using mike
  • Fixed #6494: Hide author's email address if disabled in git-authors plugin

mkdocs-material-9.5.2

  • Fixed types for slugify settings in blog plugin config
  • Fixed #6469: Horizontal scrollbars on MathJax containers
Changelog

Sourced from mkdocs-material's changelog.

mkdocs-material-9.5.3+insiders-4.49.0 (2023-12-29)

  • Added support for exporting tags and mappings
  • Added support for disabling tags and/or listings or both
  • Fixed tag links from pages to listings on homepage

mkdocs-material-9.5.3+insiders-4.48.0 (2023-12-23)

  • Rewrite of tags plugin, now much more powerful
  • Added support for nested tags (tag hierarchies, e.g. foo/bar)
  • Added support for shadow tags (by list, prefix or suffix)
  • Added support for custom tag layouts and templates
  • Added support for hiding tags in table of contents
  • Added support for configurable inline tag listings
  • Added support for automatically linking to closest tag listing
  • Added support for scoped listings (limit to subsection of site)
  • Added support for multiple instances of tags plugin
  • Added support for changing front matter property and template variable
  • Added support for tag slugification format strings
  • Fixed #6510: Projects plugin out of memory on Linux (4.47.1 regression)
  • Fixed projects plugin not notifying plugins about serve mode
  • Fixed projects plugin skipping projects on prefix match
  • Deprecated tags_file and tags_extra_files settings
  • Modernized tags plugin code base

mkdocs-material-9.5.3 (2023-12-23)

  • Limited version range of MkDocs to < 1.6
  • Updated Macedonian translations
  • Fixed #6520: Group plugin crashes when using mike
  • Fixed #6494: Hide author's email address if disabled in git-authors plugin

mkdocs-material-9.5.2+insiders-4.47.1 (2023-12-11)

  • Improved editing experience for projects plugin
  • Improved resilience of optimize and social plugin
  • Fixed race condition when writing manifest in optimize and social plugin
  • Fixed #6475: Logo not taking precedence over icon in social card
  • Fixed #6399: Projects plugin doesn't pick up added/removed projects
  • Fixed #6306: Projects plugin cache not correctly updated

mkdocs-material-9.5.2 (2023-12-11)

  • Fixed types for slugify settings in blog plugin config
  • Fixed #6469: Horizontal scrollbars on MathJax containers

mkdocs-material-9.5.1+insiders-4.47.0 (2023-12-08)

  • Added support for staying on page when switching languages
  • Added configurable logging capabilities to projects plugin

... (truncated)

Commits

Updates openai from 1.3.8 to 1.6.1

Release notes

Sourced from openai's releases.

v1.6.1

1.6.1 (2023-12-22)

Full Changelog: v1.6.0...v1.6.1

Chores

v1.6.0

1.6.0 (2023-12-19)

Full Changelog: v1.5.0...v1.6.0

Features

  • api: add additional instructions for runs (#995) (7bf9b75)

Chores

Documentation

  • upgrade models in examples to latest version (#989) (cedd574)

v1.5.0

1.5.0 (2023-12-17)

Full Changelog: v1.4.0...v1.5.0

Features

  • api: add token logprobs to chat completions (#980) (f50e962)

Chores

  • ci: run release workflow once per day (#978) (215476a)

v1.4.0

... (truncated)

Changelog

Sourced from openai's changelog.

1.6.1 (2023-12-22)

Full Changelog: v1.6.0...v1.6.1

Chores

1.6.0 (2023-12-19)

Full Changelog: v1.5.0...v1.6.0

Features

  • api: add additional instructions for runs (#995) (7bf9b75)

Chores

Documentation

  • upgrade models in examples to latest version (#989) (cedd574)

1.5.0 (2023-12-17)

Full Changelog: v1.4.0...v1.5.0

Features

  • api: add token logprobs to chat completions (#980) (f50e962)

Chores

  • ci: run release workflow once per day (#978) (215476a)

1.4.0 (2023-12-15)

Full Changelog: v1.3.9...v1.4.0

... (truncated)

Commits

Updates psutil from 5.9.6 to 5.9.7

Changelog

Sourced from psutil's changelog.

5.9.7

2023-12-17

Enhancements

  • 2324_: enforce Ruff rule raw-string-in-exception, which helps providing clearer tracebacks when exceptions are raised by psutil.

Bug fixes

  • 2325_, [PyPy]: psutil did not compile on PyPy due to missing PyErr_SetExcFromWindowsErrWithFilenameObject cPython API.
Commits
  • 8e21684 pre-release
  • 3080df4 make pre-release: check if psutil version already exists on PYPI
  • 7c10295 micro optimization on python startup ("x in set" instead of "x in list")
  • 4407540 Update README.rst (#2330)
  • ccdb775 fix #2325: fix compilation on PyPy
  • 902fada Enforce ruff rule raw-string-in-exception rule (#2324)
  • e9dabbb Include <unistd.h> to avoid implicit-function-declaration for close and sysca...
  • 0c3a1c5 users() / Linux: make ":0" -> "localhost" host conversion in C instead of python
  • 1b94083 Merge branch 'master' of github.com:giampaolo/psutil
  • a7205fc Linux C files refactoring (#2320)
  • Additional commits viewable in compare view

Updates pydantic from 2.5.2 to 2.5.3

Release notes

Sourced from pydantic's releases.

v2.5.3 2023-12-22

v2.5.3 (2023-12-22)

GitHub release

What's Changed

Packaging

  • uprev pydantic-core to 2.14.6

Fixes

Full Changelog: pydantic/pydantic@v2.5.2...v2.5.3/

Changelog

Sourced from pydantic's changelog.

v2.5.3 (2023-12-22)

GitHub release

What's Changed

Packaging

  • uprev pydantic-core to 2.14.5

Fixes

Commits

Updates pytest from 7.4.3 to 7.4.4

Release notes

Sourced from pytest's releases.

pytest 7.4.4 (2023-12-31)

Bug Fixes

  • #11140: Fix non-string constants at the top of file being detected as docstrings on Python>=3.8.
  • #11572: Handle an edge case where sys.stderr{.interpreted-text role="data"} and sys.__stderr__{.interpreted-text role="data"} might already be closed when faulthandler{.interpreted-text role="ref"} is tearing down.
  • #11710: Fixed tracebacks from collection errors not getting pruned.
  • #7966: Removed unhelpful error message from assertion rewrite mechanism when exceptions are raised in __iter__ methods. Now they are treated un-iterable instead.

Improved Documentation

  • #11091: Updated documentation to refer to hyphenated options: replaced --junitxml with --junit-xml and --collectonly with --collect-only.
Commits
  • 33f694f Prepare release version 7.4.4
  • 76c107c Merge pull request #11751 from bluetech/backport-11143-to-7.4.x
  • 531d76d [7.4.x] Improve reporting from iter exceptions (#11749)
  • a0f58fa Merge pull request #11143 from tushar-deepsource/patch-1
  • b1f3387 [7.4.x] #11091: documentation should use hypthonated properties (#11750)
  • 2cdd619 Merge pull request #11747 from pytest-dev/backport-11711-to-7.4.x
  • d06c05b [7.4.x] nodes: fix tracebacks from collection errors are not getting pruned
  • 5582bfc [7.4.x] Improves clarity in Sphinx documentation for function signature. (#11...
  • 13024ef [7.4.x] Fix for operation on closed file in faulthandler teardown (#11631)
  • a40dacf [7.4.x] XFAIL TestLocalPath.test_make_numbered_dir_multiprocess_safe (#11616)
  • Additional commits viewable in compare view

Updates python-gitlab from 4.2.0 to 4.3.0

Release notes

Sourced from python-gitlab's releases.

v4.3.0 (2023-12-28)

Chore

  • chore(deps): update all non-major dependencies (d7bdb02)

  • chore(deps): update actions/stale action to v9 (c01988b)

  • chore(deps): update all non-major dependencies (9e067e5)

  • chore(deps): update actions/setup-python action to v5 (fad1441)

  • chore(deps): update all non-major dependencies (bb2af7b)

  • chore(deps): update all non-major dependencies (5ef1b4a)

  • chore(deps): update dependency types-setuptools to v69 (de11192)

Documentation

  • docs: fix rst link typo in CONTRIBUTING.rst (2b6da6e)

Feature

  • feat(api): add support for the Draft notes API (#2728)

  • feat(api): add support for the Draft notes API

  • fix(client): handle empty 204 reponses in PUT requests (ebf9d82)

Fix

  • fix(cli): add ability to disable SSL verification

Add a --no-ssl-verify option to disable SSL verification

Closes: #2714 (3fe9fa6)

Changelog

Sourced from python-gitlab's changelog.

v4.3.0 (2023-12-28)

Chore

  • chore(deps): update all non-major dependencies (d7bdb02)

  • chore(deps): update actions/stale action to v9 (c01988b)

  • chore(deps): update all non-major dependencies (9e067e5)

  • chore(deps): update actions/setup-python action to v5 (fad1441)

  • chore(deps): update all non-major dependencies (bb2af7b)

  • chore(deps): update all non-major dependencies (5ef1b4a)

  • chore(deps): update dependency types-setuptools to v69 (de11192)

Documentation

  • docs: fix rst link typo in CONTRIBUTING.rst (2b6da6e)

Feature

  • feat(api): add support for the Draft notes API (#2728)

  • feat(api): add support for the Draft notes API

  • fix(client): handle empty 204 reponses in PUT requests (ebf9d82)

Fix

  • fix(cli): add ability to disable SSL verification

Add a --no-ssl-verify option to disable SSL verification

Closes: #2714 (3fe9fa6)

Description has been truncated

Bumps the dependencies group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [cloudflare](https://github.com/cloudflare/python-cloudflare) | `2.14.2` | `2.15.1` |
| [django](https://github.com/django/django) | `4.2.8` | `5.0` |
| [django-maintenance-mode](https://github.com/fabiocaccamo/django-maintenance-mode) | `0.20.0` | `0.21.0` |
| [django-reversion](https://github.com/etianen/django-reversion) | `5.0.8` | `5.0.10` |
| [django-structlog](https://github.com/jrobichaud/django-structlog) | `6.0.1` | `7.1.0` |
| [faker](https://github.com/joke2k/faker) | `20.1.0` | `22.0.0` |
| [mkdocs-material](https://github.com/squidfunk/mkdocs-material) | `9.5.1` | `9.5.3` |
| [openai](https://github.com/openai/openai-python) | `1.3.8` | `1.6.1` |
| [psutil](https://github.com/giampaolo/psutil) | `5.9.6` | `5.9.7` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.5.2` | `2.5.3` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.3` | `7.4.4` |
| [python-gitlab](https://github.com/python-gitlab/python-gitlab) | `4.2.0` | `4.3.0` |
| [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.38.0` | `1.39.1` |
| [structlog](https://github.com/hynek/structlog) | `23.2.0` | `23.3.0` |


Updates `cloudflare` from 2.14.2 to 2.15.1
- [Release notes](https://github.com/cloudflare/python-cloudflare/releases)
- [Changelog](https://github.com/cloudflare/python-cloudflare/blob/master/CHANGELOG.md)
- [Commits](cloudflare/python-cloudflare@2.14.2...2.15.1)

Updates `django` from 4.2.8 to 5.0
- [Commits](django/django@4.2.8...5.0)

Updates `django-maintenance-mode` from 0.20.0 to 0.21.0
- [Release notes](https://github.com/fabiocaccamo/django-maintenance-mode/releases)
- [Changelog](https://github.com/fabiocaccamo/django-maintenance-mode/blob/main/CHANGELOG.md)
- [Commits](fabiocaccamo/django-maintenance-mode@0.20.0...0.21.0)

Updates `django-reversion` from 5.0.8 to 5.0.10
- [Release notes](https://github.com/etianen/django-reversion/releases)
- [Changelog](https://github.com/etianen/django-reversion/blob/master/CHANGELOG.rst)
- [Commits](etianen/django-reversion@v5.0.8...v5.0.10)

Updates `django-structlog` from 6.0.1 to 7.1.0
- [Changelog](https://github.com/jrobichaud/django-structlog/blob/main/docs/changelog.rst)
- [Commits](jrobichaud/django-structlog@6.0.1...7.1.0)

Updates `faker` from 20.1.0 to 22.0.0
- [Release notes](https://github.com/joke2k/faker/releases)
- [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md)
- [Commits](joke2k/faker@v20.1.0...v22.0.0)

Updates `mkdocs-material` from 9.5.1 to 9.5.3
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](squidfunk/mkdocs-material@9.5.1...9.5.3)

Updates `openai` from 1.3.8 to 1.6.1
- [Release notes](https://github.com/openai/openai-python/releases)
- [Changelog](https://github.com/openai/openai-python/blob/main/CHANGELOG.md)
- [Commits](openai/openai-python@v1.3.8...v1.6.1)

Updates `psutil` from 5.9.6 to 5.9.7
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](giampaolo/psutil@release-5.9.6...release-5.9.7)

Updates `pydantic` from 2.5.2 to 2.5.3
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.5.3/HISTORY.md)
- [Commits](pydantic/pydantic@v2.5.2...v2.5.3)

Updates `pytest` from 7.4.3 to 7.4.4
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.3...7.4.4)

Updates `python-gitlab` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/python-gitlab/python-gitlab/releases)
- [Changelog](https://github.com/python-gitlab/python-gitlab/blob/main/CHANGELOG.md)
- [Commits](python-gitlab/python-gitlab@v4.2.0...v4.3.0)

Updates `sentry-sdk` from 1.38.0 to 1.39.1
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@1.38.0...1.39.1)

Updates `structlog` from 23.2.0 to 23.3.0
- [Release notes](https://github.com/hynek/structlog/releases)
- [Changelog](https://github.com/hynek/structlog/blob/main/CHANGELOG.md)
- [Commits](hynek/structlog@23.2.0...23.3.0)

---
updated-dependencies:
- dependency-name: cloudflare
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: django
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: django-maintenance-mode
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: django-reversion
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: django-structlog
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: faker
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: openai
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: psutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: python-gitlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sentry-sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: structlog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 1, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 8, 2024

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 13, 2024

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

@dependabot dependabot bot deleted the dependabot/pip/dependencies-7a146b29df branch January 13, 2024 01:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant