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-dev): update python-gitlab requirement from <4.0.0,>=3.0.0 to >=3.0.0,<5.0.0 #62

Merged
merged 2 commits into from
Jan 16, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2023

Updates the requirements on python-gitlab to permit the latest version.

Release notes

Sourced from python-gitlab's releases.

v4.1.0

Feature

  • add Merge Request merge_status and detailed_merge_status values as constants (e18a424)
Changelog

Sourced from python-gitlab's changelog.

v4.1.0 (2023-10-28)

Chore

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

  • chore(CHANGELOG): re-add v4.0.0 changes using old format (258a751)

  • chore(CHANGELOG): revert python-semantic-release format change (b5517e0)

  • chore: add source label to container image (7b19278)

  • chore(rtd): revert to python 3.11 (#2694) (1113742)

Ci

  • ci: remove unneeded GitLab auth (fd7bbfc)

Feature

  • feat: add Merge Request merge_status and detailed_merge_status values as constants (e18a424)

Fix

  • fix: remove depricated MergeStatus (c6c012b)

v4.0.0 (2023-10-17)

Breaking

  • docs(advanced): document new netrc behavior

BREAKING CHANGE: python-gitlab now explicitly passes auth to requests, meaning it will only read netrc credentials if no token is provided, fixing a bug where netrc credentials took precedence over OAuth tokens. This also affects the CLI, where all environment variables now take precedence over netrc files. (45b8930)

  • refactor(build): build project using PEP 621

BREAKING CHANGE: python-gitlab now stores metadata in pyproject.toml as per PEP 621, with setup.py removed. pip version v21.1 or higher is required if you want to perform an editable install. (71fca8c)

  • refactor(const): remove deprecated global constant import

BREAKING CHANGE: Constants defined in gitlab.const can no longer be imported globally from gitlab. Import them from gitlab.const instead. (e4a1f6e)

  • refactor(list): as_list support is removed.

... (truncated)

Commits
  • ecc28cb chore: release v4.1.0
  • bf68485 chore(deps): update all non-major dependencies
  • c6c012b fix: remove depricated MergeStatus
  • e18a424 feat: add Merge Request merge_status and detailed_merge_status values as cons...
  • 258a751 chore(CHANGELOG): re-add v4.0.0 changes using old format
  • b5517e0 chore(CHANGELOG): revert python-semantic-release format change
  • 7b19278 chore: add source label to container image
  • fd7bbfc ci: remove unneeded GitLab auth
  • 1113742 chore(rtd): revert to python 3.11 (#2694)
  • 83cc63d chore: release v4.0.0
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [python-gitlab](https://github.com/python-gitlab/python-gitlab) to permit the latest version.
- [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@v3.0.0...v4.1.0)

---
updated-dependencies:
- dependency-name: python-gitlab
  dependency-type: direct:production
...

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 Nov 3, 2023
@github-actions github-actions bot added the chore label Nov 3, 2023
Copy link

codecov bot commented Nov 3, 2023

Codecov Report

Attention: 146 lines in your changes are missing coverage. Please review.

Comparison is base (6389346) 36.94% compared to head (a9012e5) 45.53%.
Report is 29 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #62      +/-   ##
==========================================
+ Coverage   36.94%   45.53%   +8.59%     
==========================================
  Files          24       25       +1     
  Lines        1903     2106     +203     
==========================================
+ Hits          703      959     +256     
+ Misses       1200     1147      -53     
Flag Coverage Δ
unittests 45.53% <60.64%> (+8.59%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
checker/actions/contributing.py 0.00% <ø> (ø)
checker/course/__init__.py 100.00% <100.00%> (ø)
checker/course/config.py 100.00% <100.00%> (ø)
checker/course/schedule.py 78.78% <100.00%> (+4.17%) ⬆️
checker/exceptions.py 97.67% <100.00%> (ø)
checker/executors/__init__.py 100.00% <100.00%> (ø)
checker/executors/sandbox.py 87.77% <ø> (ø)
checker/testers/__init__.py 100.00% <100.00%> (ø)
checker/testers/cpp.py 93.40% <100.00%> (-0.15%) ⬇️
checker/utils/__init__.py 100.00% <100.00%> (ø)
... and 13 more

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@k4black k4black merged commit f111b27 into main Jan 16, 2024
24 checks passed
@k4black k4black deleted the dependabot/pip/python-gitlab-gte-3.0.0-and-lt-5.0.0 branch January 16, 2024 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore 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.

1 participant