gitlabform 4.2.0__tar.gz → 4.2.1__tar.gz

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.
Files changed (86) hide show
  1. {gitlabform-4.2.0 → gitlabform-4.2.1}/PKG-INFO +12 -13
  2. {gitlabform-4.2.0 → gitlabform-4.2.1}/README.md +0 -2
  3. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/__init__.py +1 -0
  4. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/util/labels_processor.py +6 -5
  5. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform.egg-info/PKG-INFO +12 -13
  6. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform.egg-info/requires.txt +9 -9
  7. {gitlabform-4.2.0 → gitlabform-4.2.1}/pyproject.toml +10 -10
  8. {gitlabform-4.2.0 → gitlabform-4.2.1}/LICENSE +0 -0
  9. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/__init__.py +0 -0
  10. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/configuration/__init__.py +0 -0
  11. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/configuration/common.py +0 -0
  12. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/configuration/core.py +0 -0
  13. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/configuration/groups.py +0 -0
  14. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/configuration/projects.py +0 -0
  15. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/configuration/transform.py +0 -0
  16. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/constants.py +0 -0
  17. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/commits.py +0 -0
  18. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/core.py +0 -0
  19. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/group_badges.py +0 -0
  20. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/group_ldap_links.py +0 -0
  21. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/group_variables.py +0 -0
  22. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/groups.py +0 -0
  23. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/merge_requests.py +0 -0
  24. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/pipelines.py +0 -0
  25. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/project_badges.py +0 -0
  26. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/project_deploy_keys.py +0 -0
  27. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/project_merge_requests_approvals.py +0 -0
  28. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/project_protected_environments.py +0 -0
  29. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/project_security_settings.py +0 -0
  30. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/projects.py +0 -0
  31. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/python_gitlab.py +0 -0
  32. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/gitlab/variables.py +0 -0
  33. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/lists/__init__.py +0 -0
  34. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/lists/filter.py +0 -0
  35. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/lists/groups.py +0 -0
  36. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/lists/projects.py +0 -0
  37. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/output.py +0 -0
  38. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/__init__.py +0 -0
  39. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/abstract_processor.py +0 -0
  40. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/application/__init__.py +0 -0
  41. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/application/application_settings_processor.py +0 -0
  42. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/defining_keys.py +0 -0
  43. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/__init__.py +0 -0
  44. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_badges_processor.py +0 -0
  45. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_hooks_processor.py +0 -0
  46. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_labels_processor.py +0 -0
  47. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_ldap_links_processor.py +0 -0
  48. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_members_processor.py +0 -0
  49. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_push_rules_processor.py +0 -0
  50. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_saml_links_processor.py +0 -0
  51. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_settings_processor.py +0 -0
  52. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/group/group_variables_processor.py +0 -0
  53. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/multiple_entities_processor.py +0 -0
  54. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/__init__.py +0 -0
  55. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/badges_processor.py +0 -0
  56. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/branches_processor.py +0 -0
  57. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/deploy_keys_processor.py +0 -0
  58. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/files_processor.py +0 -0
  59. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/hooks_processor.py +0 -0
  60. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/integrations_processor.py +0 -0
  61. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/job_token_scope_processor.py +0 -0
  62. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/members_processor.py +0 -0
  63. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/merge_requests_approval_rules.py +0 -0
  64. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/merge_requests_approvals.py +0 -0
  65. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/project_labels_processor.py +0 -0
  66. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/project_processor.py +0 -0
  67. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/project_push_rules_processor.py +0 -0
  68. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/project_security_settings.py +0 -0
  69. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/project_settings_processor.py +0 -0
  70. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/resource_groups_processor.py +0 -0
  71. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/schedules_processor.py +0 -0
  72. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/tags_processor.py +0 -0
  73. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/project/variables_processor.py +0 -0
  74. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/shared/__init__.py +0 -0
  75. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/shared/protected_environments_processor.py +0 -0
  76. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/single_entity_processor.py +0 -0
  77. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/util/__init__.py +0 -0
  78. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/util/decorators.py +0 -0
  79. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/processors/util/difference_logger.py +0 -0
  80. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/run.py +0 -0
  81. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform/util.py +0 -0
  82. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform.egg-info/SOURCES.txt +0 -0
  83. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform.egg-info/dependency_links.txt +0 -0
  84. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform.egg-info/entry_points.txt +0 -0
  85. {gitlabform-4.2.0 → gitlabform-4.2.1}/gitlabform.egg-info/top_level.txt +0 -0
  86. {gitlabform-4.2.0 → gitlabform-4.2.1}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: gitlabform
3
- Version: 4.2.0
3
+ Version: 4.2.1
4
4
  Summary: 🏗 Specialized configuration as a code tool for GitLab projects, groups and more using hierarchical configuration written in YAML
