dependabot-python 0.295.0 → 0.296.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
    
        checksums.yaml
    CHANGED
    
    | @@ -1,7 +1,7 @@ | |
| 1 1 | 
             
            ---
         | 
| 2 2 | 
             
            SHA256:
         | 
| 3 | 
            -
              metadata.gz:  | 
| 4 | 
            -
              data.tar.gz:  | 
| 3 | 
            +
              metadata.gz: b84ead9366b8e68e0e846383a4720ba8b68344df4e0101781de04fc47ddc1142
         | 
| 4 | 
            +
              data.tar.gz: 8f2c92d3acb9e3144ab09c3bf0db01d0993e1fd3df964f7a70685d4a954df997
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 4c209fcb1a20ae07b07c15ccbf1b544e9feeeb1ccd7bed01870071a3bc2ffe53961d1ab800e6631c49b1181988df0c9d93a99265867b0d701aaa086784acfaf4
         | 
| 7 | 
            +
              data.tar.gz: b6dd29a23038c64d31ddd2f80acfcaee8340aa05bc854b58c8f8996eb09c4b0ec635024df215d91dbfec66f2a7670e48b4d91e184d9880325eefad263bc40bd4
         | 
| @@ -73,7 +73,7 @@ module Dependabot | |
| 73 73 | 
             
                        updated_content = replace_dep(dependency, updated_content, new_r, old_r)
         | 
| 74 74 | 
             
                      end
         | 
| 75 75 |  | 
| 76 | 
            -
                      raise "Content did not change!" if content == updated_content
         | 
| 76 | 
            +
                      raise DependencyFileContentNotChanged, "Content did not change!" if content == updated_content
         | 
| 77 77 |  | 
| 78 78 | 
             
                      updated_content
         | 
| 79 79 | 
             
                    end
         | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: dependabot-python
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 0. | 
| 4 | 
            +
              version: 0.296.1
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Dependabot
         | 
| 8 8 | 
             
            autorequire:
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2025- | 
| 11 | 
            +
            date: 2025-02-11 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: dependabot-common
         | 
| @@ -16,14 +16,14 @@ dependencies: | |
| 16 16 | 
             
                requirements:
         | 
| 17 17 | 
             
                - - '='
         | 
| 18 18 | 
             
                  - !ruby/object:Gem::Version
         | 
| 19 | 
            -
                    version: 0. | 
| 19 | 
            +
                    version: 0.296.1
         | 
| 20 20 | 
             
              type: :runtime
         | 
| 21 21 | 
             
              prerelease: false
         | 
| 22 22 | 
             
              version_requirements: !ruby/object:Gem::Requirement
         | 
| 23 23 | 
             
                requirements:
         | 
| 24 24 | 
             
                - - '='
         | 
| 25 25 | 
             
                  - !ruby/object:Gem::Version
         | 
| 26 | 
            -
                    version: 0. | 
| 26 | 
            +
                    version: 0.296.1
         | 
| 27 27 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 28 28 | 
             
              name: debug
         | 
| 29 29 | 
             
              requirement: !ruby/object:Gem::Requirement
         | 
| @@ -290,7 +290,7 @@ licenses: | |
| 290 290 | 
             
            - MIT
         | 
| 291 291 | 
             
            metadata:
         | 
| 292 292 | 
             
              bug_tracker_uri: https://github.com/dependabot/dependabot-core/issues
         | 
| 293 | 
            -
              changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0. | 
| 293 | 
            +
              changelog_uri: https://github.com/dependabot/dependabot-core/releases/tag/v0.296.1
         | 
| 294 294 | 
             
            post_install_message:
         | 
| 295 295 | 
             
            rdoc_options: []
         | 
| 296 296 | 
             
            require_paths:
         |