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

Bump cryptography from 43.0.0 to 43.0.1 in the pip group across 1 directory #2519

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2024

Bumps the pip group with 1 update in the / directory: cryptography.

Updates cryptography from 43.0.0 to 43.0.1

Changelog

Sourced from cryptography's changelog.

43.0.1 - 2024-09-03


* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.2.

.. _v43-0-0:

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 5, 2024
@jkueloc
Copy link
Collaborator

jkueloc commented Sep 10, 2024

@dependabot recreate

Bumps the pip group with 1 update in the / directory: [cryptography](https://github.com/pyca/cryptography).


Updates `cryptography` from 43.0.0 to 43.0.1
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.0...43.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pip-18e15a66a3 branch from 284dc2d to b823864 Compare September 10, 2024 11:16
@jkueloc jkueloc merged commit 4bd3254 into main Sep 10, 2024
7 checks passed
@dependabot dependabot bot deleted the dependabot/pip/pip-18e15a66a3 branch September 10, 2024 12:32
jkueloc added a commit that referenced this pull request Oct 18, 2024
* changed db instance type to one compatible withpostgresql v15.5 (#2522)

* CONCD-929 Improve show what I can work on UI (#2523)

* CONCD-929 Change radio button text

* CONCD-929 Align text to right edge of filter

* Bump cryptography in the pip group across 1 directory (#2519)

Bumps the pip group with 1 update in the / directory: [cryptography](https://github.com/pyca/cryptography).


Updates `cryptography` from 43.0.0 to 43.0.1
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.0...43.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* CONCD-919 Change transcription box message on reserved asset pages (#2524)

* Add new service update for test deployments (#2525)

* add feature branch to codeql workflow (#2527)

* Cloudflare Turnstile implementation (#2526)

* initial commit for turnstile module approach

* start integrating turnstile into concordia forms and views

* Update the url for Originally from reference.

* First attempt at adding form widget to form and view and template.

* settings is now passing TURN values, moved view to save transcription - still not the right place....

* clean up - still stuck

* Basic implementation of turnstile to transcription form

* Added turnstile to forms that previously used captcha. Removed captcha from codebase. Updated tests to correctly handle Turnstile. Fixed issue with caching and tests that only appeared when running tests multiple times in the same environment more often than once per hour. Updated docs to include Turnstile info

* Updated error message for when a user fails Turnstile validation

---------

Co-authored-by: Jen Kuenning <[email protected]>

* Added additional cases for other secret manager errors (#2529)

* CONCD-919 language tweak + padding (#2528)

* CONCD-919 2nd line of text (#2530)

* Added Turnstile URLs to settings. Moved context processor and removed redundant processor (#2532)

* Added logging for errors from Turnstile (#2533)

* CONCD-928 Implement show what I can work on for all users (#2536)

* CONCD-951 User activity alert email iteration (#2537)

* Updated service letter signature (#2538)

* Updated reservation tombstones to be applied after 24 hours, then deleted after another 24 hours (#2539)

* CONCD-956 alert email: header row (#2540)

* Added ability to undo an OCR transcription even if it's the first transcription on an asset (#2541)

* CONCD-955 Add new column with total lifetime numbers (#2542)

* Added resetting to the turnstile widget after form submission (#2543)

* Added resetting to the turnstile widget after form submission. Changed turnstile to only display a widget when interaction is required

* Added storing of validation for anonymous users. Timeout set to the same as captcha, one day

* Reordered service letter signature (#2544)

* CONCD-955 numbers don't look correct (#2545)

* CONCD-956 update the headers, descriptive text (#2546)

* CONCD-939 (#2547)

* CONCD-939 move guide up

* CONCD-939 needs to be dynamic (to accomodate transcriptions with different statuses)

* CONCD-943 Make button corners consistent (#2548)

* Re-create CodeQL configuration

* Reset CodeQL configuration

* Recreate codeql.yml

* Reset CodeQL configuration

* Resync CodeQL with the default template

Codeql started running two separate workflows beginning on Sept 23 for reasons unknown.  a second workflow instance of CodeQL showed up in the workflows giving error, "
Code Scanning could not process the submitted SARIF file: CodeQL analyses from advanced configurations cannot be processed when the default setup is enabled". Attempts to turn off CodeqL or set to advance forced the creation of this workflow.

This tries to port the old configuration logic to the new structure used by GitHub's default template which splits analysis by language.


---------

Co-authored-by: Chris Adams <[email protected]>

* GitHub Actions: adjust CodeQL trigger conditions

* CONCD-939 we can make this more responsive by actually using bootstrap's grid (#2551)

* CONCD-943 ui2 will use bootstrap default, we should too (#2552)

* CONCD-939 we don't necesarily want the button to fill its container (#2553)

* CONCD-939 changes based on Ki's feedback (#2554)

* Added logic to determine whether the user needs to be validated by Turnstile, and get rid of the extraneous scripts and checks if not (#2555)

* CONCD-928 trying to fix a bug on the campaign detail page (#2556)

* Added next transcription/review field to campaign list view. Removed unlisted and renamed display on homepage columsn. (#2557)

* CONCD-939 vertically align elements (#2558)

* add update for 2nd service when test environment (#2562)

* CONCD-939 remove left padding (#2564)

* CONCD-924 yet more fixes

* Changed abbreviations in the campaign list. Switched abbreviations to model field verbose_name to allow the fields to be list editable. (#2566)

* Updated Pipfile.lock

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Jennifer Kuenning <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Josh Stegmaier <[email protected]>
Co-authored-by: Jen Kuenning <[email protected]>
Co-authored-by: Chris Adams <[email protected]>
Co-authored-by: joshuastegmaier <[email protected]>
jkueloc added a commit that referenced this pull request Oct 29, 2024
* CONCD-924 (#2521)

* CONCD-924 used bootstrap-5-migrate-tool to update templates

* CONCD-924 only import components we need

* CONCD-924 updated django templates

* CONCD-924 a few more components that we need (nav, dropdown, etc.)

* CONCD-924 updating Pipfile.lock

* CONCD-924 updated unit tests

* CONCD-924 additional fixes (#2534)

* CONCD-924 used bootstrap-5-migrate-tool to update templates

* CONCD-924 only import components we need

* CONCD-924 updated django templates

* CONCD-924 a few more components that we need (nav, dropdown, etc.)

* CONCD-924 updating Pipfile.lock

* CONCD-924 updated unit tests

* CONCD-924 various fixes for bootstrap changes

* CONCD-924 additional fixes for bootstrap changes

* CONCD-924 still more fixes for bootsrap 5 (WiP)

* CONCD-924 close button should be white

* CONCD-924 close buttons

* CONCD-924 contrast between foreground and background colors

* CONCD-924 make button corners consistent (#2561)

* CONCD-924 still more fixes (for spacing, etc) (#2563)

* CONCD-924 yet more fixes (#2565)

* CONCD-924 merge main in to feature branch (#2568)

* changed db instance type to one compatible withpostgresql v15.5 (#2522)

* CONCD-929 Improve show what I can work on UI (#2523)

* CONCD-929 Change radio button text

* CONCD-929 Align text to right edge of filter

* Bump cryptography in the pip group across 1 directory (#2519)

Bumps the pip group with 1 update in the / directory: [cryptography](https://github.com/pyca/cryptography).


Updates `cryptography` from 43.0.0 to 43.0.1
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.0...43.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* CONCD-919 Change transcription box message on reserved asset pages (#2524)

* Add new service update for test deployments (#2525)

* add feature branch to codeql workflow (#2527)

* Cloudflare Turnstile implementation (#2526)

* initial commit for turnstile module approach

* start integrating turnstile into concordia forms and views

* Update the url for Originally from reference.

* First attempt at adding form widget to form and view and template.

* settings is now passing TURN values, moved view to save transcription - still not the right place....

* clean up - still stuck

* Basic implementation of turnstile to transcription form

* Added turnstile to forms that previously used captcha. Removed captcha from codebase. Updated tests to correctly handle Turnstile. Fixed issue with caching and tests that only appeared when running tests multiple times in the same environment more often than once per hour. Updated docs to include Turnstile info

* Updated error message for when a user fails Turnstile validation

---------

Co-authored-by: Jen Kuenning <[email protected]>

* Added additional cases for other secret manager errors (#2529)

* CONCD-919 language tweak + padding (#2528)

* CONCD-919 2nd line of text (#2530)

* Added Turnstile URLs to settings. Moved context processor and removed redundant processor (#2532)

* Added logging for errors from Turnstile (#2533)

* CONCD-928 Implement show what I can work on for all users (#2536)

* CONCD-951 User activity alert email iteration (#2537)

* Updated service letter signature (#2538)

* Updated reservation tombstones to be applied after 24 hours, then deleted after another 24 hours (#2539)

* CONCD-956 alert email: header row (#2540)

* Added ability to undo an OCR transcription even if it's the first transcription on an asset (#2541)

* CONCD-955 Add new column with total lifetime numbers (#2542)

* Added resetting to the turnstile widget after form submission (#2543)

* Added resetting to the turnstile widget after form submission. Changed turnstile to only display a widget when interaction is required

* Added storing of validation for anonymous users. Timeout set to the same as captcha, one day

* Reordered service letter signature (#2544)

* CONCD-955 numbers don't look correct (#2545)

* CONCD-956 update the headers, descriptive text (#2546)

* CONCD-939 (#2547)

* CONCD-939 move guide up

* CONCD-939 needs to be dynamic (to accomodate transcriptions with different statuses)

* CONCD-943 Make button corners consistent (#2548)

* Re-create CodeQL configuration

* Reset CodeQL configuration

* Recreate codeql.yml

* Reset CodeQL configuration

* Resync CodeQL with the default template

Codeql started running two separate workflows beginning on Sept 23 for reasons unknown.  a second workflow instance of CodeQL showed up in the workflows giving error, "
Code Scanning could not process the submitted SARIF file: CodeQL analyses from advanced configurations cannot be processed when the default setup is enabled". Attempts to turn off CodeqL or set to advance forced the creation of this workflow.

This tries to port the old configuration logic to the new structure used by GitHub's default template which splits analysis by language.


---------

Co-authored-by: Chris Adams <[email protected]>

* GitHub Actions: adjust CodeQL trigger conditions

* CONCD-939 we can make this more responsive by actually using bootstrap's grid (#2551)

* CONCD-943 ui2 will use bootstrap default, we should too (#2552)

* CONCD-939 we don't necesarily want the button to fill its container (#2553)

* CONCD-939 changes based on Ki's feedback (#2554)

* Added logic to determine whether the user needs to be validated by Turnstile, and get rid of the extraneous scripts and checks if not (#2555)

* CONCD-928 trying to fix a bug on the campaign detail page (#2556)

* Added next transcription/review field to campaign list view. Removed unlisted and renamed display on homepage columsn. (#2557)

* CONCD-939 vertically align elements (#2558)

* add update for 2nd service when test environment (#2562)

* CONCD-939 remove left padding (#2564)

* CONCD-924 yet more fixes

* Changed abbreviations in the campaign list. Switched abbreviations to model field verbose_name to allow the fields to be list editable. (#2566)

* Updated Pipfile.lock

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Jennifer Kuenning <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Josh Stegmaier <[email protected]>
Co-authored-by: Jen Kuenning <[email protected]>
Co-authored-by: Chris Adams <[email protected]>
Co-authored-by: joshuastegmaier <[email protected]>

* CONCD-924 I may have forgotten to commit this previously (#2569)

* CONCD-924 I may have forgotten to commit this previously, or maybe it got stomped by the merge

* CONCD-924 stylelint is throwing an error here, but it's suggestion causes sass to throw an error instead

* CONCD-924 not sure if we need both sass and node-sass

* CONCD-924 When the browser window is narrowed, the buttons under the transcription area need a little spacing between the Save and Submit (#2570)

* CONCD-924 resolving merge conflicts (WiP)

* Updated Pipfile.lock

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Jennifer Kuenning <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Josh Stegmaier <[email protected]>
Co-authored-by: Jen Kuenning <[email protected]>
Co-authored-by: Chris Adams <[email protected]>
Co-authored-by: joshuastegmaier <[email protected]>
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.

1 participant