5
5
  Author: Greg Dubicki and Contributors
6
6
  Project-URL: Homepage, https://gitlabform.github.io/gitlabform/
@@ -21,34 +21,35 @@ Requires-Python: >=3.12.0
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
23
  Requires-Dist: certifi==2025.1.31
24
- Requires-Dist: cli-ui==0.18.0
24
+ Requires-Dist: cli-ui==0.19.0
25
25
  Requires-Dist: ez-yaml==1.2.0
26
- Requires-Dist: Jinja2==3.1.5
26
+ Requires-Dist: Jinja2==3.1.6
27
27
  Requires-Dist: luddite==1.0.4
28
28
  Requires-Dist: MarkupSafe==3.0.2
29
29
  Requires-Dist: mergedeep==1.3.4
30
- Requires-Dist: packaging==24.2
30
+ Requires-Dist: packaging==25.0
31
31
  Requires-Dist: python-gitlab==5.6.0
32
32
  Requires-Dist: python-gitlab[graphql]==5.6.0
33
33
  Requires-Dist: requests==2.32.3
34
34
  Requires-Dist: ruamel.yaml==0.17.21
35
- Requires-Dist: types-requests==2.32.0.20250301
36
- Requires-Dist: types-setuptools==75.8.2.20250301
35
+ Requires-Dist: types-requests==2.32.0.20250328
36
+ Requires-Dist: types-setuptools==78.1.0.20250329
37
37
  Requires-Dist: yamlpath==3.8.2
38
38
  Provides-Extra: test
39
- Requires-Dist: coverage==7.6.12; extra == "test"
39
+ Requires-Dist: coverage==7.8.0; extra == "test"
40
40
  Requires-Dist: cryptography==44.0.2; extra == "test"
41
- Requires-Dist: deepdiff==8.2.0; extra == "test"
41
+ Requires-Dist: deepdiff==8.4.2; extra == "test"
42
42
  Requires-Dist: mypy==1.15.0; extra == "test"
43
43
  Requires-Dist: mypy-extensions==1.0.0; extra == "test"
44
44
  Requires-Dist: pre-commit==2.21.0; extra == "test"
45
45
  Requires-Dist: pytest==8.3.5; extra == "test"
46
- Requires-Dist: pytest-cov==6.0.0; extra == "test"
46
+ Requires-Dist: pytest-cov==6.1.1; extra == "test"
47
47
  Requires-Dist: pytest-rerunfailures==15.0; extra == "test"
48
- Requires-Dist: xkcdpass==1.19.9; extra == "test"
48
+ Requires-Dist: xkcdpass==1.20.0; extra == "test"
49
49
  Provides-Extra: docs
50
50
  Requires-Dist: mkdocs; extra == "docs"
51
51
  Requires-Dist: mkdocs-material; extra == "docs"
52
+ Dynamic: license-file
52
53
 
