Skip to content

Bump pylint from 3.2.2 to 3.2.3 #13

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

Merged
merged 1 commit into from
Jun 10, 2024
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 10, 2024

Bumps pylint from 3.2.2 to 3.2.3.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.2 to 3.2.3.
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.2.2...v3.2.3)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 10, 2024

Dependabot tried to add @Hochfrequenz/python-developers-review-team as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/Hochfrequenz/xml-fundamend-python/pulls/13/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the teams you specified is not a collaborator of the Hochfrequenz/xml-fundamend-python repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request

@github-actions github-actions bot enabled auto-merge (squash) June 10, 2024 10:07
@github-actions github-actions bot merged commit 5b28259 into main Jun 10, 2024
@github-actions github-actions bot deleted the dependabot/pip/pylint-3.2.3 branch June 10, 2024 10:09
hf-kklein pushed a commit that referenced this pull request Jul 31, 2025
summary: it seems like the shit isn't present in the XML at all.

From the screenshot in issue 621 it seems like we'd expect the two `E01` codes to both occur in the 00035 segment:

```xml
<S_STS
            Name="Transaktionsgrund / Ergänzung / Transaktionsgrund befristete Anmeldung"
            Number="00035"
            AHB_Status="Muss"
          >
	<C_C601 Name="Statuskategorie">
		<D_9015 Name="Statuskategorie, Code">
			<Code
                  Name="Transaktionsgrund"
                  Description=""
                  AHB_Status="X"
                >7</Code>
		</D_9015>
	</C_C601>
	<C_C556 Name="Statusanlaß">
		<D_9013 Name="Transaktionsgrund">
			<Code
                  Name="Ein-/Auszug (Umzug)"
                  Description="Kunde verlässt oder bezieht eine schon bestehende Marktlokation"
                  AHB_Status="X"
                >E01</Code>
			<Code
                  Name="Wechsel"
                  Description="- Kunde bleibt an der Marktlokation, hat nur den Marktpartner gewechselt&#13;&#10;- Marktpartner hat den Kunden gekündigt"
                  AHB_Status="X"
                >E03</Code>
		</D_9013>
	</C_C556>
	<C_C556 Name="Statusanlaß">
		<D_9013 Name="Transaktionsgrundergänzung">
			<Code
                  Name="Pauschale Marktlokation"
                  Description=""
                  AHB_Status="X"
                >ZW6</Code>
			<Code
                  Name="Gemessene Marktlokation"
                  Description=""
                  AHB_Status="X"
                >ZW7</Code>
			<Code
                  Name="ruhende Marktlokation"
                  Description=""
                  AHB_Status="X [519] ∧ [520]"
                >ZAP</Code>
		</D_9013>
	</C_C556>
</S_STS>
<S_STS
            Name="Status der Antwort"
            Number="00036"
            AHB_Status="Muss [2061]"
          >
	<C_C601 Name="Statuskategorie">
		<D_9015 Name="Statuskategorie, Code">
			<Code
                  Name="Status der Antwort"
                  Description=""
                  AHB_Status="X"
                >E01</Code>
		</D_9015>
	</C_C601>
	<C_C556 Name="Statusanlaß">
		<D_9013 Name="Code des Prüfschritts" AHB_Status="X [360]" />
		<D_1131 Name="Codeliste, Code">
			<Code
                  Name="EBD Nr. E_0623"
                  Description=""
                  AHB_Status="X"
                >E_0623</Code>
		</D_1131>
	</C_C556>
</S_STS>
```
The E01/E03 that users are reporting to be missing is not in the raw data at all; just a single E01 in segment number 00035, not multiple.

Einmal mit Profis arbeiten. Wofür zahlen wir nochmal?

Hochfrequenz/ahb-tabellen#601
Hochfrequenz/ahb-tabellen#621
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants