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 lxml from 4.6.2 to 4.6.3 in /tests #430

Merged
merged 1 commit into from
Mar 24, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 23, 2021

Bumps lxml from 4.6.2 to 4.6.3.

Changelog

Sourced from lxml's changelog.

4.6.3 (2021-03-21)

Bugs fixed

  • A vulnerability (CVE-2021-28957) was discovered in the HTML Cleaner by Kevin Chung, which allowed JavaScript to pass through. The cleaner now removes the HTML5 formaction attribute.
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 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

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 Mar 23, 2021
@RichtXO RichtXO merged commit 248311d into master Mar 24, 2021
@RichtXO RichtXO deleted the dependabot/pip/tests/lxml-4.6.3 branch March 24, 2021 02:19
RichtXO added a commit that referenced this pull request Apr 8, 2021
* Update ColorService.js

* Update ColorService.js

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Updated CSVs (#426)

* updated

* updated semesters and maybe a fix to the test

* just testing

* updated

* updated csvs

* updated

* Moving to vuex (#425)

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* beep boop Github Action Master Branch CI Prettier hard at work

* Dark mode visibility (#423)

* Update CourseListing.vue

Update importance of color scheme

* Update dark.scss

Update button colors

* Update dark.scss

corrected line that was used for debugging

* Update dark.scss

Added component for hovering over course boxes

* Update SubjectExplorer.vue

Fixed hovering color switch (prev when you hovered over course box color did not switch)

* Update SubjectExplorer.vue

Slight color modification (to match other hover colors)

* Update dark.scss

comment cleanup

* Updating summer 2021 CSV (#416)

* Updating summer 2021 CSV

Just updating it periodically

* adding fall 2021

* updated courses

* updating summer :)

* Update CourseListing.vue

bug fix for clicking prerequisites course (prev forced back to light mode)

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Updated CSVs (#426)

* updated

* updated semesters and maybe a fix to the test

* just testing

* updated

* updated csvs

* updated

* Update CourseListing.vue

Update importance of color scheme

* Update dark.scss

Update button colors

* Update dark.scss

corrected line that was used for debugging

* Update dark.scss

Added component for hovering over course boxes

* Update SubjectExplorer.vue

Fixed hovering color switch (prev when you hovered over course box color did not switch)

* Update SubjectExplorer.vue

Slight color modification (to match other hover colors)

* Update dark.scss

comment cleanup

* Update CourseListing.vue

bug fix for clicking prerequisites course (prev forced back to light mode)

Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Move Sign Up Button (#411)

* First go at issue 373. Moved the Sign Up button into the Log In pop up window

* Updated summer2021 to account for partial semesters and update summer2021.csv (#413)

* Linked Course Names (#407)

* Proposed solution to Issue 387. The course names are now links to course pages.

* Created function for finding explore link

* Template strings because pretty

* beep boop Github Action Master Branch CI Prettier hard at work

* Added removed subsmester filter funcionality from #51 (#417)

* beep boop Github Action Master Branch CI Prettier hard at work

* Updating summer 2021 CSV (#416)

* Updating summer 2021 CSV

Just updating it periodically

* adding fall 2021

* updated courses

* updating summer :)

* Fixed the spacing between the buttons. Should be good now :)

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Updated CSVs (#426)

* updated

* updated semesters and maybe a fix to the test

* just testing

* updated

* updated csvs

* updated

* Moving to vuex (#425)

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* beep boop Github Action Master Branch CI Prettier hard at work

* First go at issue 373. Moved the Sign Up button into the Log In pop up window

* Fixed the spacing between the buttons. Should be good now :)

Co-authored-by: Daniel Ackermans <35609442+marchdan@users.noreply.github.com>
Co-authored-by: I'm a Github Action <beepboop@github.com>
Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua Wu <joshuawu3@gmail.com>

* beep boop Github Action Master Branch CI Prettier hard at work

* Bump lxml from 4.6.2 to 4.6.3 in /tests (#430)

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-4.6.2...lxml-4.6.3)

Signed-off-by: dependabot[bot] <support@github.com>

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

* Bump pyyaml from 5.3.1 to 5.4 in /tests (#434)

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](yaml/pyyaml@5.3.1...5.4)

Signed-off-by: dependabot[bot] <support@github.com>

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

* Update ColorService.js

* Update ColorService.js

* Update ColorService.js

* Update ColorService.js

Co-authored-by: JaBeast13 <JaBeast13@users.noreply.github.com>
Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua Wu <joshuawu3@gmail.com>
Co-authored-by: I'm a Github Action <beepboop@github.com>
Co-authored-by: keerti-sundaram <70778626+keerti-sundaram@users.noreply.github.com>
Co-authored-by: Nicole Marie Gizzo <gizzon@rpi.edu>
Co-authored-by: Daniel Ackermans <35609442+marchdan@users.noreply.github.com>
RichtXO added a commit that referenced this pull request Apr 15, 2021
* adding 404 page :)

* Updated CSVs (#426)

* updated

* updated semesters and maybe a fix to the test

* just testing

* updated

* updated csvs

* updated

* Moving to vuex (#425)

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* beep boop Github Action Master Branch CI Prettier hard at work

* Dark mode visibility (#423)

* Update CourseListing.vue

Update importance of color scheme

* Update dark.scss

Update button colors

* Update dark.scss

corrected line that was used for debugging

* Update dark.scss

Added component for hovering over course boxes

* Update SubjectExplorer.vue

Fixed hovering color switch (prev when you hovered over course box color did not switch)

* Update SubjectExplorer.vue

Slight color modification (to match other hover colors)

* Update dark.scss

comment cleanup

* Updating summer 2021 CSV (#416)

* Updating summer 2021 CSV

Just updating it periodically

* adding fall 2021

* updated courses

* updating summer :)

* Update CourseListing.vue

bug fix for clicking prerequisites course (prev forced back to light mode)

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Updated CSVs (#426)

* updated

* updated semesters and maybe a fix to the test

* just testing

* updated

* updated csvs

* updated

* Update CourseListing.vue

Update importance of color scheme

* Update dark.scss

Update button colors

* Update dark.scss

corrected line that was used for debugging

* Update dark.scss

Added component for hovering over course boxes

* Update SubjectExplorer.vue

Fixed hovering color switch (prev when you hovered over course box color did not switch)

* Update SubjectExplorer.vue

Slight color modification (to match other hover colors)

* Update dark.scss

comment cleanup

* Update CourseListing.vue

bug fix for clicking prerequisites course (prev forced back to light mode)

Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Move Sign Up Button (#411)

* First go at issue 373. Moved the Sign Up button into the Log In pop up window

* Updated summer2021 to account for partial semesters and update summer2021.csv (#413)

* Linked Course Names (#407)

* Proposed solution to Issue 387. The course names are now links to course pages.

* Created function for finding explore link

* Template strings because pretty

* beep boop Github Action Master Branch CI Prettier hard at work

* Added removed subsmester filter funcionality from #51 (#417)

* beep boop Github Action Master Branch CI Prettier hard at work

* Updating summer 2021 CSV (#416)

* Updating summer 2021 CSV

Just updating it periodically

* adding fall 2021

* updated courses

* updating summer :)

* Fixed the spacing between the buttons. Should be good now :)

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Updated CSVs (#426)

* updated

* updated semesters and maybe a fix to the test

* just testing

* updated

* updated csvs

* updated

* Moving to vuex (#425)

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* beep boop Github Action Master Branch CI Prettier hard at work

* First go at issue 373. Moved the Sign Up button into the Log In pop up window

* Fixed the spacing between the buttons. Should be good now :)

Co-authored-by: Daniel Ackermans <35609442+marchdan@users.noreply.github.com>
Co-authored-by: I'm a Github Action <beepboop@github.com>
Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua Wu <joshuawu3@gmail.com>

* beep boop Github Action Master Branch CI Prettier hard at work

* adding 404 page :)

* Fixed some things

* Bump lxml from 4.6.2 to 4.6.3 in /tests (#430)

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-4.6.2...lxml-4.6.3)

Signed-off-by: dependabot[bot] <support@github.com>

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

* adding an easter egg :]

* edit egg to fix all devices

not pretty, prob would anger everyone, but it works :)))

* Bump pyyaml from 5.3.1 to 5.4 in /tests (#434)

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](yaml/pyyaml@5.3.1...5.4)

Signed-off-by: dependabot[bot] <support@github.com>

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

* Fix added course to removeCourseSection event (#435)

* updated

* Auto update prod fall 2021 courses every hour (#436)

* Add workflow to update prod courses

* test run on current branch

* Add python setup

* run on ubuntu latest

* Set working-direction for upload

* Update every hour. Reduce class cache to an hour

* Make semester publicly visible

* Rename to Semester Data Update

* Bump y18n from 4.0.0 to 4.0.1 in /tests/integration (#438)

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

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

* typo fix for id (#439)

* title fixed and keywords smol refactor (#441)

* beep boop Github Action Master Branch CI Prettier hard at work

* Update ColorService.js (#421)

* Update ColorService.js

* Update ColorService.js

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Updated CSVs (#426)

* updated

* updated semesters and maybe a fix to the test

* just testing

* updated

* updated csvs

* updated

* Moving to vuex (#425)

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* beep boop Github Action Master Branch CI Prettier hard at work

* Dark mode visibility (#423)

* Update CourseListing.vue

Update importance of color scheme

* Update dark.scss

Update button colors

* Update dark.scss

corrected line that was used for debugging

* Update dark.scss

Added component for hovering over course boxes

* Update SubjectExplorer.vue

Fixed hovering color switch (prev when you hovered over course box color did not switch)

* Update SubjectExplorer.vue

Slight color modification (to match other hover colors)

* Update dark.scss

comment cleanup

* Updating summer 2021 CSV (#416)

* Updating summer 2021 CSV

Just updating it periodically

* adding fall 2021

* updated courses

* updating summer :)

* Update CourseListing.vue

bug fix for clicking prerequisites course (prev forced back to light mode)

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Updated CSVs (#426)

* updated

* updated semesters and maybe a fix to the test

* just testing

* updated

* updated csvs

* updated

* Update CourseListing.vue

Update importance of color scheme

* Update dark.scss

Update button colors

* Update dark.scss

corrected line that was used for debugging

* Update dark.scss

Added component for hovering over course boxes

* Update SubjectExplorer.vue

Fixed hovering color switch (prev when you hovered over course box color did not switch)

* Update SubjectExplorer.vue

Slight color modification (to match other hover colors)

* Update dark.scss

comment cleanup

* Update CourseListing.vue

bug fix for clicking prerequisites course (prev forced back to light mode)

Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Move Sign Up Button (#411)

* First go at issue 373. Moved the Sign Up button into the Log In pop up window

* Updated summer2021 to account for partial semesters and update summer2021.csv (#413)

* Linked Course Names (#407)

* Proposed solution to Issue 387. The course names are now links to course pages.

* Created function for finding explore link

* Template strings because pretty

* beep boop Github Action Master Branch CI Prettier hard at work

* Added removed subsmester filter funcionality from #51 (#417)

* beep boop Github Action Master Branch CI Prettier hard at work

* Updating summer 2021 CSV (#416)

* Updating summer 2021 CSV

Just updating it periodically

* adding fall 2021

* updated courses

* updating summer :)

* Fixed the spacing between the buttons. Should be good now :)

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Updated CSVs (#426)

* updated

* updated semesters and maybe a fix to the test

* just testing

* updated

* updated csvs

* updated

* Moving to vuex (#425)

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* beep boop Github Action Master Branch CI Prettier hard at work

* First go at issue 373. Moved the Sign Up button into the Log In pop up window

* Fixed the spacing between the buttons. Should be good now :)

Co-authored-by: Daniel Ackermans <35609442+marchdan@users.noreply.github.com>
Co-authored-by: I'm a Github Action <beepboop@github.com>
Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua Wu <joshuawu3@gmail.com>

* beep boop Github Action Master Branch CI Prettier hard at work

* Bump lxml from 4.6.2 to 4.6.3 in /tests (#430)

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-4.6.2...lxml-4.6.3)

Signed-off-by: dependabot[bot] <support@github.com>

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

* Bump pyyaml from 5.3.1 to 5.4 in /tests (#434)

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](yaml/pyyaml@5.3.1...5.4)

Signed-off-by: dependabot[bot] <support@github.com>

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

* Update ColorService.js

* Update ColorService.js

* Update ColorService.js

* Update ColorService.js

Co-authored-by: JaBeast13 <JaBeast13@users.noreply.github.com>
Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua Wu <joshuawu3@gmail.com>
Co-authored-by: I'm a Github Action <beepboop@github.com>
Co-authored-by: keerti-sundaram <70778626+keerti-sundaram@users.noreply.github.com>
Co-authored-by: Nicole Marie Gizzo <gizzon@rpi.edu>
Co-authored-by: Daniel Ackermans <35609442+marchdan@users.noreply.github.com>

* Color blind assist (#440)

* Added color blind friendly colors

* Added color blind assistance toggle

* Color blind assistance cookie

* Changed course link color to black

* beep boop Github Action Master Branch CI Prettier hard at work

* adding the overflow tag

* adding 404 page :)

* Fixed some things

* adding an easter egg :]

* edit egg to fix all devices

not pretty, prob would anger everyone, but it works :)))

* adding the overflow tag

* small change

Co-authored-by: Joshua Wu <joshuawu3@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: I'm a Github Action <beepboop@github.com>
Co-authored-by: keerti-sundaram <70778626+keerti-sundaram@users.noreply.github.com>
Co-authored-by: Nicole Marie Gizzo <gizzon@rpi.edu>
Co-authored-by: Daniel Ackermans <35609442+marchdan@users.noreply.github.com>
Co-authored-by: Jacob Shomstein <jacob@shomstein.com>
Co-authored-by: JaBeast13 <78986694+JaBeast13@users.noreply.github.com>
Co-authored-by: JaBeast13 <JaBeast13@users.noreply.github.com>
Co-authored-by: NickKing24 <78986301+NickKing24@users.noreply.github.com>
RichtXO added a commit that referenced this pull request May 1, 2021
* Adding Lighthouse audit

Was just thinking of automating this process

* made changes

what's docker again?

* run plz?

* cert errors have returned to bite my ass...

* combining the temp_deploy with the CI

* dam it

* add seed data

* will it work now?

* just want to see it work :/

* more changes for the data

* changes

* changes

* what is it outputtng...

* sleep?

* remove space

* finally done!

* run this in desktop?

* now it should work

* adding screenEmulation

* test...

* test

* adding back the desktop

* Now Adding 404 Page! (#429)

* adding 404 page :)

* Updated CSVs (#426)

* updated

* updated semesters and maybe a fix to the test

* just testing

* updated

* updated csvs

* updated

* Moving to vuex (#425)

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* beep boop Github Action Master Branch CI Prettier hard at work

* Dark mode visibility (#423)

* Update CourseListing.vue

Update importance of color scheme

* Update dark.scss

Update button colors

* Update dark.scss

corrected line that was used for debugging

* Update dark.scss

Added component for hovering over course boxes

* Update SubjectExplorer.vue

Fixed hovering color switch (prev when you hovered over course box color did not switch)

* Update SubjectExplorer.vue

Slight color modification (to match other hover colors)

* Update dark.scss

comment cleanup

* Updating summer 2021 CSV (#416)

* Updating summer 2021 CSV

Just updating it periodically

* adding fall 2021

* updated courses

* updating summer :)

* Update CourseListing.vue

bug fix for clicking prerequisites course (prev forced back to light mode)

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Updated CSVs (#426)

* updated

* updated semesters and maybe a fix to the test

* just testing

* updated

* updated csvs

* updated

* Update CourseListing.vue

Update importance of color scheme

* Update dark.scss

Update button colors

* Update dark.scss

corrected line that was used for debugging

* Update dark.scss

Added component for hovering over course boxes

* Update SubjectExplorer.vue

Fixed hovering color switch (prev when you hovered over course box color did not switch)

* Update SubjectExplorer.vue

Slight color modification (to match other hover colors)

* Update dark.scss

comment cleanup

* Update CourseListing.vue

bug fix for clicking prerequisites course (prev forced back to light mode)

Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Move Sign Up Button (#411)

* First go at issue 373. Moved the Sign Up button into the Log In pop up window

* Updated summer2021 to account for partial semesters and update summer2021.csv (#413)

* Linked Course Names (#407)

* Proposed solution to Issue 387. The course names are now links to course pages.

* Created function for finding explore link

* Template strings because pretty

* beep boop Github Action Master Branch CI Prettier hard at work

* Added removed subsmester filter funcionality from #51 (#417)

* beep boop Github Action Master Branch CI Prettier hard at work

* Updating summer 2021 CSV (#416)

* Updating summer 2021 CSV

Just updating it periodically

* adding fall 2021

* updated courses

* updating summer :)

* Fixed the spacing between the buttons. Should be good now :)

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Updated CSVs (#426)

* updated

* updated semesters and maybe a fix to the test

* just testing

* updated

* updated csvs

* updated

* Moving to vuex (#425)

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* beep boop Github Action Master Branch CI Prettier hard at work

* First go at issue 373. Moved the Sign Up button into the Log In pop up window

* Fixed the spacing between the buttons. Should be good now :)

Co-authored-by: Daniel Ackermans <35609442+marchdan@users.noreply.github.com>
Co-authored-by: I'm a Github Action <beepboop@github.com>
Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua Wu <joshuawu3@gmail.com>

* beep boop Github Action Master Branch CI Prettier hard at work

* adding 404 page :)

* Fixed some things

* Bump lxml from 4.6.2 to 4.6.3 in /tests (#430)

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-4.6.2...lxml-4.6.3)

Signed-off-by: dependabot[bot] <support@github.com>

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

* adding an easter egg :]

* edit egg to fix all devices

not pretty, prob would anger everyone, but it works :)))

* Bump pyyaml from 5.3.1 to 5.4 in /tests (#434)

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](yaml/pyyaml@5.3.1...5.4)

Signed-off-by: dependabot[bot] <support@github.com>

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

* Fix added course to removeCourseSection event (#435)

* updated

* Auto update prod fall 2021 courses every hour (#436)

* Add workflow to update prod courses

* test run on current branch

* Add python setup

* run on ubuntu latest

* Set working-direction for upload

* Update every hour. Reduce class cache to an hour

* Make semester publicly visible

* Rename to Semester Data Update

* Bump y18n from 4.0.0 to 4.0.1 in /tests/integration (#438)

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/yargs/y18n/releases)
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/yargs/y18n/commits)

Signed-off-by: dependabot[bot] <support@github.com>

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

* typo fix for id (#439)

* title fixed and keywords smol refactor (#441)

* beep boop Github Action Master Branch CI Prettier hard at work

* Update ColorService.js (#421)

* Update ColorService.js

* Update ColorService.js

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Updated CSVs (#426)

* updated

* updated semesters and maybe a fix to the test

* just testing

* updated

* updated csvs

* updated

* Moving to vuex (#425)

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* beep boop Github Action Master Branch CI Prettier hard at work

* Dark mode visibility (#423)

* Update CourseListing.vue

Update importance of color scheme

* Update dark.scss

Update button colors

* Update dark.scss

corrected line that was used for debugging

* Update dark.scss

Added component for hovering over course boxes

* Update SubjectExplorer.vue

Fixed hovering color switch (prev when you hovered over course box color did not switch)

* Update SubjectExplorer.vue

Slight color modification (to match other hover colors)

* Update dark.scss

comment cleanup

* Updating summer 2021 CSV (#416)

* Updating summer 2021 CSV

Just updating it periodically

* adding fall 2021

* updated courses

* updating summer :)

* Update CourseListing.vue

bug fix for clicking prerequisites course (prev forced back to light mode)

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Updated CSVs (#426)

* updated

* updated semesters and maybe a fix to the test

* just testing

* updated

* updated csvs

* updated

* Update CourseListing.vue

Update importance of color scheme

* Update dark.scss

Update button colors

* Update dark.scss

corrected line that was used for debugging

* Update dark.scss

Added component for hovering over course boxes

* Update SubjectExplorer.vue

Fixed hovering color switch (prev when you hovered over course box color did not switch)

* Update SubjectExplorer.vue

Slight color modification (to match other hover colors)

* Update dark.scss

comment cleanup

* Update CourseListing.vue

bug fix for clicking prerequisites course (prev forced back to light mode)

Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Move Sign Up Button (#411)

* First go at issue 373. Moved the Sign Up button into the Log In pop up window

* Updated summer2021 to account for partial semesters and update summer2021.csv (#413)

* Linked Course Names (#407)

* Proposed solution to Issue 387. The course names are now links to course pages.

* Created function for finding explore link

* Template strings because pretty

* beep boop Github Action Master Branch CI Prettier hard at work

* Added removed subsmester filter funcionality from #51 (#417)

* beep boop Github Action Master Branch CI Prettier hard at work

* Updating summer 2021 CSV (#416)

* Updating summer 2021 CSV

Just updating it periodically

* adding fall 2021

* updated courses

* updating summer :)

* Fixed the spacing between the buttons. Should be good now :)

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Updated CSVs (#426)

* updated

* updated semesters and maybe a fix to the test

* just testing

* updated

* updated csvs

* updated

* Moving to vuex (#425)

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

* fixed the CI problem (#427)

* Signed-off-by: dependabot[bot] <support@github.com> (#428)

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

* Move selectedSemester, courses, semesters, departments, subsemesters into vuex

* Add isLoadingCourses vuex state

* Add check for courseObj in course page

* Default empty schedule for schedule controller

* Add route guard to student routes to load semester

* Load student courses on courses change

* Only add meta for coursepage if courseObj exists

Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* beep boop Github Action Master Branch CI Prettier hard at work

* First go at issue 373. Moved the Sign Up button into the Log In pop up window

* Fixed the spacing between the buttons. Should be good now :)

Co-authored-by: Daniel Ackermans <35609442+marchdan@users.noreply.github.com>
Co-authored-by: I'm a Github Action <beepboop@github.com>
Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua Wu <joshuawu3@gmail.com>

* beep boop Github Action Master Branch CI Prettier hard at work

* Bump lxml from 4.6.2 to 4.6.3 in /tests (#430)

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.2 to 4.6.3.
- [Release notes](https://github.com/lxml/lxml/releases)
- [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt)
- [Commits](lxml/lxml@lxml-4.6.2...lxml-4.6.3)

Signed-off-by: dependabot[bot] <support@github.com>

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

* Bump pyyaml from 5.3.1 to 5.4 in /tests (#434)

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.3.1 to 5.4.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](yaml/pyyaml@5.3.1...5.4)

Signed-off-by: dependabot[bot] <support@github.com>

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

* Update ColorService.js

* Update ColorService.js

* Update ColorService.js

* Update ColorService.js

Co-authored-by: JaBeast13 <JaBeast13@users.noreply.github.com>
Co-authored-by: Richard Tsai <RichtXO@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joshua Wu <joshuawu3@gmail.com>
Co-authored-by: I'm a Github Action <beepboop@github.com>
Co-authored-by: keerti-sundaram <70778626+keerti-sundaram@users.noreply.github.com>
Co-authored-by: Nicole Marie Gizzo <gizzon@rpi.edu>
Co-authored-by: Daniel Ackermans <35609442+marchdan@users.noreply.github.com>

* Color blind assist (#440)

* Added color blind friendly colors

* Added color blind assistance toggle

* Color blind assistance cookie

* Changed course link color to black

* beep boop Github Action Master Branch CI Prettier hard at work

* adding the overflow tag

* adding 404 page :)

* Fixed some things

* adding an easter egg :]

* edit egg to fix all devices

not pretty, prob would anger everyone, but it works :)))

* adding the overflow tag

* small change

Co-authored-by: Joshua Wu <joshuawu3@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: I'm a Github Action <beepboop@github.com>
Co-authored-by: keerti-sundaram <70778626+keerti-sundaram@users.noreply.github.com>
Co-authored-by: Nicole Marie Gizzo <gizzon@rpi.edu>
Co-authored-by: Daniel Ackermans <35609442+marchdan@users.noreply.github.com>
Co-authored-by: Jacob Shomstein <jacob@shomstein.com>
Co-authored-by: JaBeast13 <78986694+JaBeast13@users.noreply.github.com>
Co-authored-by: JaBeast13 <JaBeast13@users.noreply.github.com>
Co-authored-by: NickKing24 <78986301+NickKing24@users.noreply.github.com>

* beep boop Github Action Master Branch CI Prettier hard at work

* Automatically Switch to Dark Mode (#410)

* Feat.: Add dark mode following device color scheme

* Fix: Reduce flickers caused by loading courses

* Feat.: Add method of change scheme to device color

* FIX: Change the implementation of dark mode switch

* Fix: Change positions of toaster notifications

* Feat.: Change color scheme without refreshing

* Fix: Coding style enhancements

* Fix: Code readability

* Feat.: Add dark mode following device color scheme

* Fix: Reduce flickers caused by loading courses

* Feat.: Add method of change scheme to device color

* FIX: Change the implementation of dark mode switch

* Fix: Change positions of toaster notifications

* Feat.: Change color scheme without refreshing

* Fix: Coding style enhancements

* Fix: Code readability

* Fix: Resolved conflicts

* fix: code duplicates and fix cookie reset function

Co-authored-by: Gitea <gitea@fake.local>

* beep boop Github Action Master Branch CI Prettier hard at work

* Nginx cache Solution (#424)

* nginx cache solution

idk if this would work, but its a test!

* changed apt to apt-get

* hopefully this works :)

* Re-enable caching for JS and CSS files and Brotli

* caching json to 5mins

* a

* updating

* block certain user agent

* nginx cache solution

idk if this would work, but its a test!

* changed apt to apt-get

* hopefully this works :)

* Re-enable caching for JS and CSS files and Brotli

* caching json to 5mins

* a

* updating

* block certain user agent

* removing brotli, gzip might be better

* changed micro_cache to last 1 hour

* changing some things

* made changes (and idk what prompt the force push)

* nginx cache solution

idk if this would work, but its a test!

* changed apt to apt-get

* hopefully this works :)

* Re-enable caching for JS and CSS files and Brotli

* caching json to 5mins

* a

* updating

* block certain user agent

* nginx cache solution

idk if this would work, but its a test!

* changed apt to apt-get

* hopefully this works :)

* Re-enable caching for JS and CSS files and Brotli

* caching json to 5mins

* a

* updating

* block certain user agent

* removing brotli, gzip might be better

* changed micro_cache to last 1 hour

* changing some things

* made changes (and idk what prompt the force push)

* adding notFoundPage

* just updating csv files

* PWA Coming to YACS (#432)

* adding default pwa-generated files

Got to have a YACS image file with all different dimensions.

* Too much assets... May need to edit manifest.json

* beep boop Github Action Master Branch CI Prettier hard at work

* changing background color

* linking apple image

* Adding Lighthouse audit

Was just thinking of automating this process

* made changes

what's docker again?

* run plz?

* cert errors have returned to bite my ass...

* combining the temp_deploy with the CI

* dam it

* add seed data

* will it work now?

* just want to see it work :/

* more changes for the data

* changes

* changes

* what is it outputtng...

* sleep?

* remove space

* finally done!

* run this in desktop?

* now it should work

* adding screenEmulation

* test...

* test

* adding back the desktop

* final changes

* small syntax difference?

* removed useless docker-compose build

* seperated the PR CD and CI

* name changed

* trying out terosh/lighthouse-ci-action

* removing spaces

* changing back

Had to move the lighthouserc.js to the workflow folder for it to work, and dont want to do that.
Also, using the treosh action just takes some thing out of the js file anyway, and having all lighthouse config stuff in 1 file is better to manage

* adding url

* adding url

* Revert "name changed"

This reverts commit 30a9086.

* asdf

* Revert "asdf"

This reverts commit e08c0f4.

* Revert "Revert "name changed""

This reverts commit 0a33b1b.

* Revert "adding url"

This reverts commit 95b85ab.

* Revert "adding url"

This reverts commit b7d044f.

* Revert "changing back"

This reverts commit 0998119.

* Revert "removing spaces"

This reverts commit e67bb7e.

* Revert "trying out terosh/lighthouse-ci-action"

This reverts commit dbbdbf3.

Co-authored-by: Joshua Wu <joshuawu3@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: I'm a Github Action <beepboop@github.com>
Co-authored-by: keerti-sundaram <70778626+keerti-sundaram@users.noreply.github.com>
Co-authored-by: Nicole Marie Gizzo <gizzon@rpi.edu>
Co-authored-by: Daniel Ackermans <35609442+marchdan@users.noreply.github.com>
Co-authored-by: Jacob Shomstein <jacob@shomstein.com>
Co-authored-by: JaBeast13 <78986694+JaBeast13@users.noreply.github.com>
Co-authored-by: JaBeast13 <JaBeast13@users.noreply.github.com>
Co-authored-by: NickKing24 <78986301+NickKing24@users.noreply.github.com>
Co-authored-by: Viyerelu23333 <11363469+Viyerelu23333@users.noreply.github.com>
Co-authored-by: Gitea <gitea@fake.local>
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