53
54
  [![version](https://badge.fury.io/gh/gitlabform%2Fgitlabform.svg)](https://badge.fury.io/gh/gitlabform%2Fgitlabform)
54
55
  ![release date](https://img.shields.io/github/release-date/gitlabform/gitlabform)
@@ -68,5 +69,3 @@ Requires-Dist: mkdocs-material; extra == "docs"
68
69
  ...and more using hierarchical configuration written in YAML.
69
70
 
70
71
  Please see <a href="https://gitlabform.github.io/gitlabform/">the project site</a> for more information.
71
-
72
- GitLabForm is built and tested against [`gitlab-ee/latest`](https://hub.docker.com/r/gitlab/gitlab-ee/tags).
@@ -16,5 +16,3 @@
16
16
  ...and more using hierarchical configuration written in YAML.
17
17
 
18
18
  Please see <a href="https://gitlabform.github.io/gitlabform/">the project site</a> for more information.
19
-
20
- GitLabForm is built and tested against [`gitlab-ee/latest`](https://hub.docker.com/r/gitlab/gitlab-ee/tags).
@@ -28,6 +28,7 @@ class AccessLevel(enum.IntEnum):
28
28
  NO_ACCESS = 0
29
29
  MINIMAL = 5 # introduced in GitLab 13.5
30
30
  GUEST = 10
31
+ PLANNER = 15 # introduced in GitLab 17.7
31
32
  REPORTER = 20
32
33
  DEVELOPER = 30
33
34
  MAINTAINER = 40
@@ -1,7 +1,6 @@
1
- from logging import debug, info
1
+ from cli_ui import debug as verbose, info
2
2
  from typing import Dict, List, Callable
3
3
 
4
- from gitlab.base import RESTObject
5
4
  from gitlab.v4.objects import Group, Project, ProjectLabel, GroupLabel
6
5
 
7
6
 
@@ -26,11 +25,12 @@ class LabelsProcessor:
26
25
 
27
26
  if existing_labels:
28
27
  for listed_label in existing_labels:
29
- full_label = group_or_project.labels.get(listed_label.id)
28
+ verbose(f"Processing existing label in Gitlab: {listed_label.name}")
29
+ full_label: GroupLabel | ProjectLabel = group_or_project.labels.get(listed_label.id)
30
30
  label_name = full_label.name
31
31
 
32
32
  if label_name not in configured_labels.keys():
33
- debug(f"{label_name} not in configured labels")
33
+ verbose(f"{label_name} not in configured labels")
34
34
  # only delete labels when enforce is true, because user's maybe automatically applying labels based
35
35
  # on Repo state, for example: Compliance Framework labels based on language or CI-template status
36
36
  if enforce:
@@ -47,11 +47,12 @@ class LabelsProcessor:
47
47
  parent_object_type,
48
48
  )
49
49
  else:
50
- debug(f"No update required for label: {label_name}")
50
+ verbose(f"No update required for label: {label_name}")
51
51
 
52
52
  # add new labels
53
53
  for label_name in configured_labels.keys():
54
54
  if label_name not in existing_label_names:
55
+ info(f"Creating new label: {label_name}, on {parent_object_type}")
55
56
  self.create_new_label(configured_labels, group_or_project, label_name, parent_object_type)
56
57
 
57
58
  @staticmethod
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: gitlabform
3
- Version: 4.2.0
3
+ Version: 4.2.1
4
4
  Summary: 🏗 Specialized configuration as a code tool for GitLab projects, groups and more using hierarchical configuration written in YAML
5
5
  Author: Greg Dubicki and Contributors
6
6
  Project-URL: Homepage, https://gitlabform.github.io/gitlabform/
@@ -21,34 +21,35 @@ Requires-Python: >=3.12.0
21
21
  Description-Content-Type: text/markdown
22
22
  License-File: LICENSE
23
23
  Requires-Dist: certifi==2025.1.31
24
- Requires-Dist: cli-ui==0.18.0
24
+ Requires-Dist: cli-ui==0.19.0
25
25
  Requires-Dist: ez-yaml==1.2.0
26
- Requires-Dist: Jinja2==3.1.5
26
+ Requires-Dist: Jinja2==3.1.6
27
27
  Requires-Dist: luddite==1.0.4
28
28
  Requires-Dist: MarkupSafe==3.0.2
29
29
  Requires-Dist: mergedeep==1.3.4
30
- Requires-Dist: packaging==24.2
30
+ Requires-Dist: packaging==25.0
31
31
  Requires-Dist: python-gitlab==5.6.0
32
32
  Requires-Dist: python-gitlab[graphql]==5.6.0
33
33
  Requires-Dist: requests==2.32.3
34
34
  Requires-Dist: ruamel.yaml==0.17.21
35
- Requires-Dist: types-requests==2.32.0.20250301
36
- Requires-Dist: types-setuptools==75.8.2.20250301
35
+ Requires-Dist: types-requests==2.32.0.20250328
36
+ Requires-Dist: types-setuptools==78.1.0.20250329
37
37
  Requires-Dist: yamlpath==3.8.2
38
38
  Provides-Extra: test
39
- Requires-Dist: coverage==7.6.12; extra == "test"
39
+ Requires-Dist: coverage==7.8.0; extra == "test"
40
40
  Requires-Dist: cryptography==44.0.2; extra == "test"
41
- Requires-Dist: deepdiff==8.2.0; extra == "test"
41
+ Requires-Dist: deepdiff==8.4.2; extra == "test"
42
42
  Requires-Dist: mypy==1.15.0; extra == "test"
43
43
  Requires-Dist: mypy-extensions==1.0.0; extra == "test"
44
44
  Requires-Dist: pre-commit==2.21.0; extra == "test"
45
45
  Requires-Dist: pytest==8.3.5; extra == "test"
46
- Requires-Dist: pytest-cov==6.0.0; extra == "test"
46
+ Requires-Dist: pytest-cov==6.1.1; extra == "test"
47
47
  Requires-Dist: pytest-rerunfailures==15.0; extra == "test"
48
- Requires-Dist: xkcdpass==1.19.9; extra == "test"
48
+ Requires-Dist: xkcdpass==1.20.0; extra == "test"
49
49
  Provides-Extra: docs
50
50
  Requires-Dist: mkdocs; extra == "docs"
51
51
  Requires-Dist: mkdocs-material; extra == "docs"
52
+ Dynamic: license-file
52
53
 
53
54
  [![version](https://badge.fury.io/gh/gitlabform%2Fgitlabform.svg)](https://badge.fury.io/gh/gitlabform%2Fgitlabform)
54
55
  ![release date](https://img.shields.io/github/release-date/gitlabform/gitlabform)
@@ -68,5 +69,3 @@ Requires-Dist: mkdocs-material; extra == "docs"
68
69
  ...and more using hierarchical configuration written in YAML.
69
70
 
70
71
  Please see <a href="https://gitlabform.github.io/gitlabform/">the project site</a> for more information.
71
-
72
- GitLabForm is built and tested against [`gitlab-ee/latest`](https://hub.docker.com/r/gitlab/gitlab-ee/tags).
@@ -1,17 +1,17 @@
1
1
  certifi==2025.1.31
2
- cli-ui==0.18.0
2
+ cli-ui==0.19.0
3
3
  ez-yaml==1.2.0
4
- Jinja2==3.1.5
4
+ Jinja2==3.1.6
5
5
  luddite==1.0.4
6
6
  MarkupSafe==3.0.2
7
7
  mergedeep==1.3.4
8
- packaging==24.2
8
+ packaging==25.0
9
9
  python-gitlab==5.6.0
10
10
  python-gitlab[graphql]==5.6.0
11
11
  requests==2.32.3
12
12
  ruamel.yaml==0.17.21
13
- types-requests==2.32.0.20250301
14
- types-setuptools==75.8.2.20250301
13
+ types-requests==2.32.0.20250328
14
+ types-setuptools==78.1.0.20250329
15
15
  yamlpath==3.8.2
16
16
 
17
17
  [docs]
@@ -19,13 +19,13 @@ mkdocs
19
19
  mkdocs-material
20
20
 
21
21
  [test]
22
- coverage==7.6.12
22
+ coverage==7.8.0
23
23
  cryptography==44.0.2
24
- deepdiff==8.2.0
24
+ deepdiff==8.4.2
25
25
  mypy==1.15.0
26
26
  mypy-extensions==1.0.0
27
27
  pre-commit==2.21.0
28
28
  pytest==8.3.5
29
- pytest-cov==6.0.0
29
+ pytest-cov==6.1.1
30
30
  pytest-rerunfailures==15.0
31
- xkcdpass==1.19.9
31
+ xkcdpass==1.20.0
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "gitlabform"
7
- version = "4.2.0"
7
+ version = "4.2.1"
8
8
  authors = [{ name = "Greg Dubicki and Contributors" }]
9
9
  description = "🏗 Specialized configuration as a code tool for GitLab projects, groups and more using hierarchical configuration written in YAML"
10
10
  keywords = ["cli", "yaml", "gitlab", "configuration-as-code"]
@@ -24,19 +24,19 @@ classifiers = [
24
24
  requires-python = ">=3.12.0"
25
25
  dependencies = [
26
26
  "certifi==2025.1.31",
27
- "cli-ui==0.18.0",
27
+ "cli-ui==0.19.0",
28
28
  "ez-yaml==1.2.0",
29
- "Jinja2==3.1.5",
29
+ "Jinja2==3.1.6",
30
30
  "luddite==1.0.4",
31
31
  "MarkupSafe==3.0.2",
32
32
  "mergedeep==1.3.4",
33
- "packaging==24.2",
33
+ "packaging==25.0",
34
34
  "python-gitlab==5.6.0",
35
35
  "python-gitlab[graphql]==5.6.0",
36
36
  "requests==2.32.3",
37
37
  "ruamel.yaml==0.17.21",
38
- "types-requests==2.32.0.20250301",
39
- "types-setuptools==75.8.2.20250301",
38
+ "types-requests==2.32.0.20250328",
39
+ "types-setuptools==78.1.0.20250329",
40
40
  "yamlpath==3.8.2",
41
41
  ]
42
42
 
@@ -52,16 +52,16 @@ content-type = "text/markdown"
52
52
 
53
53
  [project.optional-dependencies]
54
54
  test = [
55
- "coverage==7.6.12",
55
+ "coverage==7.8.0",
56
56
  "cryptography==44.0.2",
57
- "deepdiff==8.2.0",
57
+ "deepdiff==8.4.2",
58
58
  "mypy==1.15.0",
59
59
  "mypy-extensions==1.0.0",
60
60
  "pre-commit==2.21.0",
61
61
  "pytest==8.3.5",
62
- "pytest-cov==6.0.0",
62
+ "pytest-cov==6.1.1",
63
63
  "pytest-rerunfailures==15.0",
64
- "xkcdpass==1.19.9",
64
+ "xkcdpass==1.20.0",
65
65
  ]
66
66
  docs = ["mkdocs", "mkdocs-material"]
67
67
 
File without changes
File without changes
File without changes