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

chore(deps): update all dependencies #13

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 18, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
MarkupSafe (changelog) ==2.1.1 -> ==2.1.3 age adoption passing confidence
PyYAML (source) ==6.0 -> ==6.0.1 age adoption passing confidence
Pygments (changelog) ==2.13.0 -> ==2.15.1 age adoption passing confidence
ansible (source) ==6.6.0 -> ==8.2.0 age adoption passing confidence
ansible-compat (changelog) ==2.2.4 -> ==4.1.5 age adoption passing confidence
ansible-core (source) ==2.14.0 -> ==2.15.2 age adoption passing confidence
ansible-lint (changelog) ==6.8.6 -> ==6.17.2 age adoption passing confidence
attrs (changelog) ==22.1.0 -> ==23.1.0 age adoption passing confidence
black (changelog) ==22.10.0 -> ==23.7.0 age adoption passing confidence
certifi ==2022.9.24 -> ==2023.7.22 age adoption passing confidence
chardet ==5.0.0 -> ==5.1.0 age adoption passing confidence
click (changelog) ==8.1.3 -> ==8.1.6 age adoption passing confidence
cookiecutter ==2.1.1 -> ==2.2.3 age adoption passing confidence
cryptography (changelog) ==38.0.3 -> ==41.0.2 age adoption passing confidence
docker (changelog) ==6.0.1 -> ==6.1.3 age adoption passing confidence
filelock ==3.8.0 -> ==3.12.2 age adoption passing confidence
jsonschema (changelog) ==4.17.0 -> ==4.18.4 age adoption passing confidence
molecule (changelog) ==4.0.3 -> ==5.1.0 age adoption passing confidence
mypy-extensions ==0.4.3 -> ==1.0.0 age adoption passing confidence
packaging ==21.3 -> ==23.1 age adoption passing confidence
pathspec ==0.10.1 -> ==0.11.2 age adoption passing confidence
platformdirs ==2.5.3 -> ==3.9.1 age adoption passing confidence
pluggy ==1.0.0 -> ==1.2.0 age adoption passing confidence
pyparsing ==3.0.9 -> ==3.1.0 age adoption passing confidence
pyrsistent (changelog) ==0.19.2 -> ==0.19.3 age adoption passing confidence
python-slugify ==6.1.2 -> ==8.0.1 age adoption passing confidence
requests (source, changelog) ==2.28.1 -> ==2.31.0 age adoption passing confidence
resolvelib ==0.8.1 -> ==1.0.1 age adoption passing confidence
rich ==12.6.0 -> ==13.4.2 age adoption passing confidence
ruamel.yaml ==0.17.21 -> ==0.17.32 age adoption passing confidence
subprocess-tee (changelog) ==0.3.5 -> ==0.4.1 age adoption passing confidence
typing_extensions (changelog) ==4.4.0 -> ==4.7.1 age adoption passing confidence
urllib3 (changelog) ==1.26.12 -> ==2.0.4 age adoption passing confidence
websocket-client (source) ==1.4.2 -> ==1.6.1 age adoption passing confidence
yamllint ==1.28.0 -> ==1.32.0 age adoption passing confidence

Release Notes

yaml/pyyaml (PyYAML)

v6.0.1

Compare Source

pygments/pygments (Pygments)

v2.15.1

Compare Source

