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

[pull] main from blacklanternsecurity:main #31

Merged
merged 33 commits into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
e3e7e97
Bump werkzeug from 3.0.4 to 3.0.6
dependabot[bot] Nov 4, 2024
c3e313a
dependabot
TheTechromancer Nov 4, 2024
94091fc
Merge pull request #135 from blacklanternsecurity/enable-dependabot
TheTechromancer Nov 4, 2024
e8cf0c8
Bump pytest from 7.4.4 to 8.3.3
dependabot[bot] Nov 4, 2024
745bd6a
Merge pull request #140 from blacklanternsecurity/dependabot/pip/main…
TheTechromancer Nov 4, 2024
9a952a9
Bump viewstate from 0.5.3 to 0.6.0
dependabot[bot] Nov 4, 2024
12c644f
Update example CLI reference
emmanuel-ferdman Nov 4, 2024
5563606
Merge pull request #141 from emmanuel-ferdman/dev
TheTechromancer Nov 4, 2024
fc01596
Merge pull request #142 from blacklanternsecurity/main
liquidsec Nov 5, 2024
7e9a70a
Merge pull request #139 from blacklanternsecurity/dependabot/pip/main…
liquidsec Nov 5, 2024
94b7fcf
Merge pull request #134 from blacklanternsecurity/dependabot/pip/werk…
liquidsec Nov 5, 2024
2658d00
Bump viewstate from 0.5.3 to 0.6.0
dependabot[bot] Nov 5, 2024
dce3c4f
Merge pull request #143 from blacklanternsecurity/dev
liquidsec Nov 5, 2024
0a7e0ee
Merge branch 'main' into dependabot/pip/main/viewstate-0.6.0
liquidsec Nov 5, 2024
13f5dae
Bump pytest-cov from 4.1.0 to 6.0.0
dependabot[bot] Nov 5, 2024
84cc6d2
Merge pull request #144 from blacklanternsecurity/dependabot/pip/main…
liquidsec Nov 5, 2024
e5f8388
Merge pull request #138 from blacklanternsecurity/dependabot/pip/main…
liquidsec Nov 5, 2024
f8ac540
changing auto-tagging behavior
liquidsec Nov 8, 2024
34b19ae
changing target branch
liquidsec Nov 8, 2024
3c5c91b
adding back in pypi publish
liquidsec Nov 8, 2024
ce6ae1c
fixing conditions
liquidsec Nov 8, 2024
243bc7a
fix workflow
liquidsec Nov 8, 2024
b92163f
Merge pull request #147 from blacklanternsecurity/remove-autotag
liquidsec Nov 8, 2024
861a80c
Merge pull request #145 from blacklanternsecurity/dev
liquidsec Nov 8, 2024
f986476
Bump poetry-dynamic-versioning from 0.21.5 to 1.4.1
dependabot[bot] Nov 8, 2024
4aa3fca
version bump
liquidsec Nov 8, 2024
652de7f
Merge pull request #137 from blacklanternsecurity/dependabot/pip/main…
liquidsec Nov 8, 2024
2f3065b
Merge branch 'main' into dev
liquidsec Nov 8, 2024
179b895
Bump mock from 4.0.3 to 5.1.0
dependabot[bot] Nov 8, 2024
f343337
Merge pull request #136 from blacklanternsecurity/dependabot/pip/main…
liquidsec Nov 8, 2024
304a811
Merge pull request #149 from blacklanternsecurity/dev
liquidsec Nov 8, 2024
4b2c4bd
Merge branch 'main' into version-bump-0-6
liquidsec Nov 8, 2024
bd3769a
Merge pull request #148 from blacklanternsecurity/version-bump-0-6
liquidsec Nov 8, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
target-branch: "main"
open-pull-requests-limit: 10
18 changes: 10 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ readme = "README.md"

[tool.poetry.dev-dependencies]
requests-mock = "^1.10.0"
pytest = "^7.1.3"
pytest = "^8.3.3"
pytest-cov = "^4.0.0"
mock = "^4.0.3"
pytest-mock = "^3.10.0"
Expand Down