-
Notifications
You must be signed in to change notification settings - Fork 29
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): bump jinja2 from 3.1.2 to 3.1.3 in /docs #1185
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Jan 11, 2024
csmig
added a commit
to csmig/stig-manager
that referenced
this pull request
Jan 25, 2024
commit 9072578 Author: csmig <33138761+csmig@users.noreply.github.com> Date: Wed Jan 24 21:55:41 2024 +0000 chore: remove duplicate ext-base-debug.js (NUWCDIVNPT#1201) Co-authored-by: csmig <csmig@csmig.com> commit d74e934 Author: cd-rite <61710958+cd-rite@users.noreply.github.com> Date: Wed Jan 24 16:54:33 2024 -0500 added .zip of STIGs required for sample data; Added a couple Pinned Revisions to sample data Collections; updated README (NUWCDIVNPT#1199) commit d9130ad Author: cd-rite <61710958+cd-rite@users.noreply.github.com> Date: Wed Jan 24 16:46:07 2024 -0500 Updates docs to better describe building the client, testing, and related repos. Added readme to client folder. (NUWCDIVNPT#1200) commit d8c5f6e Author: csmig <33138761+csmig@users.noreply.github.com> Date: Wed Jan 24 03:28:49 2024 +0000 feat: meta dashboard (NUWCDIVNPT#1193) * feat: meta dashboard * fix OAS regression using wrong schema --------- Co-authored-by: csmig <csmig@csmig.com> commit 30a35ac Author: rajesh-shres <137445547+rajesh-shres@users.noreply.github.com> Date: Tue Jan 16 14:16:38 2024 -0800 Optional chain useless var assignment (NUWCDIVNPT#1181) * use optional chain expression; remove unused variable * revert to one level up for cert * missing paren * remove unused variable & comment * more optional chaining and unused vars stuff * revert changes per PR comment * remove comment * reomve comment --------- Co-authored-by: Rajesh Shrestha <rshrestha@rite-solutions.com> Merging with test coverage workflow failure; changes do not affect coverage, all other tests passed commit 82dd0ca Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun Jan 14 21:07:07 2024 -0500 chore(deps): bump jinja2 from 3.1.2 to 3.1.3 in /docs (NUWCDIVNPT#1185) Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.2...3.1.3) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit ba469ba Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun Jan 14 21:01:18 2024 -0500 chore(deps): bump follow-redirects from 1.15.2 to 1.15.4 in /api/source (NUWCDIVNPT#1180) Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.4. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.15.2...v1.15.4) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> commit a0de443 Author: cd-rite <61710958+cd-rite@users.noreply.github.com> Date: Fri Jan 5 11:09:35 2024 -0500 chore: 1.4.1 (NUWCDIVNPT#1172) commit 44f8f57 Author: cd-rite <61710958+cd-rite@users.noreply.github.com> Date: Fri Jan 5 10:24:02 2024 -0500 sslconfig needs to look only one level up instead of two for certs after service folder restructuring (NUWCDIVNPT#1171) * sslconfig needs to look only one level up instead of two for certs after service folder restructuring * write error details to log when dependency setup fails commit fbf6a96 Author: cd-rite <61710958+cd-rite@users.noreply.github.com> Date: Tue Jan 2 13:04:13 2024 -0500 chore: Update copyright dates; 1.4.0 updates (NUWCDIVNPT#1169) commit df3300e Author: cd-rite <61710958+cd-rite@users.noreply.github.com> Date: Mon Dec 18 23:06:18 2023 -0500 Change ib base image tag to 18.18 (NUWCDIVNPT#1167) commit b14d838 Author: cd-rite <61710958+cd-rite@users.noreply.github.com> Date: Wed Dec 13 12:30:27 2023 -0500 fix: Change STIGMAN_JWT_SERVICENAME_CLAIM to conform w/ standard. Don't create null user if no username claim found. (NUWCDIVNPT#1163) * servicename fallback, reject request if no username can be found * Add userObject to request object first * made changes as suggested by reviewer commit abd4e65 Author: cd-rite <61710958+cd-rite@users.noreply.github.com> Date: Thu Dec 7 12:51:28 2023 -0500 remove iron bank from matrix testing due to unreliable access (NUWCDIVNPT#1164) commit 66fcba6 Author: cd-rite <61710958+cd-rite@users.noreply.github.com> Date: Wed Dec 6 16:50:01 2023 -0500 docs: build updates (NUWCDIVNPT#1162) * chore: update docs dependencies * wip * tweaked build materials a bit * added versions * updates to docs build process commit 8a69ec2 Author: cd-rite <61710958+cd-rite@users.noreply.github.com> Date: Wed Dec 6 12:14:35 2023 -0500 chore: Remove STIGMAN_DB_TYPE configuration option (NUWCDIVNPT#1157) * remove STIGMAN_DB_TYPE configuration option * move services up one level, remove mysql directory * remove remaining /mysql paths
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps jinja2 from 3.1.2 to 3.1.3.
Release notes
Sourced from jinja2's releases.
Changelog
Sourced from jinja2's changelog.
Commits
d9de4bb
release version 3.1.350124e1
skip test pypi9ea7222
use trusted publishingda703f7
use trusted publishingbce1746
use trusted publishing7277d80
update pre-commit hooks5c8a105
Make nested-trans-block exceptions nicer (#1918)19a55db
Make nested-trans-block exceptions nicer7167953
Merge pull request from GHSA-h5c8-rqwp-cp957dd3680
xmlattr filter disallows keys with spacesDependabot 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)You can disable automated security fix PRs for this repo from the Security Alerts page.