Skip to content

Conversation

LNDS-Sysadmins
Copy link

This PR contains the following updates:

Package Update Change
rdflib minor ~=7.0.0 -> ~=7.1.0

Release Notes

RDFLib/rdflib (rdflib)

v7.1.0

Compare Source

This minor release incorporates just over 100 substantive PRs - interesting
things submitted by people - and around 140 auto-generated update PRs from
dependabot and similar.

There are no major changes in this release over 7.0.0 and this release can
be used in place of 7.0.0 without much worry about altered behaviour.

Since the previous release, we have updated the way auto-generated PRs are
handled to ease the job of maintainers.

Due to the large numbers of PRs contained in this release, an abbreviated
listing of them only is provided here:

Merged human-made PRs:

  • 2024-10-16 - Bovlb patch 1
    PR #​2931
  • 2024-10-16 - Redo XSD Datetime, Date, Time, Duration parser and serializers
    PR #​2929
  • 2024-10-15 - Don't export hashes to requirements.txt from poetry, in readthedocs g…
    PR #​2930
  • 2024-10-10 - Use pytest in one more test and update contributing guide
    PR #​2919
  • 2024-10-10 - Fix for reassigned term aliases
    PR #​2925
  • 2024-10-01 - Replace html5lib with html5lib-modern
    PR #​2911
  • 2024-09-29 - Issue #​2812: Reflect explicitly XSD-typed Literals in JSON-LD serialization
    PR #​2889
  • 2024-09-01 - Replace deprecated method in csv2rdf
    PR #​2901
  • 2024-08-31 - Fix test logic for datetime
    PR #​2900
  • 2024-08-31 - Format docstring for Graph.value to match others
    PR #​2899
  • 2024-08-27 - In .patch serializer, default to "add" operation if no operation
    PR #​2898
  • 2024-08-26 - Implement RDF Patch serializer
    PR #​2877
  • 2024-08-26 - Add initial implementation of RDF Patch parser.
    PR #​2863
  • 2024-08-26 - jsonld - Improve handling of URNs in norm_url
    PR #​2892
  • 2024-08-10 - chore: fix mypy and test failure
    PR #​2879
  • 2024-08-06 - feat: update DOAP namespace
    PR #​2869
  • 2024-08-06 - fix: typo in PR template
    PR #​2870
  • 2024-08-01 - Change some more internal usages of ConjunctiveGraph to Dataset to silence warnings
    PR #​2867
  • 2024-08-01 - Fix missing features of IdentifiedNode
    PR #​2868
  • 2024-07-31 - Fix explicit dataset (FROM and FROM NAMED clauses)
    PR #​2794
  • 2024-07-30 - Marks some doctstrings as raw, to silence a SyntaxWarning about invalid escape sequences.
    PR #​2756
  • 2024-07-30 - Convert old string substitutions to f-strings in term.py
    PR #​2864
  • 2024-07-30 - Prevent Collection from adding 'rdf:nil rdf:rest rdf:nil.' triples
    PR #​2818
  • 2024-07-29 - Dependabot ignore newer updates to setuptools.
    PR #​2860
  • 2024-07-29 - Add optional orjson support for faster json reading and writing
    PR #​2854
  • 2024-07-28 - Fix and extend implementation of BytesIOWrapper
    PR #​2853
  • 2024-07-28 - Add skolemization support for ntriples, nquads, hextuples and json-ld support at parse time
    PR #​2816
  • 2024-07-26 - Add JSON-LD extraction from HTML
    PR #​2804
  • 2024-07-25 - New sphinx docs fix
    PR #​2852
  • 2024-07-24 - More typing fixes for mypy update
    PR #​2851
  • 2024-07-24 - Fix typo, "ConjunctionGraph" -> "ConjunctiveGraph"
    PR #​2850
  • 2024-07-24 - feat: hextuple parser and serializer now supports anonymous graph names
    PR #​2815
  • 2024-07-24 - Change dependabot strategy back to "auto"
    PR #​2844
  • 2024-07-24 - test: Add test for Graph.items
    PR #​2819
  • 2024-07-24 - Pin black
    PR #​2843
  • 2024-07-24 - Fix bug preventing nested FILTER statements from working (#​709)
    PR #​2822
  • 2024-07-24 - Ruff fixes
    PR #​2842
  • 2024-07-24 - Fix typing issues that appeared after latest mypy update
    PR #​2841
  • 2024-07-24 - Reconcile debpendabot
    PR #​2840
  • 2024-07-24 - Update dependabot.yml
    PR #​2838
  • 2024-07-10 - Fix testing for warnings with pytest 8 (#​2748)
    PR #​2817
  • 2024-06-17 - Deprecate ConjunctiveGraph (#​2405)
    PR #​2786
  • 2024-06-17 - fix: task expected type string, got bool
    PR #​2791
  • 2024-06-17 - fix: lint
    PR #​2792
  • 2024-06-17 - Reformat code, execute task black
    PR #​2798
  • 2024-06-17 - Fix for gha:validation error in Github actions
    PR #​2799
  • 2024-06-12 - Remove test/data/suites/w3c/dawg-data-r2/sort/.manifest.ttl.swp since…
    PR #​2797
  • 2024-05-17 - docs: fix "Build docs" command in developers.rst
    PR #​2783
  • 2024-05-17 - Update .mailmap for Nicholas Car
    PR #​2776
  • 2024-05-17 - Update _GEO.py to include GeoSPARQL 1.1 vocabularies
    PR #​2771
  • 2024-04-27 - set default jsonld version to 1.1. autoformat for corresponding files.
    PR #​2751
  • 2024-04-27 - removed unused #ignore comments in algebra.py
    PR #​2746
  • 2024-04-18 - Let jsonld handle value nodes/Literal for context search
    PR #​2750
  • 2024-03-20 - Cleanup literal comparison ops (#​863)
    PR #​2745
  • 2024-03-20 - fix: use guess_format when plugin for format not found
    PR #​2735
  • 2024-03-20 - Remove unused open method in SPARQLUpdateStore
    PR #​2693
  • 2024-03-20 - fix: readthedocs failure with poetry 1.8
    PR #​2744
  • 2024-03-20 - fix: typo in Container method name: type_of_conatiner --> type_of_container
    PR #​2733
  • 2024-03-13 - fix: gh actions on PR
    PR #​2731
  • 2024-03-12 - Fix LongTurtle multi-BN object serialization bug
    PR #​2700
  • 2024-03-12 - JSON-LD Docco & Examples
    PR #​2529
  • 2024-02-27 - Add SHACL path to RDFLib Path utility and corresponding tests
    PR #​2699
  • 2024-02-18 - Add documentation for optional dependencies
    PR #​2701
  • 2023-11-30 - Update _SOSA.py with ssn-ex IRIs
    PR #​2654
  • 2023-10-29 - fix typo in SPARQLConnector init docstring
    PR #​2619
  • 2023-10-24 - Add changelog to sphinx docs
    PR #​2617
  • 2023-09-26 - Issue 2378 goal: Get CI to pass without ALLOW_UNICODE on doctests
    PR #​2383
  • 2023-09-25 - docs: remove Unicode literals from docstrings
    PR #​2604
  • 2023-09-10 - feat: enable check_untyped_defs for Mypy
    PR #​2580
  • 2023-09-07 - style: Enable most remaining pyupgrade rules for ruff
    PR #​2579
  • 2023-09-07 - style: Eliminate quotes from type hints
    PR #​2578
  • 2023-09-07 - build: fix minimum version testing
    PR #​2577
  • 2023-09-05 - style: add from __future__ import annotations
    PR #​2576
  • 2023-09-05 - style: homogenize docstrings
    PR #​2575
  • 2023-09-04 - style: remove unnecessary shebangs #!...
    PR #​2574
  • 2023-09-04 - style: remove modelines
    PR #​2573
  • 2023-09-04 - style: disable global ignore for E402 in ruff
    PR #​2572
  • 2023-09-04 - build: remove unneeded override for PyParsing
    PR #​2571
  • 2023-09-03 - style: eliminate unused noqa statements
    PR #​2566
  • 2023-09-02 - style: fix more linting/ruff issues in tests
    PR #​2565
  • 2023-09-02 - test: convert more unittest based tests to pytest
    PR #​2564
  • 2023-08-31 - style: fix the naming of test data constants
    PR #​2561
  • 2023-08-31 - test: migrate some tests from unittest to pytest
    PR #​2562
  • 2023-08-31 - style: Fix linting errors in serializer tests
    PR #​2559
  • 2023-08-30 - Add test case for CG operator return type
    PR #​2557
  • 2023-08-30 - style: add noqa to allow camelCase for mock function
    PR #​2558
  • 2023-08-30 - style: fix linting errors in test/test_graph
    PR #​2556
  • 2023-08-30 - fix: SPARQL LOAD ... INTO GRAPH handling
    PR #​2554
  • 2023-08-29 - fix: queryGraph selection for query and update
    PR #​2546
  • 2023-08-29 - build: replace Flake8, FlakeHeaven and isort with ruff
    PR #​2548
  • 2023-08-28 - fix: remove print() calls from SPARQL algebra code
    PR #​2553
  • 2023-08-28 - build: remove unused setuptools setting
    PR #​2547
  • 2023-08-26 - test: add python variants to variant based tests
    PR #​2544
  • 2023-08-25 - test: add more accommodation for DBpedia issues
    PR #​2543
  • 2023-08-25 - test: make graph variant tests more granular
    PR #​2540
  • 2023-08-24 - test: add skips to accommodate a DBpedia outage
    PR #​2539
  • 2023-08-15 - fix: make rdflib.term.Node abstract (fixes #​2518)
    PR #​2520
  • 2023-08-15 - Fix nested list expansion in JSON-LD
    PR #​2517
  • 2023-08-10 - refactor: don't use the same variable name for different types
    PR #​2523
  • 2023-08-06 - fix a tiny typo
    PR #​2519
  • 2023-08-02 - Introduce abstract base class
    PR #​2516

Auto-generated PRs:

  • 2024-10-16 - Revert "build(deps): bump library/python from 3.12.7-slim to 3.13.0-slim in /docker/unstable"
    PR #​2932
  • 2024-10-16 - build(deps): bump library/python from 3.12.7-slim to 3.13.0-slim in /docker/unstable
    PR #​2926
  • 2024-10-10 - build(deps): bump library/python from 3.12.6-slim to 3.12.7-slim in /docker/latest
    PR #​2920
  • 2024-10-10 - build(deps-dev): bump ruff from 0.6.8 to 0.6.9
    PR #​2921
  • 2024-10-10 - build(deps): bump library/python from 3.12.6-slim to 3.12.7-slim in /docker/unstable
    PR #​2922
  • 2024-09-30 - build(deps-dev): bump ruff from 0.6.5 to 0.6.8
    PR #​2917
  • 2024-09-30 - build(deps): bump library/python from 15bad98 to ad48727 in /docker/unstable
    PR #​2915
  • 2024-09-29 - build(deps-dev): bump ruff from 0.6.2 to 0.6.5
    PR #​2908
  • 2024-09-21 - build(deps): bump library/python from 3.12.5-slim to 3.12.6-slim in /docker/unstable
    PR #​2910
  • 2024-09-21 - build(deps): bump library/python from 3.12.5-slim to 3.12.6-slim in /docker/latest
    PR #​2909
  • 2024-09-21 - build(deps-dev): bump pytest from 8.3.2 to 8.3.3
    PR #​2907
  • 2024-08-26 - build(deps): bump lxml from 5.2.2 to 5.3.0
    PR #​2882
  • 2024-08-26 - build(deps): bump library/python from 3.12.4-slim to 3.12.5-slim in /docker/latest
    PR #​2886
  • 2024-08-26 - build(deps): bump library/python from 3.12.4-slim to 3.12.5-slim in /docker/unstable
    PR #​2885
  • 2024-08-26 - build(deps): bump orjson from 3.10.6 to 3.10.7
    PR #​2883
  • 2024-08-26 - build(deps-dev): bump mypy from 1.11.1 to 1.11.2
    PR #​2896
  • 2024-08-26 - build(deps): bump pyparsing from 3.1.2 to 3.1.4
    PR #​2895
  • 2024-08-26 - build(deps-dev): bump ruff from 0.5.6 to 0.6.2
    PR #​2894
  • 2024-08-11 - build(deps-dev): bump wheel from 0.43.0 to 0.44.0
    PR #​2874
  • 2024-08-10 - build(deps-dev): bump ruff from 0.5.5 to 0.5.6
    PR #​2873
  • 2024-08-10 - build(deps-dev): bump coverage from 7.6.0 to 7.6.1
    PR #​2872
  • 2024-08-10 - build(deps-dev): bump mypy from 1.11.0 to 1.11.1
    PR #​2871
  • 2024-08-10 - build(deps): bump library/python from 740d94a to a3e58f9 in /docker/unstable
    PR #​2875
  • 2024-08-10 - build(deps): bump library/python from 740d94a to a3e58f9 in /docker/latest
    PR #​2876
  • 2024-07-29 - build(deps-dev): bump pytest from 8.3.1 to 8.3.2
    PR #​2858
  • 2024-07-29 - build(deps-dev): bump ruff from 0.5.4 to 0.5.5
    PR #​2859
  • 2024-07-29 - build(deps): bump library/python from 52f92c5 to 740d94a in /docker/latest
    PR #​2856
  • 2024-07-29 - build(deps): bump library/python from 52f92c5 to 740d94a in /docker/unstable
    PR #​2855
  • 2024-07-24 - build(deps-dev): bump mypy from 1.8.0 to 1.11.0
    PR #​2848
  • 2024-07-24 - build(deps): bump library/python from 3.12.2-slim to 3.12.4-slim in /docker/unstable
    PR #​2845
  • 2024-07-24 - build(deps): bump library/python from f11725a to 52f92c5 in /docker/latest
    PR #​2846
  • 2024-07-24 - build(deps): bump lxml from 4.9.3 to 5.2.2
    PR #​2847
  • 2024-07-24 - build(deps-dev): bump types-setuptools from 69.5.0.20240513 to 71.1.0.20240723
    PR #​2834
  • 2024-07-24 - build(deps-dev): bump myst-parser from 2.0.0 to 3.0.1
    PR #​2773
  • 2024-07-24 - build(deps-dev): bump black from 24.3.0 to 24.4.2
    PR #​2770
  • 2024-07-24 - build(deps-dev): bump pytest from 7.4.3 to 8.3.1
    PR #​2837
  • 2024-07-24 - build(deps-dev): bump mypy from 1.6.1 to 1.8.0
    PR #​2676
  • 2024-07-23 - build(deps): bump library/python from 2fba8e7 to f11725a in /docker/latest
    PR #​2827
  • 2024-07-23 - build(deps-dev): bump setuptools from 69.5.1 to 71.1.0
    PR #​2832
  • 2024-07-23 - build(deps-dev): bump ruff from 0.5.2 to 0.5.4
    PR #​2831
  • 2024-07-15 - build(deps-dev): bump types-setuptools from 69.5.0.20240415 to 69.5.0.20240513
    PR #​2789
  • 2024-07-15 - build(deps-dev): bump ruff from 0.4.1 to 0.5.2
    PR #​2825
  • 2024-07-15 - build(deps-dev): bump coverage from 7.5.4 to 7.6.0
    PR #​2824
  • 2024-07-15 - build(deps-dev): bump typing-extensions from 4.11.0 to 4.12.2
    PR #​2826
  • 2024-07-15 - build(deps-dev): bump coverage from 7.4.4 to 7.5.4
    PR #​2805
  • 2024-07-15 - build(deps): bump library/python from 3.12.2-slim to 3.12.4-slim in /docker/latest
    PR #​2808
  • 2024-07-15 - build(deps): bump berkeleydb from 18.1.8 to 18.1.10
    PR #​2813
  • 2024-06-19 - [pre-commit.ci] pre-commit autoupdate
    PR #​2777
  • 2024-06-17 - build(deps): bump library/python from eb53cb9 to 5c73034 in /docker/latest
    PR #​2725
  • 2024-05-17 - build(deps): bump poetry from 1.8.2 to 1.8.3 in /devtools
    PR #​2787
  • 2024-04-27 - [pre-commit.ci] pre-commit autoupdate
    PR #​2755
  • 2024-05-17 - build(deps): bump networkx from 2.6.3 to 3.1
    PR #​2458
  • 2024-04-27 - build(deps-dev): bump black from 24.3.0 to 24.4.0
    PR #​2766
  • 2024-04-27 - build(deps-dev): bump ruff from 0.3.4 to 0.4.1
    PR #​2769
  • 2024-04-18 - build(deps): bump poetry from 1.7.1 to 1.8.2 in /devtools
    PR #​2743
  • 2024-04-18 - build(deps-dev): bump typing-extensions from 4.10.0 to 4.11.0
    PR #​2759
  • 2024-04-18 - build(deps-dev): bump setuptools from 69.2.0 to 69.5.1
    PR #​2763
  • 2024-04-18 - build(deps-dev): bump types-setuptools from 69.2.0.20240317 to 69.5.0.20240415
    PR #​2765
  • 2024-04-03 - build(deps-dev): bump pytest-cov from 4.1.0 to 5.0.0
    PR #​2754
  • 2024-04-03 - build(deps-dev): bump ruff from 0.3.2 to 0.3.4
    PR #​2753
  • 2024-04-03 - build(deps-dev): bump coverage from 7.4.3 to 7.4.4
    PR #​2752
  • 2024-03-20 - build(deps-dev): bump poetry from 1.7.1 to 1.8.2
    PR #​2741
  • 2024-03-20 - [pre-commit.ci] pre-commit autoupdate
    PR #​2732
  • 2024-03-20 - build(deps-dev): bump types-setuptools from 69.1.0.20240310 to 69.2.0.20240317
    PR #​2737
  • 2024-03-20 - build(deps): bump library/python from 5c73034 to 36d57d7 in /docker/unstable
    PR #​2742
  • 2024-03-20 - build(deps-dev): bump wheel from 0.42.0 to 0.43.0
    PR #​2740
  • 2024-03-20 - build(deps-dev): bump setuptools from 69.1.1 to 69.2.0
    PR #​2739
  • 2024-03-20 - build(deps-dev): bump black from 24.2.0 to 24.3.0
    PR #​2738
  • 2024-03-12 - build(deps-dev): bump lxml-stubs from 0.4.0 to 0.5.1
    PR #​2724
  • 2024-03-12 - build(deps-dev): bump types-setuptools from 69.1.0.20240302 to 69.1.0.20240310
    PR #​2728
  • 2024-03-12 - build(deps-dev): bump ruff from 0.3.0 to 0.3.2
    PR #​2729
  • 2024-03-12 - [pre-commit.ci] pre-commit autoupdate
    PR #​2630
  • 2024-03-12 - build(deps): bump pyparsing from 3.1.1 to 3.1.2
    PR #​2730
  • 2024-03-05 - build(deps): bump library/python from eb53cb9 to 5c73034 in /docker/unstable
    PR #​2726
  • 2024-03-04 - build(deps-dev): bump sphinxcontrib-apidoc from 0.4.0 to 0.5.0
    PR #​2719
  • 2024-03-04 - build(deps-dev): bump types-setuptools from 69.1.0.20240223 to 69.1.0.20240302
    PR #​2722
  • 2024-03-04 - build(deps-dev): bump ruff from 0.1.6 to 0.3.0
    PR #​2718
  • 2024-03-04 - build(deps-dev): bump poetry from 1.8.0 to 1.8.2
    PR #​2721
  • 2024-02-27 - build(deps-dev): bump types-setuptools from 68.2.0.2 to 69.1.0.20240223
    PR #​2716
  • 2024-02-27 - build(deps): bump poetry from 1.7.1 to 1.8.0 in /devtools
    PR #​2717
  • 2024-02-27 - build(deps): bump library/python from 3.12.0-slim to 3.12.2-slim in /docker/unstable
    PR #​2706
  • 2024-02-27 - build(deps-dev): bump typing-extensions from 4.8.0 to 4.10.0
    PR #​2715
  • 2024-02-27 - build(deps-dev): bump coverage from 7.3.2 to 7.4.3
    PR #​2714
  • 2024-02-27 - build(deps): bump arduino/setup-task from 1 to 2
    PR #​2707
  • 2024-02-27 - build(deps-dev): bump setuptools from 69.0.2 to 69.1.1
    PR #​2713
  • 2024-02-27 - build(deps): bump library/python from 3.12.0-slim to 3.12.2-slim in /docker/latest
    PR #​2703
  • 2024-02-27 - build(deps): bump actions/cache from 3 to 4
    PR #​2690
  • 2024-02-27 - build(deps): bump actions/upload-artifact from 3 to 4
    PR #​2669
  • 2024-02-27 - build(deps): bump actions/setup-python from 4 to 5
    PR #​2664
  • 2024-02-27 - build(deps): bump actions/setup-java from 3 to 4
    PR #​2657
  • 2024-02-27 - build(deps-dev): bump black from 23.11.0 to 24.2.0
    PR #​2709
  • 2023-12-01 - build(deps): bump library/python from 43a49c9 to babc0d4 in /docker/latest
    PR #​2627
  • 2023-12-01 - build(deps-dev): bump poetry from 1.6.1 to 1.7.1
    PR #​2646
  • 2023-11-30 - build(deps-dev): bump setuptools from 68.2.2 to 69.0.2
    PR #​2650
  • 2023-11-30 - build(deps-dev): bump ruff from 0.1.1 to 0.1.6
    PR #​2647
  • 2023-11-30 - build(deps-dev): bump types-setuptools from 68.2.0.1 to 68.2.0.2
    PR #​2652
  • 2023-11-30 - build(deps): bump library/python from babc0d4 to 32477c7 in /docker/unstable
    PR #​2653
  • 2023-11-21 - build(deps-dev): bump types-setuptools from 68.2.0.0 to 68.2.0.1
    PR #​2640
  • 2023-11-21 - build(deps-dev): bump black from 23.10.1 to 23.11.0
    PR #​2641
  • 2023-11-21 - build(deps-dev): bump sphinx-autodoc-typehints from 1.24.0 to 1.25.2
    PR #​2639
  • 2023-11-21 - build(deps-dev): bump pytest from 7.4.2 to 7.4.3
    PR #​2629
  • 2023-11-21 - build(deps): bump library/python from 43a49c9 to babc0d4 in /docker/unstable
    PR #​2626
  • 2023-10-29 - build(deps-dev): bump mypy from 1.5.1 to 1.6.1
    PR #​2624
  • 2023-10-29 - build(deps): bump berkeleydb from 18.1.6 to 18.1.8
    PR #​2615
  • 2023-10-29 - build(deps-dev): bump black from 23.9.1 to 23.10.1
    PR #​2625
  • 2023-10-24 - [pre-commit.ci] pre-commit autoupdate
    PR #​2605
  • 2023-10-24 - build(deps-dev): bump ruff from 0.0.291 to 0.1.1
    PR #​2622
  • 2023-10-24 - build(deps-dev): bump coverage from 7.3.1 to 7.3.2
    PR #​2614
  • 2023-10-24 - build(deps): bump library/python from 3.11.5-slim to 3.12.0-slim in /docker/latest
    PR #​2612
  • 2023-09-24 - [pre-commit.ci] pre-commit autoupdate
    PR #​2495
  • 2023-10-24 - build(deps): bump library/python from 3.11.5-slim to 3.12.0-slim in /docker/unstable
    PR #​2611
  • 2023-09-25 - build(deps): bump library/python from 9bd704d to edaf703 in /docker/latest
    PR #​2600
  • 2023-09-25 - build(deps): bump library/python from 9bd704d to edaf703 in /docker/unstable
    PR #​2601
  • 2023-09-25 - build(deps-dev): bump ruff from 0.0.290 to 0.0.291
    PR #​2602
  • 2023-09-24 - build(deps): bump docker/login-action from 2 to 3
    PR #​2594
  • 2023-09-24 - build(deps-dev): bump ruff from 0.0.287 to 0.0.290
    PR #​2596
  • 2023-09-24 - build(deps-dev): bump typing-extensions from 4.7.1 to 4.8.0
    PR #​2597
  • 2023-09-19 - build(deps-dev): bump setuptools from 68.2.0 to 68.2.2
    PR #​2595
  • 2023-09-11 - build(deps-dev): bump sphinxcontrib-apidoc from 0.3.0 to 0.4.0
    PR #​2583
  • 2023-09-11 - build(deps-dev): bump black from 23.7.0 to 23.9.1
    PR #​2584
  • 2023-09-11 - build(deps): bump actions/checkout from 3 to 4
    PR #​2582
  • 2023-09-11 - build(deps-dev): bump coverage from 7.3.0 to 7.3.1
    PR #​2586
  • 2023-09-11 - build(deps-dev): bump types-setuptools from 68.1.0.1 to 68.2.0.0
    PR #​2587
  • 2023-09-11 - build(deps-dev): bump pytest from 7.4.1 to 7.4.2
    PR #​2588
  • 2023-09-11 - build(deps): bump library/python from c499230 to 9bd704d in /docker/latest
    PR #​2589
  • 2023-09-11 - build(deps-dev): bump setuptools from 68.1.2 to 68.2.0
    PR #​2585
  • 2023-09-11 - build(deps): bump library/python from c499230 to 9bd704d in /docker/unstable
    PR #​2581
  • 2023-09-04 - build(deps-dev): bump types-setuptools from 68.1.0.0 to 68.1.0.1
    PR #​2569
  • 2023-09-04 - build(deps-dev): bump ruff from 0.0.286 to 0.0.287
    PR #​2567
  • 2023-09-04 - build(deps-dev): bump pytest from 7.4.0 to 7.4.1
    PR #​2568
  • 2023-08-28 - build(deps): bump library/python from 3.11.4-slim to 3.11.5-slim in /docker/latest
    PR #​2551
  • 2023-08-28 - build(deps): bump library/python from 3.11.4-slim to 3.11.5-slim in /docker/unstable
    PR #​2550
  • 2023-08-28 - build(deps-dev): bump poetry from 1.5.1 to 1.6.1
    PR #​2549
  • 2023-08-23 - build(deps-dev): bump types-setuptools from 68.0.0.3 to 68.1.0.0
    PR #​2532
  • 2023-08-23 - build(deps): bump library/python from 58ae46e to 17d62d6 in /docker/unstable
    PR #​2531
  • 2023-08-23 - build(deps-dev): bump setuptools from 68.0.0 to 68.1.2
    PR #​2535
  • 2023-08-22 - build(deps-dev): bump mypy from 1.5.0 to 1.5.1
    PR #​2534
  • 2023-08-15 - build(deps): bump library/python from 36b544b to 58ae46e in /docker/latest
    PR #​2527
  • 2023-08-15 - build(deps): bump library/python from 36b544b to 58ae46e in /docker/unstable
    PR #​2526
  • 2023-08-15 - build(deps-dev): bump mypy from 1.4.1 to 1.5.0
    PR #​2525
  • 2023-08-15 - build(deps-dev): bump coverage from 7.2.7 to 7.3.0
    PR #​2524
  • 2023-08-07 - build(deps-dev): bump sphinx from 7.1.1 to 7.1.2
    PR #​2521

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

This PR has been generated by Renovate Bot.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We have skipped reviewing this pull request. We don't review packaging changes - Let us know if you'd like us to change this.

@brunopacheco1 brunopacheco1 merged commit ee26a4d into main Oct 18, 2024
2 checks passed
@brunopacheco1 brunopacheco1 deleted the renovate/rdflib-7.x branch October 18, 2024 07:37
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.

2 participants