(released April 18th, 2023)

  • Updated lexers:

  • Fix Python console traceback lexing being too strict
    and sometimes reordering output (#​2407, #​2410, #​2412)

v2.15.0

Compare Source

(released April 10th, 2023)

  • Added lexers:

  • Updated lexers:

    • AMDGPU: Add support for scratch_ instructions, the attr*.* argument,
      as well as the off modifier (#​2327).

    • APDL: Miscellaneous improvements (#​2314)

    • bash/tcsh:

    • Chapel: Support attributes (#​2376)

    • CMake: Implement bracket style comments (#​2338, #​2354)

    • CSS: Improve lexing of numbers inside function calls (#​2382, #​2383)

    • diff: Support normal diff syntax, as opposed to unified diff syntax (#​2321)

    • GLSL, HLSL:

      • Support line continuations in preprocessor code (#​2350)
      • Improve preprocessor directive handling (#​2357)
    • LilyPond: minor update of builtins

    • PHP: support attributes (#​2055, #​2347, #​2360), fix anonymous classes without
      parameters (#​2359), improve lexing of variable variable syntax (#​2358)

    • Python:

    • Rebol/Red: Don't require script headers (#​2348, #​2349)

    • Spice: Update keywords (#​2336)

    • SQL+Jinja (analyse_text method): Fix catastrophic backtracking (#​2355)

    • Terraform: Add hcl alias (#​2375)

  • Declare support for Python 3.11 and drop support for Python 3.6 (#​2324).

  • Update native style to improve contrast (#​2325).

  • Update `github-dark`` style to match latest Primer style (#​2401)

  • Revert a change that made guessing lexers based on file names slower
    on Python 3.10 and older (#​2328).

  • Fix some places where a locale-dependent encoding could unintentionally
    be used instead of UTF-8 (#​2326).

  • Fix Python traceback handling (#​2226, #​2329).

  • Groff formatter: sort color definitions for reproducibility (#​2343)

  • Move project metadata to pyproject.toml, remove setup.py
    and setup.cfg (#​2342)

  • The top-level Makefile has been removed. Instead, all shortcuts
    for developing are now defined and run through tox. The doc folder
    still contains a Makefile as an alternative to tox -e doc.

v2.14.0

Compare Source

(released January 1st, 2023)

  • Added lexers:

  • Updated lexers:

    • Abap: Update keywords (#​2281)

    • Alloy: Update for Alloy 6 (#​1963)

    • C family (C, C++ and many others):

      • Fix an issue where a chunk would be wrongly recognized as a function
        definition due to braces in comments (#​2210)
      • Improve parantheses handling for function definitions (#​2207, #​2208)
    • C#: Fix number and operator recognition (#​2256, #​2257)

    • CSound: Updated builtins (#​2268)

    • F#: Add .fsx file extension (#​2282)

    • gas (GNU assembler): recognize braces as punctuation (#​2230)

    • HTTP: Add CONNECT keyword (#​2242)

    • Inform 6: Fix lexing of properties and doubles (#​2214)

    • INI: Allow comments that are not their own line (#​2217, #​2161)

    • Java properties: Fix issue with whitespace-delimited keys, support
      comments starting with ! and escapes, no longer support undocumented
      ; and // comments (#​2241)

    • LilyPond: Improve heuristics, add \maxima duration (#​2283)

    • LLVM: Add opaque pointer type (#​2269)

    • Macaulay2: Update keywords (#​2305)

    • Minecraft-related lexers (SNB and Minecraft function) moved to
      pygments.lexers.minecraft (#​2276)

    • Nim: General improvements (#​1970)

    • Nix: Fix single quotes inside indented strings (#​2289)

    • Objective J: Fix catastrophic backtracking (#​2225)

    • NASM: Add support for SSE/AVX/AVX-512 registers as well as 'rel'
      and 'abs' address operators (#​2212)

    • Powershell:

    • Solidity: Add boolean operators (#​2292)

    • Spice: Add enum keyword and fix a bug regarding binary,
      hexadecimal and octal number tokens (#​2227)

    • YAML: Accept colons in key names (#​2277)

  • Fix make mapfiles when Pygments is not installed in editable mode
    (#​2223)

  • Support more filetypes and compression types in autopygmentize (#​2219)

  • Merge consecutive tokens in Autohotkey, Clay (#​2248)

  • Add .nasm as a recognized file type for NASM (#​2280)

  • Add *Spec.hs as a recognized file type for HSpec (#​2308)

  • Add *.pyi (for typing stub files) as a recognized file type for
    Python (#​2231)

  • The HTML lexer no longer emits empty spans for whitespace (#​2304)

  • Fix IRCFormatter inserting linenumbers incorrectly (#​2270)

ansible/ansible-compat (ansible-compat)

v4.1.5

Compare Source

Bugfixes

• Fix find roles inside collection repository (#​297) @​ajinkyau
• Enable packit rpm packaging (#​292) @​ssbarnea

v4.1.2

Compare Source

Bugfixes

v4.1.1

Compare Source

Bugfixes

v4.1.0

Compare Source

Minor Changes

Bugfixes

v4.0.5

Compare Source

Bugfixes

v4.0.4

Compare Source

Bugfixes

v4.0.3

Compare Source

Bugfixes

v4.0.2

Compare Source

Bugfixes

v4.0.1

Major Changes

Minor Changes

Bugfixes

v3.0.2

Compare Source

Bugfixes

v3.0.1

Compare Source

Bugfixes

v3.0.0

Compare Source

Major Changes

Minor Changes

Bugfixes

v2.2.7

Compare Source

Bugfixes

v2.2.6

Compare Source

Bugfixes

v2.2.5

Compare Source

Bugfixes

ansible/ansible (ansible-core)

v2.15.2

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.15.1

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.15.0

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.14.8

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.14.7

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.14.6

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.14.5

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.14.4

Compare Source

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.14.3

Compare Source

v2.14.2

Compare Source

v2.14.1

Compare Source

ansible/ansible-lint (ansible-lint)

v6.17.2

Compare Source

Bugfixes

v6.17.1

Compare Source

Bugfixes


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone Asia/Tokyo, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 4b4230b to cc5527f Compare November 25, 2022 23:36
@renovate renovate bot force-pushed the renovate/all branch 6 times, most recently from 6997880 to fec21a3 Compare December 2, 2022 23:04
@renovate renovate bot force-pushed the renovate/all branch 10 times, most recently from c8c9463 to 5deab7f Compare December 12, 2022 05:26
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 199499c to 86fda81 Compare December 15, 2022 00:19
@renovate renovate bot changed the title chore(deps): update all dependencies Update all dependencies Dec 17, 2022
@renovate renovate bot changed the title Update all dependencies chore(deps): update all dependencies Dec 17, 2022
@renovate renovate bot force-pushed the renovate/all branch 3 times, most recently from 1ed9f78 to ee2cf09 Compare December 25, 2022 12:35
@renovate renovate bot force-pushed the renovate/all branch 5 times, most recently from b4f34fe to 079357f Compare July 2, 2023 21:27
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 2dac592 to d257094 Compare July 10, 2023 19:46
@renovate renovate bot force-pushed the renovate/all branch 11 times, most recently from a8a85fc to 8a7b403 Compare July 20, 2023 21:37
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from dd55469 to 8194784 Compare July 28, 2023 13:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants